source: git/findexec/Makefile.am @ 854405

spielwiese
Last change on this file since 854405 was 854405, checked in by Hans Schoenemann <hannes@…>, 12 years ago
chg: move feFopen to findexec dir.
  • Property mode set to 100644
File size: 875 bytes
RevLine 
[8fee84]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
[854405]18SOURCES  = omFindExec.c feResource.cc feFopen.cc
[8fee84]19libfindexec_la_SOURCES   = $(SOURCES)
20libfindexec_g_la_SOURCES = $(SOURCES)
21
22libfindexec_includedir  =$(includedir)/singular/findexec/
23
[854405]24libfindexec_include_HEADERS = omFindExec.h feResource.h feFopen.h
[8fee84]25
26
27
Note: See TracBrowser for help on using the repository browser.