Revision: 1955
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=1955&view=rev
Author:   tmzullinger
Date:     2008-03-29 13:32:38 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
cleanup more of our dirs with make uninstall

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/bindings/python/Makefile.am
    libgpod/trunk/docs/reference/Makefile.am
    libgpod/trunk/src/Makefile.am

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2008-03-29 18:37:55 UTC (rev 1954)
+++ libgpod/trunk/ChangeLog     2008-03-29 20:32:38 UTC (rev 1955)
@@ -1,5 +1,9 @@
 2008-03-29  Todd Zullinger  <tmzullinger at users.sourceforge.net>
 
+       * bindings/python/Makefile.am
+         docs/reference/Makefile.am
+         src/Makefile.am: cleanup more of our dirs with make uninstall
+
        * tests/test-rebuild-db.cc: include string.h to fix builds
          with gcc 4.3 (fixes SF tracker #1928618)
 

Modified: libgpod/trunk/bindings/python/Makefile.am
===================================================================
--- libgpod/trunk/bindings/python/Makefile.am   2008-03-29 18:37:55 UTC (rev 
1954)
+++ libgpod/trunk/bindings/python/Makefile.am   2008-03-29 20:32:38 UTC (rev 
1955)
@@ -60,4 +60,7 @@
 
 test:
        $(MAKE) -C tests test
+
+uninstall-hook:
+       -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(gpoddir)
 endif

Modified: libgpod/trunk/docs/reference/Makefile.am
===================================================================
--- libgpod/trunk/docs/reference/Makefile.am    2008-03-29 18:37:55 UTC (rev 
1954)
+++ libgpod/trunk/docs/reference/Makefile.am    2008-03-29 20:32:38 UTC (rev 
1955)
@@ -79,3 +79,6 @@
 # Build the documentation when creating tarballs
 dist-hook-local:
        $(MAKE) all
+
+uninstall-hook:
+       -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(TARGET_DIR)

Modified: libgpod/trunk/src/Makefile.am
===================================================================
--- libgpod/trunk/src/Makefile.am       2008-03-29 18:37:55 UTC (rev 1954)
+++ libgpod/trunk/src/Makefile.am       2008-03-29 20:32:38 UTC (rev 1955)
@@ -21,7 +21,8 @@
 
 libgpod_la_LDFLAGS = -version-info $(LIBGPOD_SO_VERSION) -no-undefined
 
-libgpodincludedir = $(includedir)/gpod-1.0/gpod
+libgpodincludebase = $(includedir)/gpod-1.0
+libgpodincludedir = $(libgpodincludebase)/gpod
 libgpodinclude_HEADERS = itdb.h
 noinst_HEADERS =               \
        db-artwork-debug.h      \
@@ -38,3 +39,7 @@
 
 INCLUDES=$(LIBGPOD_CFLAGS)
 LIBS=$(LIBGPOD_LIBS)
+
+uninstall-hook:
+       -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libgpodincludedir)
+       -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(libgpodincludebase)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to