src/work/makefile
changeset 134 e606071614f0
parent 127 dcace15b1874
child 149 824c0438020c
equal deleted inserted replaced
9:e182a1ba4869 10:58943be7e3f5
     1 INCLUDEDIRS=-I../include -I. -I./jacint -I./marci
     1 INCLUDEDIRS=-I../include -I. -I./{marci,jacint,alpar,klao,akos}
     2 CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
     2 CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
     3 
     3 
     4 BINARIES = bin_heap_demo marci_graph_demo iterator_bfs_dfs_demo graphdemo bfsdemo bfsdemo2
     4 BINARIES = bin_heap_demo marci_graph_demo iterator_bfs_dfs_demo graphdemo bfsdemo bfsdemo2
     5 
     5 
     6 # Hat, ez elismerem, hogy nagyon ronda, de mukodik minden altalam
     6 # Hat, ez elismerem, hogy nagyon ronda, de mukodik minden altalam
    19 
    19 
    20 #proba: proba.o seged.o
    20 #proba: proba.o seged.o
    21 
    21 
    22 ################
    22 ################
    23 
    23 
    24 dep depend:
    24 
    25 	$(CXX) $(CXXFLAGS) -M *.cc > .depend
    25 .depend dep depend:
    26 .depend:
    26 	-$(CXX) $(CXXFLAGS) -M *.cc > .depend
    27 	$(CXX) $(CXXFLAGS) -M *.cc > .depend
       
    28 
    27 
    29 makefile: .depend
    28 makefile: .depend
    30 sinclude .depend
    29 sinclude .depend
    31 
    30 
    32 clean:
    31 clean: