oolite/GNUmakefile.postamble

16 lines
442 B
Plaintext
Raw Normal View History

# 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 -f $(CONTENTDIR)
$(MKDIRS) $(CONTENTDIR)
$(CP) -r Resources $(CONTENTDIR)/Resources
$(CP) Resources/Info-Oolite.plist $(GNUSTEP_OW)