Changeset 146:4b42aa24ce12 in lemon-main
- Timestamp:
- 04/22/08 22:39:57 (17 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile.am
r70 r146 8 8 m4/lx_check_cplex.m4 \ 9 9 m4/lx_check_glpk.m4 \ 10 m4/lx_check_soplex.m4 10 m4/lx_check_soplex.m4 \ 11 CMakeLists.txt 11 12 12 13 pkgconfigdir = $(libdir)/pkgconfig … … 45 46 build-aux/ltmain.sh \ 46 47 build-aux/missing \ 47 doc/Makefile.in \ 48 doc/doxygen.log \ 49 Makefile.in \ 50 lemon/Makefile.in \ 51 test/Makefile.in \ 52 benchmark/Makefile.in \ 53 demo/Makefile.in 48 doc/doxygen.log 54 49 55 50 mrproper: -
benchmark/Makefile.am
r1 r146 1 EXTRA_DIST += \2 benchmark/Makefile3 4 1 if WANT_BENCHMARK 5 2 -
demo/Makefile.am
r135 r146 1 1 EXTRA_DIST += \ 2 demo/ Makefile2 demo/CMakeLists.txt 3 3 4 4 if WANT_DEMO … … 14 14 demo_graph_to_eps_demo_SOURCES = demo/graph_to_eps_demo.cc 15 15 demo_lgf_demo_SOURCES = demo/lgf_demo.cc 16 -
doc/Makefile.am
r60 r146 1 1 EXTRA_DIST += \ 2 doc/Makefile \3 2 doc/Doxyfile.in \ 4 3 doc/coding_style.dox \ -
lemon/Makefile.am
r135 r146 1 1 EXTRA_DIST += \ 2 lemon/ Makefile\3 lemon/ lemon.pc.in2 lemon/lemon.pc.in \ 3 lemon/CMakeLists.txt 4 4 5 5 pkgconfig_DATA += lemon/lemon.pc -
test/Makefile.am
r139 r146 1 1 EXTRA_DIST += \ 2 test/ Makefile2 test/CMakeLists.txt 3 3 4 4 noinst_HEADERS += \ -
tools/Makefile.am
r1 r146 1 EXTRA_DIST += \2 tools/Makefile3 4 1 if WANT_TOOLS 5 2
Note: See TracChangeset
for help on using the changeset viewer.