source: trunk/third/pkgconfig/Makefile.am @ 18224

Revision 18224, 624 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18223, which included commits to RCS files with non-trunk default branches.
Line 
1if USE_INSTALLED_GLIB
2included_glib_includes = @GLIB_CFLAGS@
3pkg_config_LDADD=@GLIB_LIBS@
4else
5SUBDIRS = glib-1.2.8
6included_glib_includes = -I./glib-1.2.8
7pkg_config_LDADD=glib-1.2.8/libglib.la
8endif
9
10m4dir = $(datadir)/aclocal
11m4_DATA = pkg.m4
12
13man_MANS = pkg-config.1
14EXTRA_DIST = $(m4_DATA) $(man_MANS) README.win32
15
16bin_PROGRAMS = pkg-config
17
18INCLUDES=-DPKGLIBDIR="\"$(pkglibdir)\"" $(included_glib_includes)
19
20pkg_config_SOURCES= \
21        pkg.h \
22        pkg.c \
23        partial-glib.h \
24        partial-glib.c \
25        parse.h \
26        parse.c \
27        main.c \
28        findme.c \
29        findme.h \
30        popt.c \
31        popt.h \
32        poptconfig.c \
33        popthelp.c \
34        poptint.h \
35        poptparse.c
36
Note: See TracBrowser for help on using the repository browser.