Location: LEMON/LEMON-main/lemon/Makefile.am

Load file history
gravatar
alpar (Alpar Juttner)
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
EXTRA_DIST += \
lemon/Makefile \
lemon/lemon.pc.in
pkgconfig_DATA += lemon/lemon.pc
lib_LTLIBRARIES += lemon/libemon.la
lemon_libemon_la_SOURCES =
lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
lemon_HEADERS += \
lemon/list_graph.h
bits_HEADERS +=
concept_HEADERS +=