COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r555 r614  
    1212        m4/lx_check_glpk.m4 \
    1313        m4/lx_check_soplex.m4 \
     14        m4/lx_check_clp.m4 \
     15        m4/lx_check_cbc.m4 \
    1416        CMakeLists.txt \
    1517        cmake/FindGhostscript.cmake \
     
    4042include test/Makefile.am
    4143include doc/Makefile.am
    42 include demo/Makefile.am
    4344include tools/Makefile.am
     45
     46DIST_SUBDIRS = demo
     47
     48demo:
     49        $(MAKE) $(AM_MAKEFLAGS) -C demo
    4450
    4551MRPROPERFILES = \
     
    6975        bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
    7076
    71 .PHONY: mrproper dist-bz2 distcheck-bz2
     77.PHONY: demo mrproper dist-bz2 distcheck-bz2
Note: See TracChangeset for help on using the changeset viewer.