Makefile.am 405 B

12345678910111213141516
  1. ## Process this file with automake to produce Makefile.in
  2. AM_CPPFLAGS = -I$(top_srcdir)/lib
  3. if WITH_IPSEPCOLA
  4. noinst_LTLIBRARIES = libvpsc_C.la
  5. endif
  6. noinst_HEADERS = \
  7. block.h blocks.h variable.h constraint.h \
  8. generate-constraints.h \
  9. solve_VPSC.h csolve_VPSC.h
  10. libvpsc_C_la_SOURCES = \
  11. block.cpp blocks.cpp constraint.cpp generate-constraints.cpp \
  12. solve_VPSC.cpp csolve_VPSC.cpp variable.cpp