pkgconf/Makefile

10 lines
165 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
2011-07-25 02:03:17 +00:00
include buildsys.mk
CFLAGS += -DPKG_DEFAULT_PATH=\"${libdir}/pkgconfig\"
LIBS = -lpopt
2011-07-25 02:03:17 +00:00
include .deps