Changeset 453:f6731902c702 in lemon-0.x
- Timestamp:
- 04/28/04 01:01:15 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@601
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/jacint/makefile
r452 r453 3 3 CXX=$(CXX3) 4 4 CC=$(CXX) 5 INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos }5 INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos,johanna} 6 6 CXXFLAGS = -W -Wall -ansi -pedantic -O3 $(INCLUDEDIRS) 7 7 LEDAROOT ?= /ledasrc/LEDA-4.1 8 8 9 BINARIES = preflow _excess_test9 BINARIES = preflow 10 10 11 11
Note: See TracChangeset
for help on using the changeset viewer.