source: git/libpolys/resources/Makefile.am @ bf5914

spielwiese
Last change on this file since bf5914 was bf5914, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: -fdiagnostics-show-option is not supported by gcc 4.0.1 (standard under Mac OS X 10.5)
  • Property mode set to 100644
File size: 680 bytes
Line 
1lib_LIBRARIES=libresources.a libresources_g.a
2
3AM_CFLAGS       = -O3 -w -fomit-frame-pointer ${PIPE}
4CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
5AM_CXXFLAGS     = -O3 -w -fomit-frame-pointer --no-rtti ${PIPE} ${CXXTEMPLFLAGS}
6INCLUDES        = -I${top_srcdir}/.. -I${top_srcdir}/../.. -I${top_builddir}/..
7AM_CPPFLAGS     = -DNDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H
8
9SOURCES = feFopen.cc feResource.cc
10
11libresources_a_SOURCES = $(SOURCES)
12
13libresources_a_includedir=$(includedir)/libpolys/resources
14
15libresources_a_include_HEADERS = feFopen.h feResource.h
16
17libresources_g_a_SOURCES = $(SOURCES)
18
19libresources_g_a_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long
20# -fdiagnostics-show-option
Note: See TracBrowser for help on using the repository browser.