Mercurial > sdl-ios-xcode
comparison Makefile.in @ 1846:699eaff87cbb
Whoops, clean files in the dist directory
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 17 May 2006 04:42:37 +0000 |
parents | 548445edaf9f |
children | 3c5eed71a332 |
comparison
equal
deleted
inserted
replaced
1845:548445edaf9f | 1846:699eaff87cbb |
---|---|
148 dist $(distfile): | 148 dist $(distfile): |
149 $(SHELL) $(auxdir)/mkinstalldirs $(distdir) | 149 $(SHELL) $(auxdir)/mkinstalldirs $(distdir) |
150 tar cf - $(DIST) | (cd $(distdir); tar xf -) | 150 tar cf - $(DIST) | (cd $(distdir); tar xf -) |
151 cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h | 151 cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h |
152 rm -rf `find $(distdir) -name .svn` | 152 rm -rf `find $(distdir) -name .svn` |
153 find $(srcdir) \( \ | 153 find $(distdir) \( \ |
154 -name '*~' -o \ | 154 -name '*~' -o \ |
155 -name '*.bak' -o \ | 155 -name '*.bak' -o \ |
156 -name '*.old' -o \ | 156 -name '*.old' -o \ |
157 -name '*.rej' -o \ | 157 -name '*.rej' -o \ |
158 -name '*.orig' -o \ | 158 -name '*.orig' -o \ |