source: git/libpolys/polys/Makefile.am @ 0c1b24

spielwiese
Last change on this file since 0c1b24 was 0cf29ee, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
maps.{h,cc} are now hosted in polys/monomials
  • Property mode set to 100644
File size: 1.9 KB
Line 
1CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
2AM_CFLAGS       = -O3 -w -fomit-frame-pointer ${PIPE}
3AM_CXXFLAGS     = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
4INCLUDES        = -I${top_srcdir}/.. -I${top_srcdir}/../.. -I${top_builddir}/.. -I${srcdir} -I${includedir}
5AM_CPPFLAGS     = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
6AM_LDFLAGS      = -L${top_builddir}/../coeffs -L${top_builddir}/../reporter -L${top_builddir}/../resources -L${top_builddir}/../../omalloc -L${builddir}
7
8## we removed -Dix86_Linux from AM_CPPFLAGS
9
10SOURCES = \
11        monomials/monomials.cc monomials/p_polys.cc monomials/ring.cc monomials/maps.cc \
12        pDebug.cc pInline0.cc \
13        operations/pShallowCopyDelete.cc operations/p_Mult_q.cc \
14        templates/p_Procs_Lib.cc polys.cc \
15        polys0.cc polys1.cc prCopy.cc prCopyTemplate.cc \
16        sbuckets.cc templates/p_Procs.cc
17
18BUILT_SOURCES = templates/p_Procs.inc
19
20noinst_HEADERS =
21
22include_HEADERS = \
23        monomials/ring.h \
24        pInline0.h operations/pShallowCopyDelete.h \
25        templates/p_MemAdd.h templates/p_MemCmp.h templates/p_MemCopy.h operations/p_Mult_q.h \
26        templates/p_Numbers.h templates/p_Procs.h \
27        templates/p_Procs_Dynamic.h templates/p_Procs_Impl.h templates/p_Procs_Set.h templates/p_Procs_Static.h \
28        monomials/p_polys.h monomials/polys-impl.h monomials/maps.h polys.h prCopy.h prCopyMacros.h \
29        sbuckets.h simpleideals.h
30
31lib_LIBRARIES=libpolys.a libpolys_g.a
32
33libpolys_a_SOURCES = ${SOURCES}
34libpolys_g_a_SOURCES = ${SOURCES}
35
36libpolys_a_LIBADD = $(DL_KERNEL_OBJECT)
37libpolys_a_DEPENDENCIES = $(DL_KERNEL_OBJECT)
38
39libpolys_g_a_LIBADD = $(DL_KERNEL_OBJECT_DEBUG)
40libpolys_g_a_DEPENDENCIES = $(DL_KERNEL_OBJECT_DEBUG)
41
42EXTRA_PROGRAMS = templates/p_Procs_Generate
43templates_p_Procs_Generate_SOURCES = templates/p_Procs_Generate.cc
44
45templates/p_Procs.inc: templates/p_Procs_Generate
46        ${builddir}/templates/p_Procs_Generate > ${builddir}/templates/p_Procs.inc
47
48libpolys_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -fdiagnostics-show-option -Wno-long-long
Note: See TracBrowser for help on using the repository browser.