2008-08-09 14:46:48 +02:00
|
|
|
girepodir = $(includedir)/gobject-introspection-1.0/
|
2010-05-31 22:41:45 +02:00
|
|
|
girepo_HEADERS = \
|
2010-06-07 15:29:53 +02:00
|
|
|
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
|
2008-08-09 14:46:48 +02:00
|
|
|
|
2009-01-15 23:31:07 +01:00
|
|
|
lib_LTLIBRARIES = libgirepository-1.0.la
|
2008-08-09 14:46:48 +02:00
|
|
|
noinst_LTLIBRARIES = libgirepository-parser.la
|
2008-02-08 16:31:03 +01:00
|
|
|
|
2009-01-15 23:31:07 +01:00
|
|
|
libgirepository_1_0_la_SOURCES = \
|
2009-12-03 21:35:23 +01:00
|
|
|
gdump.c \
|
2010-06-05 17:40:15 +02:00
|
|
|
giarginfo.c \
|
2010-05-31 22:54:42 +02:00
|
|
|
gibaseinfo.c \
|
2010-06-05 17:11:58 +02:00
|
|
|
gicallableinfo.c \
|
2010-06-07 00:52:12 +02:00
|
|
|
giconstantinfo.c \
|
2010-06-06 18:06:30 +02:00
|
|
|
gienuminfo.c \
|
2010-06-06 18:01:26 +02:00
|
|
|
gierrordomaininfo.c \
|
2010-06-06 18:11:23 +02:00
|
|
|
gifieldinfo.c \
|
2010-06-06 18:01:26 +02:00
|
|
|
gifunctioninfo.c \
|
2009-12-03 21:35:23 +01:00
|
|
|
ginvoke.c \
|
2010-06-07 00:52:12 +02:00
|
|
|
giinterfaceinfo.c \
|
|
|
|
giobjectinfo.c \
|
|
|
|
gipropertyinfo.c \
|
2010-06-07 00:28:35 +02:00
|
|
|
giregisteredtypeinfo.c \
|
2008-02-08 16:31:03 +01:00
|
|
|
girepository.c \
|
2010-05-31 22:41:45 +02:00
|
|
|
girepository-private.h \
|
2009-12-03 21:35:23 +01:00
|
|
|
girffi.c \
|
|
|
|
girffi.h \
|
2010-06-07 00:52:12 +02:00
|
|
|
gisignalinfo.c \
|
|
|
|
gistructinfo.c \
|
2010-06-06 17:58:13 +02:00
|
|
|
gitypeinfo.c \
|
2010-05-31 22:44:46 +02:00
|
|
|
gitypelib.c \
|
2010-06-07 00:28:35 +02:00
|
|
|
gitypelib-internal.h \
|
2010-06-07 00:52:12 +02:00
|
|
|
glib-compat.h \
|
|
|
|
giunioninfo.c \
|
|
|
|
givfuncinfo.c
|
2008-11-13 20:57:09 +01:00
|
|
|
|
2009-01-15 23:31:07 +01:00
|
|
|
libgirepository_1_0_la_CPPFLAGS = $(GIREPO_CFLAGS)
|
|
|
|
libgirepository_1_0_la_LIBADD = $(GIREPO_LIBS)
|
2010-07-08 20:20:40 +02:00
|
|
|
libgirepository_1_0_la_LDFLAGS = -no-undefined -version-number 1:0:0
|
2008-02-08 16:31:03 +01:00
|
|
|
|
2008-08-09 14:46:48 +02:00
|
|
|
libgirepository_parser_la_SOURCES = \
|
|
|
|
girmodule.c \
|
|
|
|
girmodule.h \
|
|
|
|
girnode.c \
|
|
|
|
girnode.h \
|
2008-11-11 06:10:36 +01:00
|
|
|
giroffsets.c \
|
2008-08-09 14:46:48 +02:00
|
|
|
girparser.c \
|
2010-06-07 15:52:43 +02:00
|
|
|
girparser.h \
|
|
|
|
girwriter.c \
|
|
|
|
girwriter.h
|
2008-08-09 14:46:48 +02:00
|
|
|
libgirepository_parser_la_CFLAGS = $(GIREPO_CFLAGS)
|
2008-02-08 19:09:05 +01:00
|
|
|
|