source: git/gfanlib/Makefile.am @ b0857ee

spielwiese
Last change on this file since b0857ee was b0857ee, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Removed tailing '/' for directory specs in Makefile.am-s
  • Property mode set to 100644
File size: 636 bytes
RevLine 
[26b713]1ACLOCAL_AMFLAGS = -I ../m4
2
[5417ff]3if HAVE_GFANLIB
4  libgfan_LTLIBRARIES=libgfan.la
[26b713]5endif
6
[b0857ee]7# libgfandir = $(libdir)
[26b713]8
[9ba92b]9AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DGMPRATIONAL -DHAVE_CONFIG_H
[26b713]10
11SOURCES  = gfanlib_zcone.cpp gfanlib_symmetry.cpp gfanlib_symmetriccomplex.cpp gfanlib_polyhedralfan.cpp gfanlib_zfan.cpp gfanlib_polymakefile.cpp
12libgfan_la_SOURCES   = $(SOURCES)
13
[b0857ee]14libgfan_includedir  =$(includedir)/gfanlib
[26b713]15
[22e3134]16libgfan_include_HEADERS = gfanlib_z.h gfanlib_q.h gfanlib_vector.h gfanlib_matrix.h gfanlib_zcone.h gfanlib.h gfanlib_polyhedralfan.h gfanlib_polymakefile.h gfanlib_symmetriccomplex.h gfanlib_symmetry.h gfanlib_zfan.h
[26b713]17
18
19
Note: See TracBrowser for help on using the repository browser.