Makefile.am 618 B

12345678910111213141516171819202122232425262728
  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. if WITH_WIN32
  11. AM_CFLAGS = -DNEATOGEN_EXPORTS=1
  12. endif
  13. noinst_HEADERS = spring_electrical.h \
  14. sparse_solve.h post_process.h \
  15. stress_model.h \
  16. Multilevel.h sfdp.h
  17. if WITH_SFDP
  18. noinst_LTLIBRARIES = libsfdpgen_C.la
  19. endif
  20. libsfdpgen_C_la_SOURCES = sfdpinit.c spring_electrical.c \
  21. sparse_solve.c post_process.c \
  22. stress_model.c \
  23. Multilevel.c