Makefile.am 404 B

12345678910111213141516
  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/cgraph \
  6. -I$(top_srcdir)/lib/cdt
  7. if WITH_WIN32
  8. AM_CFLAGS = -DGVC_EXPORTS=1
  9. endif
  10. noinst_HEADERS = xlabels.h index.h node.h rectangle.h split.q.h
  11. noinst_LTLIBRARIES = liblabel_C.la
  12. liblabel_C_la_SOURCES = xlabels.c index.c node.c rectangle.c split.q.c