|
Last change
on this file since 2:1a1c050e941b was
2:1a1c050e941b,
checked in by Alpar Juttner <alpar@…>, 18 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 | |
|---|
| 1 | EXTRA_DIST += \ |
|---|
| 2 | lemon/Makefile \ |
|---|
| 3 | lemon/lemon.pc.in |
|---|
| 4 | |
|---|
| 5 | pkgconfig_DATA += lemon/lemon.pc |
|---|
| 6 | |
|---|
| 7 | lib_LTLIBRARIES += lemon/libemon.la |
|---|
| 8 | |
|---|
| 9 | lemon_libemon_la_SOURCES = |
|---|
| 10 | |
|---|
| 11 | lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS) |
|---|
| 12 | lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) |
|---|
| 13 | |
|---|
| 14 | lemon_HEADERS += \ |
|---|
| 15 | lemon/list_graph.h |
|---|
| 16 | |
|---|
| 17 | bits_HEADERS += |
|---|
| 18 | |
|---|
| 19 | concept_HEADERS += |
|---|
Note: See
TracBrowser
for help on using the repository browser.