comparison Makefile.in @ 2220:4d2d0548f5b2

Don't run indent on the Xcode templates
author Sam Lantinga <slouken@libsdl.org>
date Sat, 11 Aug 2007 18:51:12 +0000
parents d63e9f5944ae
children 5ae70849d99d
comparison
equal deleted inserted replaced
2219:f6099efa3f0b 2220:4d2d0548f5b2
175 @cd $(srcdir) && \ 175 @cd $(srcdir) && \
176 find . \( \ 176 find . \( \
177 -name '*.h' -o \ 177 -name '*.h' -o \
178 -name '*.c' -o \ 178 -name '*.c' -o \
179 -name '*.cc' \) \ 179 -name '*.cc' \) \
180 -print | \ 180 -print | fgrep -v ./Xcode | \
181 while read file; do \ 181 while read file; do \
182 indent "$$file" -o "$$file.indent"; \ 182 indent "$$file" -o "$$file.indent"; \
183 if cmp "$$file" "$$file.indent" >/dev/null; then \ 183 if cmp "$$file" "$$file.indent" >/dev/null; then \
184 rm -f "$$file.indent"; \ 184 rm -f "$$file.indent"; \
185 else \ 185 else \