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 | |
---|
1 | if USE_INSTALLED_GLIB |
---|
2 | included_glib_includes = @GLIB_CFLAGS@ |
---|
3 | pkg_config_LDADD=@GLIB_LIBS@ |
---|
4 | else |
---|
5 | SUBDIRS = glib-1.2.8 |
---|
6 | included_glib_includes = -I./glib-1.2.8 |
---|
7 | pkg_config_LDADD=glib-1.2.8/libglib.la |
---|
8 | endif |
---|
9 | |
---|
10 | m4dir = $(datadir)/aclocal |
---|
11 | m4_DATA = pkg.m4 |
---|
12 | |
---|
13 | man_MANS = pkg-config.1 |
---|
14 | EXTRA_DIST = $(m4_DATA) $(man_MANS) README.win32 |
---|
15 | |
---|
16 | bin_PROGRAMS = pkg-config |
---|
17 | |
---|
18 | INCLUDES=-DPKGLIBDIR="\"$(pkglibdir)\"" $(included_glib_includes) |
---|
19 | |
---|
20 | pkg_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.