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