Location: LEMON/LEMON-official/lemon/Makefile.am - annotation

Load file history
gravatar
alpar (Alpar Juttner)
'update-external-tags' make target added It is used to dowload or update the doxygen external tag definition file of libstdc++. After doing that, any usase of STL will be linked to their documentations at http://gcc.gnu.org.
EXTRA_DIST += \
	lemon/Makefile \
	lemon/lemon.pc.in

pkgconfig_DATA += lemon/lemon.pc

lib_LTLIBRARIES += lemon/libemon.la

lemon_libemon_la_SOURCES = \
        lemon/base.cc \
        lemon/random.cc


lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)

lemon_HEADERS += \
        lemon/dim2.h \
        lemon/random.h \
	lemon/list_graph.h \
        lemon/tolerance.h

bits_HEADERS += \
        lemon/bits/invalid.h \
        lemon/bits/utility.h

concept_HEADERS +=