Makefile.am 450 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/cgraph \
  6. -I$(top_srcdir)/lib/cdt
  7. noinst_HEADERS = SparseMatrix.h general.h DotIO.h \
  8. colorutil.h color_palette.h mq.h clustering.h QuadTree.h
  9. noinst_LTLIBRARIES = libsparse_C.la
  10. libsparse_C_la_SOURCES = SparseMatrix.c general.c DotIO.c \
  11. colorutil.c color_palette.c mq.c clustering.c QuadTree.c