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

spielwiese
Last change on this file since 8fee84 was 8fee84, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
libfindexec separation CHG: no need in 'ifdef HAVE_CONFIG_H' in omFindExec.c (not used in any configure anymore) CHG: separation/removal of omFindExec from omalloc & xalloc ADD: use new findexec library
  • Property mode set to 100644
File size: 827 bytes
Line 
1libfindexec_LTLIBRARIES = libfindexec.la libfindexec_g.la
2libfindexecdir = $(libdir)/singular
3
4CXXTEMPLFLAGS =  --no-exceptions ## -fno-implicit-templates
5
6libfindexec_la_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
7libfindexec_g_la_CFLAGS = ${PIPE}
8
9libfindexec_la_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
10libfindexec_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
11# -fdiagnostics-show-option
12
13libfindexec_la_CPPFLAGS   = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
14libfindexec_g_la_CPPFLAGS = -DHAVE_CONFIG_H
15
16INCLUDES = -I${top_srcdir} -I${top_builddir}
17
18SOURCES  = omFindExec.c
19libfindexec_la_SOURCES   = $(SOURCES)
20libfindexec_g_la_SOURCES = $(SOURCES)
21
22libfindexec_includedir  =$(includedir)/singular/findexec/
23
24libfindexec_include_HEADERS = omFindExec.h
25
26
27
Note: See TracBrowser for help on using the repository browser.