COIN-OR::LEMON - Graph Library

source: lemon-main/lemon/Makefile.am @ 5:233b4094ceae

Last change on this file since 5:233b4094ceae was 2:1a1c050e941b, checked in by Alpar Juttner <alpar@…>, 16 years ago

More fixes that make autotools working for the empty repo

  • Add a dummy lemon/list_graph.h file and put it in the Makefile.am
  • Remove the unnecesary icons from doc/icons/geom folder.
  • Update .hgignore
File size: 377 bytes
Line 
1EXTRA_DIST += \
2        lemon/Makefile \
3        lemon/lemon.pc.in
4
5pkgconfig_DATA += lemon/lemon.pc
6
7lib_LTLIBRARIES += lemon/libemon.la
8
9lemon_libemon_la_SOURCES =
10
11lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
12lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
13
14lemon_HEADERS += \
15        lemon/list_graph.h
16
17bits_HEADERS +=
18
19concept_HEADERS +=
Note: See TracBrowser for help on using the repository browser.