2008-08-09 14:46:48 +02:00
|
|
|
girepodir = $(includedir)/gobject-introspection-1.0/
|
2010-05-31 22:41:45 +02:00
|
|
|
girepo_HEADERS = \
|
|
|
|
gibaseinfo.h \
|
2010-06-05 17:11:58 +02:00
|
|
|
gicallableinfo.h \
|
2010-05-31 22:54:42 +02:00
|
|
|
gifunctioninfo.h \
|
2010-05-31 22:41:45 +02:00
|
|
|
girepository.h \
|
|
|
|
girffi.h \
|
|
|
|
gitypelib.h \
|
|
|
|
gitypes.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 \
|
|
|
|
gfield.c \
|
2010-05-31 22:54:42 +02:00
|
|
|
gibaseinfo.c \
|
|
|
|
gifunctioninfo.c \
|
2010-06-05 17:11:58 +02:00
|
|
|
gicallableinfo.c \
|
2009-12-03 21:35:23 +01:00
|
|
|
ginfo.c \
|
|
|
|
ginvoke.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 \
|
2009-12-07 17:54:18 +01:00
|
|
|
girffi-private.h \
|
2009-12-03 21:35:23 +01:00
|
|
|
glib-compat.h \
|
2010-05-31 22:44:46 +02:00
|
|
|
gitypelib.c \
|
|
|
|
gitypelib-internal.h
|
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)
|
|
|
|
libgirepository_1_0_la_LDFLAGS = -no-undefined
|
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 \
|
|
|
|
girparser.h
|
|
|
|
libgirepository_parser_la_CFLAGS = $(GIREPO_CFLAGS)
|
2008-02-08 19:09:05 +01:00
|
|
|
|