source: git/findexec/Makefile.am @ dec6c8

spielwiese
Last change on this file since dec6c8 was cc7180, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
enable building with clang chg: removed unsupported gcc options NOTE: to be set via CC/CXX/CFLAGS/CXXFLAGS etc for release!
  • Property mode set to 100644
File size: 944 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../m4
2
3libfindexec_LTLIBRARIES = libfindexec.la libfindexec_g.la
4libfindexecdir = $(libdir)/singular
5
6CXXTEMPLFLAGS =
7### --no-exceptions ## -fno-implicit-templates
8
9libfindexec_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
10libfindexec_g_la_CFLAGS = ${PIPE}
11
12libfindexec_la_CXXFLAGS   = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}
13## --no-rtti
14libfindexec_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
15# -fdiagnostics-show-option
16
17AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir}
18
19libfindexec_la_CPPFLAGS   = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
20libfindexec_g_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H
21
22SOURCES  = omFindExec.c feResource.cc feFopen.cc
23libfindexec_la_SOURCES   = $(SOURCES)
24libfindexec_g_la_SOURCES = $(SOURCES)
25
26libfindexec_includedir  =$(includedir)/singular/findexec/
27
28libfindexec_include_HEADERS = omFindExec.h feResource.h feFopen.h
29
30
31
Note: See TracBrowser for help on using the repository browser.