src/work/makefile
changeset 389 770cc1f4861f
parent 347 e4ab32225f1c
child 390 8dc830d3f9ef
equal deleted inserted replaced
16:539e7deeeef6 17:70c27383bee6
     1 INCLUDEDIRS ?= -I../include -I. -I./{marci,jacint,alpar,klao,akos}
     1 INCLUDEDIRS ?= -I../include -I. -I./{marci,jacint,alpar,klao,akos}
     2 CXXFLAGS = -g -O -Wall $(INCLUDEDIRS) -ansi -pedantic
     2 CXXFLAGS = -g -O2 -W -Wall $(INCLUDEDIRS) -ansi -pedantic
     3 
     3 
     4 BINARIES ?= bin_heap_demo
     4 BINARIES ?= bin_heap_demo
     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.4 || 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 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)
    10 CC := $(CXX)
    10 
    11 
    11 
    12 
    12 all: $(BINARIES)
    13 all: $(BINARIES)