File: Makefile.am

package info (click to toggle)
open-amulet 4.3.1-7.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 7,804 kB
  • ctags: 9,779
  • sloc: cpp: 97,058; sh: 7,698; ansic: 1,881; makefile: 756; lisp: 153; exp: 15
file content (19 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# We define here the default location for OpenAmulet data
# files (general images, default gestures classification, etc.)
INCLUDES = -I$(top_srcdir)/header -DDEFAULT_AMULET_DIR=\"$(pkgdatadir)\"

if BUILD_develop
DEVELOP = libinspector.la
else
DEVELOP =
endif

noinst_LTLIBRARIES = $(DEVELOP)

AM_CPPFLAGS=-DDEBUG
## Inspector system, only built with DEBUG (debug/)

libinspector_la_SOURCES =	\
	inspector.cpp		\
	tracer.cpp		\
	input_parser.cpp