2008-02-10 19:19:15 +00:00
|
|
|
include $(top_srcdir)/gcov.mak
|
|
|
|
|
2009-01-15 22:31:07 +00:00
|
|
|
GCOVSOURCES = $(libgirepository_1_0_la_SOURCES)
|
2008-08-09 12:46:48 +00:00
|
|
|
|
|
|
|
girepodir = $(includedir)/gobject-introspection-1.0/
|
2009-02-05 00:40:14 +00:00
|
|
|
girepo_HEADERS = girepository.h girffi.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 = \
|
2008-02-08 15:31:03 +00:00
|
|
|
girepository.c \
|
2008-06-08 14:37:30 +00:00
|
|
|
gtypelib.h \
|
|
|
|
gtypelib.c \
|
2008-11-16 21:14:19 +00:00
|
|
|
gfield.c \
|
2008-11-25 21:48:34 +00:00
|
|
|
ginfo.h \
|
2008-02-08 15:31:03 +00:00
|
|
|
ginfo.c \
|
2008-11-11 00:04:45 +00:00
|
|
|
girffi.c \
|
2008-11-13 19:57:09 +00:00
|
|
|
girffi.h \
|
|
|
|
gdump.c \
|
|
|
|
ginvoke.c
|
|
|
|
|
2009-01-15 22:31:07 +00: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 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 \
|
|
|
|
girparser.h
|
|
|
|
libgirepository_parser_la_CFLAGS = $(GIREPO_CFLAGS)
|
2008-02-08 18:09:05 +00:00
|
|
|
|