2011-07-25 02:03:17 +00:00
|
|
|
PROG = pkgconf${PROG_SUFFIX}
|
2011-07-25 04:46:10 +00:00
|
|
|
SRCS = main.c parse.c pkg.c
|
2011-07-25 02:03:17 +00:00
|
|
|
|
|
|
|
include buildsys.mk
|
|
|
|
|
2011-07-25 05:06:37 +00:00
|
|
|
LIBS = -lpopt
|
|
|
|
|
2011-07-25 02:03:17 +00:00
|
|
|
install-extra:
|
2011-07-25 22:14:44 +00:00
|
|
|
${LN_S} -f ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config
|
2011-07-25 02:03:17 +00:00
|
|
|
|
|
|
|
include .deps
|