Changeset 372:e6a156fc186d in lemon-0.x for src/work/jacint/makefile
- Timestamp:
- 04/22/04 16:11:28 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@502
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/jacint/makefile
r311 r372 4 4 CC=$(CXX) 5 5 INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos} 6 CXXFLAGS = -W -Wall -ansi -pedantic -O3 $(INCLUDEDIRS) 6 CXXFLAGS = -W -Wall -ansi -pedantic -O3 $(INCLUDEDIRS) 7 7 LEDAROOT ?= /ledasrc/LEDA-4.1 8 8 9 BINARIES = preflow #dijkstra prim9 BINARIES = preflow #dijkstra_bin_fib_test #preflow # prim 10 10 11 11 all: $(BINARIES)
Note: See TracChangeset
for help on using the changeset viewer.