COIN-OR::LEMON - Graph Library

Changeset 2035:e92071fadd3f in lemon-0.x for lemon/Makefile.am


Ignore:
Timestamp:
04/03/06 21:47:37 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2674
Message:

More mingw compatibility

Implementation of the drand48 functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/Makefile.am

    r2034 r2035  
    1010        lp_skeleton.cc \
    1111        base.cc \
    12         eps.cc
     12        eps.cc \
     13        bits/mingw32_rand.cc \
     14        bits/mingw32_time.cc
     15
    1316libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS)
    1417libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS)
     
    100103        bits/traits.h \
    101104        bits/utility.h \
     105        bits/mingw32_rand.h \
     106        bits/mingw32_time.h \
    102107        concept/bpugraph.h \
    103108        concept/graph.h \
Note: See TracChangeset for help on using the changeset viewer.