source: git/resources/Makefile.am @ 97a3b2

spielwiese
Last change on this file since 97a3b2 was ba5e9e, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Changed configure-scripts to generate individual public config files for each package: resources, libpolys, singular (main) fix: sources should include correct corresponding config headers.
  • Property mode set to 100644
File size: 1.2 KB
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3#if WANT_DEBUG
4#  LIB_G=libresources_g.la
5#else
6#  LIB_G=
7#endif
8
9libresources_LTLIBRARIES = libresources.la
10# ${LIB_G}
11libresourcesdir = $(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
23AM_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
30SOURCES  = omFindExec.c feResource.cc feFopen.cc
31libresources_la_SOURCES   = $(SOURCES)
32# libresources_g_la_SOURCES = $(SOURCES)
33
34libresources_la_LDFLAGS    = -release ${PACKAGE_VERSION}
35
36libresources_includedir  =$(includedir)/resources/
37
38libresources_include_HEADERS = omFindExec.h feResource.h feFopen.h
39
40nodist_libresources_include_HEADERS = resourcesconfig.h
41
42
Note: See TracBrowser for help on using the repository browser.