src/work/makefile
changeset 104 7a2d991e9852
parent 51 41133bd4ed94
child 127 dcace15b1874
equal deleted inserted replaced
7:caa7efd99768 8:63162df1a2a2
     1 INCLUDEDIRS=-I../include -I. -I./jacint
     1 INCLUDEDIRS=-I../include -I. -I./jacint
     2 CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
     2 CXXFLAGS=-g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
     3 
     3 
     4 BINARIES = bfsdemo bfsdemo2 bin_heap_demo marci_graph_demo iterator_bfs_dfs_demo graphdemo proba
     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
     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)