jengelh-datetimespielwiese
Last change
on this file since b0857ee was
b0857ee,
checked in by Oleksandr Motsak <motsak@…>, 9 years ago
|
Removed tailing '/' for directory specs in Makefile.am-s
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I ../m4 |
---|
2 | |
---|
3 | #if WANT_DEBUG |
---|
4 | # LIB_G=libresources_g.la |
---|
5 | #else |
---|
6 | # LIB_G= |
---|
7 | #endif |
---|
8 | |
---|
9 | libresources_LTLIBRARIES = libresources.la |
---|
10 | # ${LIB_G} |
---|
11 | #libresourcesdir = $(libdir)/ |
---|
12 | |
---|
13 | #CXXTEMPLFLAGS =-ftrapv |
---|
14 | ### -fno-implicit-templates |
---|
15 | |
---|
16 | #libresources_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} |
---|
17 | #libresources_g_la_CFLAGS = ${PIPE} |
---|
18 | |
---|
19 | #libresources_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} -fno-exceptions -fno-rtti |
---|
20 | #libresources_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} |
---|
21 | # -fdiagnostics-show-option |
---|
22 | |
---|
23 | AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DHAVE_CONFIG_H |
---|
24 | |
---|
25 | # libresources_la_CPPFLAGS += ${AM_CPPFLAGS} |
---|
26 | |
---|
27 | #libresources_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG |
---|
28 | #libresources_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H |
---|
29 | |
---|
30 | SOURCES = omFindExec.c feResource.cc feFopen.cc |
---|
31 | libresources_la_SOURCES = $(SOURCES) |
---|
32 | # libresources_g_la_SOURCES = $(SOURCES) |
---|
33 | |
---|
34 | ### libresources_la_LDFLAGS = -release ${PACKAGE_VERSION} |
---|
35 | |
---|
36 | libresources_includedir =$(includedir)/resources |
---|
37 | |
---|
38 | libresources_include_HEADERS = omFindExec.h feResource.h feFopen.h |
---|
39 | |
---|
40 | nodist_libresources_include_HEADERS = resourcesconfig.h |
---|
41 | |
---|
42 | |
---|
Note: See
TracBrowser
for help on using the repository browser.