summaryrefslogtreecommitdiffstats
path: root/mpeglib/example/yaf/yafcore/Makefile.am
blob: 86429887f58fe6bddeba78d95733c0edcd729967 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#  libyafshared - Makefile.am

INCLUDES		=	-I../../include $(all_includes)

EXTRA_DIST		=	PROTOCOL.v01 yafCommand.defs yafRuntime.defs


lib_LTLIBRARIES		=	libyafcore.la

noinst_HEADERS		=	commandTableYAF.h multiReader.h \
				runtimeTableYAF.h \
				outputDecoder.h \
				commandLine.h \
				commandTable.h lineStack.h \
				parser.h


libyafcore_la_SOURCES	=	buffer.cpp \
				lineStack.cpp \
				commandLine.cpp \
				parser.cpp \
				outputInterface.cpp \
				inputInterface.cpp \
				commandTable.cpp \
				commandTableYAF.cpp \
				runtimeTableYAF.cpp \
				inputDecoder.cpp \
				outputDecoder.cpp \
				yaf_control.cpp \
				multiReader.cpp

libyafcore_la_LDFLAGS	=	$(all_libraries) $(KDE_RPATH) \
				-no-undefined -avoid-version

libyafcore_la_LIBADD	=	-ltdefakes $(THIS_LIB_LIBS)




yafcoredir		=	$(includedir)/$(THIS_LIB_NAME)/util/yaf/yafcore

yafcore_HEADERS		=	inputInterface.h outputInterface.h \
				buffer.h inputDecoder.h yaf_control.h