COIN-OR::LEMON - Graph Library

Changeset 2:1a1c050e941b in lemon


Ignore:
Timestamp:
12/18/07 12:06:37 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

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
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • .hgignore

    r0 r2  
    55*~
    66*.o
     7.#.*
     8Makefile.in
     9aclocal.m4
     10config.h.in
     11configure
    712
    813syntax: regexp
    914html/.*
     15autom4te.cache/.*
     16build-aux/.*
     17objs.*/.*
  • doc/Makefile.am

    r1 r2  
    1010          doxygen Doxyfile; \
    1111          cd ..; \
    12           cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
    1312        fi
    1413
     
    2019          doxygen Doxyfile; \
    2120          cd ..; \
    22           cp $(srcdir)/doc/icons/geom/ftv2* doc/html; \
    2321        fi
    2422
  • lemon/Makefile.am

    r1 r2  
    1212lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
    1313
    14 lemon_HEADERS +=
     14lemon_HEADERS += \
     15        lemon/list_graph.h
    1516
    1617bits_HEADERS +=
Note: See TracChangeset for help on using the changeset viewer.