Changeset 259:362415050b29 in lemon-1.1 for lemon
- Timestamp:
- 09/10/08 12:23:41 (17 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon
- Files:
- 
          - 2 edited
 
 - 
          Makefile.am (modified) (1 diff)
- 
          lemon.pc.in (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        lemon/Makefile.amr220 r259 13 13 lemon/random.cc 14 14 15 16 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) 17 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) 15 #lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) 16 #lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) 18 17 19 18 lemon_HEADERS += \ 
- 
        lemon/lemon.pc.inr1 r259 7 7 Description: Library of Efficient Models and Optimization in Networks 8 8 Version: @PACKAGE_VERSION@ 9 Libs: -L${libdir} -lemon @GLPK_LIBS@ @CPLEX_LIBS@10 Cflags: -I${includedir} @GLPK_CFLAGS@ @CPLEX_CFLAGS@9 Libs: -L${libdir} -lemon 10 Cflags: -I${includedir} 
Note: See TracChangeset
          for help on using the changeset viewer.
      

