Changeset 2:1a1c050e941b in lemon-main
- Timestamp:
- 12/18/07 12:06:37 (17 years ago)
- Branch:
- default
- Phase:
- public
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
.hgignore
r0 r2 5 5 *~ 6 6 *.o 7 .#.* 8 Makefile.in 9 aclocal.m4 10 config.h.in 11 configure 7 12 8 13 syntax: regexp 9 14 html/.* 15 autom4te.cache/.* 16 build-aux/.* 17 objs.*/.* -
doc/Makefile.am
r1 r2 10 10 doxygen Doxyfile; \ 11 11 cd ..; \ 12 cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \13 12 fi 14 13 … … 20 19 doxygen Doxyfile; \ 21 20 cd ..; \ 22 cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \23 21 fi 24 22 -
lemon/Makefile.am
r1 r2 12 12 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) 13 13 14 lemon_HEADERS += 14 lemon_HEADERS += \ 15 lemon/list_graph.h 15 16 16 17 bits_HEADERS +=
Note: See TracChangeset
for help on using the changeset viewer.