summaryrefslogtreecommitdiff
path: root/girepository/Makefile.am
blob: e0f2b1bab57d3eab90141158e586254eb43e12ef (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
girepodir = $(includedir)/gobject-introspection-1.0/
girepo_HEADERS =				\
	giarginfo.h				\
	gibaseinfo.h				\
	gicallableinfo.h			\
	giconstantinfo.h			\
	gienuminfo.h				\
	gierrordomaininfo.h			\
	gifieldinfo.h				\
	gifunctioninfo.h			\
	giinterfaceinfo.h			\
	giobjectinfo.h				\
	gipropertyinfo.h			\
	giregisteredtypeinfo.h			\
	girepository.h				\
	girffi.h				\
	gisignalinfo.h				\
	gistructinfo.h				\
	gitypeinfo.h				\
	gitypelib.h				\
	gitypes.h				\
	giunioninfo.h				\
	givfuncinfo.h

lib_LTLIBRARIES = libgirepository-1.0.la
noinst_LTLIBRARIES = libgirepository-parser.la

libgirepository_1_0_la_SOURCES =		\
	gdump.c					\
	giarginfo.c				\
	gibaseinfo.c				\
	gicallableinfo.c			\
	giconstantinfo.c			\
	gienuminfo.c				\
	gierrordomaininfo.c			\
	gifieldinfo.c				\
	gifunctioninfo.c			\
	ginvoke.c				\
	giinterfaceinfo.c			\
	giobjectinfo.c				\
	gipropertyinfo.c			\
	giregisteredtypeinfo.c			\
	girepository.c				\
	girepository-private.h			\
	girffi.c                                \
	girffi.h                                \
	gisignalinfo.c				\
	gistructinfo.c				\
	gitypeinfo.c				\
	gitypelib.c				\
	gitypelib-internal.h			\
	glib-compat.h				\
	giunioninfo.c				\
	givfuncinfo.c

libgirepository_1_0_la_CPPFLAGS = $(GIREPO_CFLAGS)
libgirepository_1_0_la_LIBADD = $(GIREPO_LIBS)
libgirepository_1_0_la_LDFLAGS = -no-undefined -version-number 1:0:0

libgirepository_parser_la_SOURCES =		\
	girmodule.c				\
	girmodule.h				\
	girnode.c				\
	girnode.h				\
	giroffsets.c				\
	girparser.c				\
	girparser.h				\
	girwriter.c				\
	girwriter.h
libgirepository_parser_la_CFLAGS = $(GIREPO_CFLAGS)