Home | History | Annotate | Download | only in sdl-1.2.15

Lines Matching full:distdir

17 distdir = SDL-@SDL_VERSION@
18 distfile = $(distdir).tar.gz
150 $(SHELL) $(auxdir)/mkinstalldirs $(distdir)
151 tar cf - $(DIST) | (cd $(distdir); tar xf -)
152 cp $(distdir)/include/SDL_config.h.default $(distdir)/include/SDL_config.h
153 rm -rf `find $(distdir) -name .svn`
154 rm -rf $(distdir)/test/autom4te*
155 find $(distdir) \( \
163 if test -f $(distdir)/test/Makefile; then (cd $(distdir)/test && make distclean); fi
164 tar cvf - $(distdir) | gzip --best >$(distfile)
165 rm -rf $(distdir)