pkgconf/Makefile

13 lines
307 B
Makefile
Raw Normal View History

2011-07-25 02:03:17 +00:00
PROG = pkgconf${PROG_SUFFIX}
SRCS = main.c parse.c pkg.c bsdstubs.c getopt_long.c
2011-07-25 02:03:17 +00:00
include buildsys.mk
2012-05-03 17:15:45 +00:00
CFLAGS += -DPKG_DEFAULT_PATH=\"${libdir}/pkgconfig\" -Wall
install-extra:
mkdir -p $(DESTDIR)/$(datarootdir)/aclocal
install -c -m644 pkg.m4 $(DESTDIR)/$(datarootdir)/aclocal/pkg.m4
2011-07-25 02:03:17 +00:00
include .deps