1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
libpsyc/include/psyc/Makefile

13 lines
264 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 = match.h method.h packet.h parse.h render.h text.h uniform.h variable.h
2011-05-09 00:27:12 +00:00
install: ${HEADERS}
installdir:
${INSTALL} -d ${includedir}/psyc
${HEADERS}: installdir
${INSTALL} -m 644 $@ ${includedir}/psyc