source: git/libpolys/reporter/Makefile.am @ 06df101

spielwiese
Last change on this file since 06df101 was adb2ed, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
Fixes to allow out-of-tree compilation - Add $(top_builddir)/.. to INCLUDES in various places - Set CFLAGS, etc. for tests in omalloc/configure.ac to find omalloc-header-files
  • Property mode set to 100644
File size: 964 bytes
Line 
1lib_LIBRARIES=libreporter.a libreporter_g.a
2
3CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions
4
5libreporter_a_CFLAGS   = -O3 -fomit-frame-pointer ${PIPE}
6libreporter_g_a_CFLAGS = ${PIPE}
7
8libreporter_a_CXXFLAGS   = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
9libreporter_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}
10# -fdiagnostics-show-option
11
12libreporter_a_CPPFLAGS   = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
13libreporter_g_a_CPPFLAGS = -DHAVE_CONFIG_H
14
15INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/..
16
17SOURCES  = dError.c reporter.cc
18libreporter_a_SOURCES   = $(SOURCES)
19libreporter_g_a_SOURCES = $(SOURCES)
20
21libreporter_a_includedir  =$(includedir)/libpolys/reporter
22libreporter_g_a_includedir=$(includedir)/libpolys/reporter
23
24REPORTERHEADERS = reporter.h
25libreporter_a_include_HEADERS   = $(REPORTERHEADERS)
26libreporter_g_a_include_HEADERS = $(REPORTERHEADERS)
27
28
29
Note: See TracBrowser for help on using the repository browser.