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