GBC emulation core.

This commit is contained in:
theoddone33
2005-01-18 08:39:05 +00:00
parent 096acd6a48
commit 36d8ceafd3

View File

@@ -210,8 +210,10 @@ ${JMADIR}/winout.o: ${JMADIR}/winout.cpp
${JMADIR}/zsnesjma.o: ${JMADIR}/zsnesjma.cpp ${JMADIR}/zsnesjma.h ${JMADIR}/jma.h
install:
@INSTALL@ -d -m 0755 @ZSNESEXE@ ${DESTDIR}/@prefix@/bin
@INSTALL@ -d -m 0644 linux/zsnes.1 ${DESTDIR}/@prefix@/man/man1
@INSTALL@ -d -m 0755 ${DESTDIR}/@prefix@/bin
@INSTALL@ -m 0755 @ZSNESEXE@ ${DESTDIR}/@prefix@/bin
@INSTALL@ -d -m 0755 ${DESTDIR}/@prefix@/man/man1
@INSTALL@ -m 0644 linux/zsnes.1 ${DESTDIR}/@prefix@/man/man1
uninstall:
rm -f @prefix@/bin/$(notdir @ZSNESEXE@) @prefix@/man/man5/zsnes.5