COIN-OR::LEMON - Graph Library

Changeset 1971:9a59a6cacfd9 in lemon-0.x for lemon/Makefile.am


Ignore:
Timestamp:
02/20/06 07:41:12 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2555
Message:
  • RGB color related stuff is in color.h now
  • eps.h: A simple class to create .eps figures (demo: eps_demo.h)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r1968 r1971  
    99        lp_base.cc \
    1010        lp_skeleton.cc \
    11         base.cc
     11        base.cc \
     12        eps.cc
    1213libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1314libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
     
    2728        dfs.h \
    2829        bin_heap.h \
     30        color.h \
    2931        config.h \
    3032        counter.h \
     
    3436        edge_set.h \
    3537        error.h \
     38        eps.h \
    3639        fib_heap.h \
    3740        floyd_warshall.h \
Note: See TracChangeset for help on using the changeset viewer.