libpsyc/include/Makefile

14 lines
215 B
Makefile
Raw Normal View History

1984-04-04 00:44:06 +00:00
includedir = ${PREFIX}/include
2011-05-09 00:27:12 +00:00
INSTALL = install
HEADERS = psyc.h
install: ${HEADERS}
${MAKE} -C psyc install
installdir:
${INSTALL} -d ${includedir}
${HEADERS}: installdir
${INSTALL} -m 644 $@ ${includedir}