source: git/findexec/Makefile.am @ 8e7e6d4

spielwiese
Last change on this file since 8e7e6d4 was 8e7e6d4, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Testing with -ftrapv
  • Property mode set to 100644
File size: 995 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3if WANT_DEBUG
4  LIB_G=libfindexec_g.la
5else
6  LIB_G=
7endif
8
9libfindexec_LTLIBRARIES = libfindexec.la ${LIB_G}
10libfindexecdir = $(libdir)/
11
12CXXTEMPLFLAGS =-ftrapv
13### --no-exceptions ## -fno-implicit-templates
14
15libfindexec_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
16libfindexec_g_la_CFLAGS = ${PIPE}
17
18libfindexec_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
19## --no-rtti
20libfindexec_g_la_CXXFLAGS = -g -Wextra -Winline -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
21# -fdiagnostics-show-option
22
23AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
24
25libfindexec_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
26libfindexec_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
27
28SOURCES  = omFindExec.c feResource.cc feFopen.cc
29libfindexec_la_SOURCES   = $(SOURCES)
30libfindexec_g_la_SOURCES = $(SOURCES)
31
32libfindexec_includedir  =$(includedir)/findexec/
33
34libfindexec_include_HEADERS = omFindExec.h feResource.h feFopen.h
35
36
37
Note: See TracBrowser for help on using the repository browser.