File: Makefile.am

package info (click to toggle)
libitpp 4.3.1-14
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,952 kB
  • sloc: cpp: 73,628; makefile: 661; python: 548; sh: 261
file content (16 lines) | stat: -rw-r--r-- 458 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 = libstat.la
if ENABLE_DEBUG
noinst_LTLIBRARIES += libstat_debug.la
endif

libstat_la_SOURCES = $(h_stat_sources) $(cpp_stat_sources) 
libstat_la_CXXFLAGS = $(CXXFLAGS_OPT)

libstat_debug_la_SOURCES = $(h_stat_sources) $(cpp_stat_sources) 
libstat_debug_la_CXXFLAGS = $(CXXFLAGS_DEBUG)

pkgincludedir = $(includedir)/@PACKAGE@/stat
pkginclude_HEADERS = $(h_stat_sources)