File: Makefile.am

package info (click to toggle)
pkgconfig 0.11.0-0.1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,748 kB
  • ctags: 2,433
  • sloc: ansic: 22,338; sh: 11,410; makefile: 277
file content (36 lines) | stat: -rw-r--r-- 623 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
if USE_INSTALLED_GLIB
pkg_config_CFLAGS = @GLIB_CFLAGS@
pkg_config_LDFLAGS = @GLIB_LIBS@
else
SUBDIRS = glib-1.2.8
included_glib_includes = -I./glib-1.2.8
pkg_config_LDADD=glib-1.2.8/libglib.la
endif

m4dir = $(datadir)/aclocal
m4_DATA = pkg.m4

man_MANS = pkg-config.1
EXTRA_DIST = $(m4_DATA) $(man_MANS) README.win32

bin_PROGRAMS = pkg-config

INCLUDES=-DPKGLIBDIR="\"$(pkglibdir)\"" $(included_glib_includes)

pkg_config_SOURCES= \
	pkg.h \
	pkg.c \
	partial-glib.h \
	partial-glib.c \
	parse.h \
	parse.c \
	main.c \
	findme.c \
	findme.h \
	popt.c \
	popt.h \
	poptconfig.c \
	popthelp.c \
	poptint.h \
	poptparse.c