COIN-OR::LEMON - Graph Library

Changeset 963:5a7556e9e340 in lemon-0.x


Ignore:
Timestamp:
11/05/04 06:46:46 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1346
Message:

Updated the makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/akos/makefile

    r960 r963  
    1 CXXFLAGS = -g -Wall -ansi -pedantic
    2 CXX := $(shell type -p g++-3.3 || type -p g++-3.2 || type -p g++-3.0 || type -p g++-3 || echo g++)
    3 
    4 loader_demo: loader_demo.cc ../list_graph.hh ../bfs_iterator.hh loader.h
    5         $(CXX) $(CXXFLAGS) -I. -I.. loader_demo.cc -o loader_demo
    6 
    7 simann_test: simann_demo.cc simann.h
    8         $(CXX) $(CXXFLAGS) -I. -I.. loader_demo.cc -o loader_demo
    9 
    10 clean:
    11         $(RM) loader_demo simann_test
    12 
    13 .PHONY: clean
     1BINARIES = simann_demo
     2INCLUDEDIRS= -I. -I.. -I../.. -I../{marci,jacint,alpar,johanna,athos,akos}
     3include ../makefile
Note: See TracChangeset for help on using the changeset viewer.