spielwiese
Last change
on this file since d44785 was
d44785,
checked in by Volker Braun <vbraun.name@…>, 12 years ago
|
Cleaned up Makefile.am to remove superfluous rules
Also, note that -DHAVE_CONFIG_H is defined automatically
|
-
Property mode set to
100644
|
File size:
976 bytes
|
Line | |
---|
1 | lib_LIBRARIES=libresources.a libresources_g.a |
---|
2 | |
---|
3 | CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates |
---|
4 | |
---|
5 | libresources_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
6 | libresources_g_a_CFLAGS = ${PIPE} |
---|
7 | |
---|
8 | libresources_a_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS} |
---|
9 | libresources_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
10 | # -fdiagnostics-show-option |
---|
11 | |
---|
12 | libresources_a_CPPFLAGS = -DNDEBUG -DOM_NDEBUG |
---|
13 | #libresources_g_a_CPPFLAGS = |
---|
14 | |
---|
15 | INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. |
---|
16 | |
---|
17 | SOURCES = feFopen.cc feResource.cc |
---|
18 | libresources_a_SOURCES = $(SOURCES) |
---|
19 | libresources_g_a_SOURCES = $(SOURCES) |
---|
20 | |
---|
21 | libresources_a_includedir =$(includedir)/libpolys/resources |
---|
22 | libresources_g_a_includedir=$(includedir)/libpolys/resources |
---|
23 | |
---|
24 | RESOURCESHEADERS = feFopen.h feResource.h |
---|
25 | libresources_a_include_HEADERS = $(RESOURCESHEADERS) |
---|
26 | libresources_g_a_include_HEADERS = $(RESOURCESHEADERS) |
---|
27 | |
---|
28 | |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.