comparison Makefile.in @ 3355:3c9e6f2f3c58

Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall. Fixes Bugzilla #813 for the 1.3 branch.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 08 Oct 2009 09:14:31 +0000
parents 6dc250ebdd80
children 3d50171ac879
comparison
equal deleted inserted replaced
3354:98c5b421426e 3355:3c9e6f2f3c58
118 uninstall-lib: 118 uninstall-lib:
119 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(TARGET) 119 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(TARGET)
120 rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET) 120 rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET)
121 uninstall-data: 121 uninstall-data:
122 rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4 122 rm -f $(DESTDIR)$(datadir)/aclocal/sdl.m4
123 rm -f $(DESTDIR)$(libdir)/pkgconfig/sdl.pc
123 124
124 clean: 125 clean:
125 rm -rf $(objects) 126 rm -rf $(objects)
126 if test -f test/Makefile; then (cd test; $(MAKE) $@); fi 127 if test -f test/Makefile; then (cd test; $(MAKE) $@); fi
127 128