Makefile.am 418 B

123456789101112131415
  1. ## Process this file with automake to produce Makefile.in
  2. AM_CPPFLAGS = \
  3. -I$(top_srcdir)/lib \
  4. -I$(top_srcdir)/lib/common \
  5. -I$(top_srcdir)/lib/gvc \
  6. -I$(top_srcdir)/lib/pack \
  7. -I$(top_srcdir)/lib/pathplan \
  8. -I$(top_srcdir)/lib/cgraph \
  9. -I$(top_srcdir)/lib/cdt
  10. noinst_HEADERS = patchwork.h tree_map.h
  11. noinst_LTLIBRARIES = libpatchwork_C.la
  12. libpatchwork_C_la_SOURCES = patchwork.c patchworkinit.c tree_map.c