Mercurial > sdl-ios-xcode
comparison Makefile.in @ 3085:4800979de337
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 04 Mar 2009 08:57:30 +0000 |
parents | 61225d2834a3 |
children | 0b6f51c29267 |
comparison
equal
deleted
inserted
replaced
3084:fb256fee28d8 | 3085:4800979de337 |
---|---|
137 if test -f test/Makefile; then (cd test; $(MAKE) $@); fi | 137 if test -f test/Makefile; then (cd test; $(MAKE) $@); fi |
138 | 138 |
139 distclean: clean | 139 distclean: clean |
140 rm -f Makefile include/SDL_config.h sdl-config | 140 rm -f Makefile include/SDL_config.h sdl-config |
141 rm -f SDL.qpg | 141 rm -f SDL.qpg |
142 rm -f config.status config.cache config.log libtool $(depend) | 142 rm -f config.status config.cache config.log $(LIBTOOL) $(depend) |
143 rm -rf $(srcdir)/autom4te* | 143 rm -rf $(srcdir)/autom4te* |
144 find $(srcdir) \( \ | 144 find $(srcdir) \( \ |
145 -name '*~' -o \ | 145 -name '*~' -o \ |
146 -name '*.bak' -o \ | 146 -name '*.bak' -o \ |
147 -name '*.old' -o \ | 147 -name '*.old' -o \ |