source: git/libpolys/resources/Makefile.am @ 630ca9

jengelh-datetimespielwiese
Last change on this file since 630ca9 was 630ca9, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
FIX: separate debug/optimized flags for resources and coeffs FIX: longrat.cc: missing "coeff" arguments!
  • Property mode set to 100644
File size: 991 bytes
Line 
1lib_LIBRARIES=libresources.a libresources_g.a
2
3CXXTEMPLFLAGS      = -fno-implicit-templates --no-exceptions
4
5libresources_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
6libresources_g_a_CFLAGS = ${PIPE}
7
8libresources_a_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
9libresources_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
10# -fdiagnostics-show-option
11
12libresources_a_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
13libresources_g_a_CPPFLAGS = -DHAVE_CONFIG_H
14
15INCLUDES = -I${top_srcdir}/.. -I${top_srcdir}/../.. -I${top_builddir}/..
16
17SOURCES = feFopen.cc feResource.cc
18libresources_a_SOURCES   = $(SOURCES)
19libresources_g_a_SOURCES = $(SOURCES)
20
21libresources_a_includedir  =$(includedir)/libpolys/resources
22libresources_g_a_includedir=$(includedir)/libpolys/resources
23
24RESOURCESHEADERS  = feFopen.h feResource.h
25libresources_a_include_HEADERS   = $(RESOURCESHEADERS)
26libresources_g_a_include_HEADERS = $(RESOURCESHEADERS)
27
28
29
Note: See TracBrowser for help on using the repository browser.