oolite/GNUmakefile.postamble
Dylan Smith e30fdfb6fc Fullscreen WIP
git-svn-id: http://svn.berlios.de/svnroot/repos/oolite-linux/trunk@33 127b21dd-08f5-0310-b4b7-95ae10353056
2005-04-30 15:36:20 +00:00

16 lines
443 B
Plaintext

# Oolite-linux
# GNUmakefile.postamble: Runs after-compilation scripts.
# These copy all the base data files into where oolite expects them
# to live (Contents/Resources)
#
CONTENTS = Contents
CONTENTDIR=$(APP_NAME).app/$(CONTENTS)
GNUSTEP_OW=$(APP_NAME).app/Resources/Info-gnustep.plist
after-all::
rm -rf $(CONTENTDIR)
$(MKDIRS) $(CONTENTDIR)
$(CP) -r Resources $(CONTENTDIR)/Resources
$(CP) Resources/Info-Oolite.plist $(GNUSTEP_OW)