2008-02-10 19:19:15 +00:00
|
|
|
include $(top_srcdir)/gcov.mak
|
|
|
|
|
2008-08-09 12:46:48 +00:00
|
|
|
GCOVSOURCES = $(libgirepository_la_SOURCES)
|
|
|
|
|
|
|
|
girepodir = $(includedir)/gobject-introspection-1.0/
|
|
|
|
girepo_HEADERS = girepository.h
|
|
|
|
|
2008-07-24 19:20:40 +00:00
|
|
|
lib_LTLIBRARIES = libgirepository.la
|
2008-08-09 12:46:48 +00:00
|
|
|
noinst_LTLIBRARIES = libgirepository-parser.la
|
2008-02-08 15:31:03 +00:00
|
|
|
|
|
|
|
libgirepository_la_SOURCES = \
|
|
|
|
girepository.c \
|
2008-06-08 14:37:30 +00:00
|
|
|
gtypelib.h \
|
|
|
|
gtypelib.c \
|
2008-02-08 15:31:03 +00:00
|
|
|
ginfo.c \
|
|
|
|
ginvoke.c
|
2008-03-05 17:10:28 +00:00
|
|
|
libgirepository_la_CPPFLAGS = $(GIREPO_CFLAGS)
|
|
|
|
libgirepository_la_LIBADD = $(GIREPO_LIBS)
|
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 \
|
|
|
|
girparser.c \
|
|
|
|
girparser.h
|
|
|
|
libgirepository_parser_la_CFLAGS = $(GIREPO_CFLAGS)
|
2008-02-08 18:09:05 +00:00
|
|
|
|