COIN-OR::LEMON - Graph Library

Changeset 441:bb61e80e8aa1 in lemon-0.x


Ignore:
Timestamp:
04/27/04 13:58:14 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@589
Message:

makefile improvement in work/jacint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/jacint/makefile

    r439 r441  
    1 CXX3 := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
    2 CXX2 = g++-2.95
    3 CXX=$(CXX3)
    4 CC=$(CXX)
    5 INCLUDEDIRS ?= -I../../include -I.. -I../{marci,jacint,alpar,klao,akos,athos}
    6 CXXFLAGS = -W -Wall -ansi -pedantic -O3 $(INCLUDEDIRS)
    7 LEDAROOT ?= /ledasrc/LEDA-4.1
    8 
    91BINARIES = preflow_res_comp preflow_excess_test
    10 
    11 all: $(BINARIES)
    12 
    13 .depend dep depend:
    14         -$(CXX) $(INCLUDEDIRS) -M $(BINARIES:=.cc) > .depend #2>/dev/null
    15 
    16 makefile: .depend
    17 sinclude .depend
    18 
    19 clean:
    20         $(RM) *.o $(BINARIES) .depend
    21 
    22 .PHONY: all clean dep depend
     2INCLUDEDIRS= -I../../include -I.. -I../{klao,marci,jacint,alpar,johanna,akos}
     3include ../makefile
Note: See TracChangeset for help on using the changeset viewer.