source: git/libpolys/resources/Makefile.am @ 8d8cd94

spielwiese
Last change on this file since 8d8cd94 was f323dd1, checked in by Hans Schoenemann <hannes@…>, 12 years ago
chg: move feResource to findexec lib
  • Property mode set to 100644
File size: 848 bytes
Line 
1noinst_LTLIBRARIES=libresources.la libresources_g.la
2# libresourcesdir = $(libdir)/singular
3
4CXXTEMPLFLAGS      =  ## -fno-implicit-templates
5
6libresources_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
7libresources_g_la_CFLAGS = ${PIPE}
8
9libresources_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
10libresources_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
11# -fdiagnostics-show-option
12
13libresources_la_CPPFLAGS   = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
14libresources_g_la_CPPFLAGS = -DHAVE_CONFIG_H
15
16INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
17
18SOURCES = feFopen.cc
19libresources_la_SOURCES   = $(SOURCES)
20libresources_g_la_SOURCES = $(SOURCES)
21
22libresources_includedir  =$(includedir)/singular/resources
23
24libresources_include_HEADERS   = feFopen.h
25
26
27
Note: See TracBrowser for help on using the repository browser.