psyclpc/src/autoconf/Makefile

12 lines
250 B
Makefile
Raw Normal View History

CPPFLAGS=-I/usr/depot/include
LDFLAGS=-L/usr/depot/lib -lpsyc -lgnunetutil -lgnunetcadet
2016-02-16 07:07:28 +00:00
../configure-do: configure.ac configure.head Makefile
autoreconf
2009-03-03 03:27:01 +00:00
rm -f $@
cat configure.head configure >>$@
chmod +x $@
@rm configure
mv machine.h.in ..
2009-03-03 03:27:01 +00:00