Ticket #9093: linuxmoto-dist-05102009.patch
File linuxmoto-dist-05102009.patch, 1.7 KB (added by , 15 years ago) |
---|
-
scummvm/backends/platform/linuxmoto/linuxmoto.mk
6 6 $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip motoezx/scummvm/ 7 7 $(CP) $(srcdir)/dists/motoezx/* motoezx/scummvm/ 8 8 tar -C motoezx -cvzf motoezx/ScummVM.pkg scummvm 9 $(RM) -r motoezx/scummvm 9 10 10 11 # Special target to create a motomagx snapshot 11 12 motomagx-mpkg: $(EXECUTABLE) … … 15 16 $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip motomagx/scummvm/ 16 17 $(CP) $(srcdir)/dists/motomagx/mpkg/* motomagx/scummvm/ 17 18 tar -C motomagx -cvzf motomagx/ScummVM.mpkg scummvm 19 $(RM) -r motomagx/scummvm 18 20 19 21 motomagx-mgx: $(EXECUTABLE) 20 22 $(MKDIR) motomagx/scummvm … … 22 24 $(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(DIST_FILES_ENGINEDATA) motomagx/scummvm/ 23 25 $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip motomagx/scummvm/ 24 26 $(CP) $(srcdir)/dists/motomagx/mgx/* motomagx/scummvm/ 25 tar -C motomagx -cvzf motomagx/ScummVM.mgx scummvm 27 tar -C motomagx -cvf motomagx/ScummVM.mgx scummvm 28 $(RM) -r motomagx/scummvm 26 29 27 30 motomagx-pep: $(EXECUTABLE) 28 31 $(MKDIR) motomagx/pep 29 32 $(CP) -r $(srcdir)/dists/motomagx/pep/* motomagx/pep 33 $(RM) -r motomagx/pep/app/.svn 30 34 $(STRIP) $(EXECUTABLE) -o motomagx/pep/app/$(EXECUTABLE) 31 35 $(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(DIST_FILES_ENGINEDATA) motomagx/pep/app 32 36 $(CP) $(srcdir)/backends/vkeybd/packs/vkeybd_default.zip motomagx/pep/app 33 37 tar -C motomagx/pep -czvf motomagx/ScummVM.pep app description.ini scummvm_big_usr.png scummvm_small_usr.png 38 $(RM) -r motomagx/pep 34 39 35 40 .PHONY: motoezx motomagx-mpkg motomagx-mgx motomagx-pep