Mercurial > sdl-ios-xcode
comparison Makefile.am @ 123:d49e9d023119
Fixed the project builder project archive
Added a rule to generate the archive from loose directories too. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 23 Jul 2001 19:48:28 +0000 |
parents | e811db89bfbe |
children | 69ee0b88b615 |
comparison
equal
deleted
inserted
replaced
122:8f33e95b43b6 | 123:d49e9d023119 |
---|---|
55 exports: | 55 exports: |
56 (cd src/main/beos/exports; $(MAKE)) | 56 (cd src/main/beos/exports; $(MAKE)) |
57 (cd src/main/macos/exports; $(MAKE)) | 57 (cd src/main/macos/exports; $(MAKE)) |
58 (cd src/main/win32/exports; $(MAKE)) | 58 (cd src/main/win32/exports; $(MAKE)) |
59 | 59 |
60 # Rule to build the Project Builder archive in MacOS X | |
61 PBProjects.tar.gz: | |
62 rm -f `find . -name .DS_Store` | |
63 if [ -d PBProjects ]; then \ | |
64 tar zcvf $@ PBProjects src/main/macosx/SDLMain.nib; \ | |
65 fi | |
66 | |
60 # Rule to force automake to rebuild the library | 67 # Rule to force automake to rebuild the library |
61 changed: | 68 changed: |
62 @echo "This build target is no longer necessary" | 69 @echo "This build target is no longer necessary" |
63 | 70 |
64 # Rule to install the libraries only - prevent rebuilding apps | 71 # Rule to install the libraries only - prevent rebuilding apps |