File: Makefile.am

package info (click to toggle)
libitpp 4.3.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 9,952 kB
  • sloc: cpp: 73,628; makefile: 661; python: 548; sh: 261
file content (16 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include $(top_srcdir)/Makefile.common
include $(srcdir)/sources.mk

noinst_LTLIBRARIES = libfixed.la
if ENABLE_DEBUG
noinst_LTLIBRARIES += libfixed_debug.la
endif

libfixed_la_SOURCES = $(h_fixed_sources) $(cpp_fixed_sources) 
libfixed_la_CXXFLAGS = $(CXXFLAGS_OPT)

libfixed_debug_la_SOURCES = $(h_fixed_sources) $(cpp_fixed_sources) 
libfixed_debug_la_CXXFLAGS = $(CXXFLAGS_DEBUG)

pkgincludedir = $(includedir)/@PACKAGE@/fixed
pkginclude_HEADERS = $(h_fixed_sources)