src/work/makefile
changeset 50 e125f12784e2
parent 38 edea2e1dc6ef
child 51 41133bd4ed94
equal deleted inserted replaced
5:aa3eb94d88be 6:141a72e33937
     1 INCLUDEDIRS=-I../include -I.
     1 INCLUDEDIRS=-I../include -I.
     2 CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
     2 CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
     3 
     3 
     4 BINARIES = graphdemo bfsdemo bfsdemo2 proba bin_heap_demo
     4 BINARIES = bfsdemo bfsdemo2 proba bin_heap_demo marci_graph_demo iterator_bfs_dfs_demo graphdemo
     5 
     5 
     6 # Hat, ez elismerem, hogy nagyon ronda, de mukodik minden altalam
     6 # Hat, ez elismerem, hogy nagyon ronda, de mukodik minden altalam
     7 # ismert rendszeren :-)  (Misi)
     7 # ismert rendszeren :-)  (Misi)
     8 CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
     8 CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
     9 CC := $(CXX)
     9 CC := $(CXX)