summaryrefslogtreecommitdiff
path: root/src/analysis/Makefile.am
blob: d7c694bd566091f3448ea3b502a5b94de3ff4401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27

noinst_LTLIBRARIES  = libanalysis.la

libanalysis_la_SOURCES =				\
	binary.h binary.c					\
	delayed.h delayed.c					\
	exporter-int.h						\
	exporter.h exporter.c				\
	line-int.h							\
	line.h line.c						\
	line_code.h line_code.c				\
	line_comment.h line_comment.c		\
	line_prologue.h line_prologue.c		\
	prototype.h prototype.c				\
	roptions.h roptions.c				\
	variable.h variable.c

libanalysis_la_LDFLAGS = 


INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)

SUBDIRS =