comparison Makefile.am @ 168:e92aa316c517

Added Max's patches for building MacOS X apps on command line
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Sep 2001 23:18:45 +0000
parents 69ee0b88b615
children 529ba31e8679
comparison
equal deleted inserted replaced
167:cb384ef627f6 168:e92aa316c517
59 59
60 # Rule to build the Project Builder archive in MacOS X 60 # Rule to build the Project Builder archive in MacOS X
61 PBProjects.tar.gz: 61 PBProjects.tar.gz:
62 rm -f `find . -name .DS_Store` 62 rm -f `find . -name .DS_Store`
63 if [ -d PBProjects ]; then \ 63 if [ -d PBProjects ]; then \
64 tar zcvf $@ PBProjects src/main/macosx/SDLMain.nib; \ 64 tar zcvf $@ PBProjects; \
65 fi 65 fi
66 66
67 # Rule to force automake to rebuild the library 67 # Rule to force automake to rebuild the library
68 changed: 68 changed:
69 @echo "This build target is no longer necessary" 69 @echo "This build target is no longer necessary"