libpsyc/d/include/psyc/Makefile

13 lines
212 B
Makefile
Raw Normal View History

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