From d15bfb30b0d91fe37106f016e3c0d159584d1918 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 27 Jan 2011 00:02:04 +0000 Subject: [PATCH] Re-generated Makefiles --- Makefile | 2 +- data/Makefile | 2 +- include/Desktop/Makefile | 2 +- include/Makefile | 2 +- src/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index fe13954..5f46527 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ dist: $(PACKAGE)-$(VERSION)/project.conf $(RM) -- $(PACKAGE)-$(VERSION) -install: all +install: $(TARGETS) @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done uninstall: diff --git a/data/Makefile b/data/Makefile index 84d430c..04b9984 100644 --- a/data/Makefile +++ b/data/Makefile @@ -18,7 +18,7 @@ clean: distclean: clean $(RM) -- $(TARGETS) -install: all +install: $(TARGETS) ./pkgconfig.sh -P "$(DESTDIR)$(PREFIX)" -i -- "libDesktop.pc" uninstall: diff --git a/include/Desktop/Makefile b/include/Desktop/Makefile index 3adbd8d..cd6fe57 100644 --- a/include/Desktop/Makefile +++ b/include/Desktop/Makefile @@ -13,7 +13,7 @@ clean: distclean: clean -install: all +install: $(TARGETS) $(MKDIR) $(DESTDIR)$(PREFIX)/include/Desktop $(INSTALL) -m 0644 -- about.h $(DESTDIR)$(PREFIX)/include/Desktop/about.h $(MKDIR) $(DESTDIR)$(PREFIX)/include/Desktop diff --git a/include/Makefile b/include/Makefile index d54bc0b..f4d7c96 100644 --- a/include/Makefile +++ b/include/Makefile @@ -19,7 +19,7 @@ clean: distclean: @for i in $(SUBDIRS); do (cd $$i && $(MAKE) distclean) || exit; done -install: all +install: $(TARGETS) @for i in $(SUBDIRS); do (cd $$i && $(MAKE) install) || exit; done $(MKDIR) $(DESTDIR)$(PREFIX)/include $(INSTALL) -m 0644 -- Desktop.h $(DESTDIR)$(PREFIX)/include/Desktop.h diff --git a/src/Makefile b/src/Makefile index 8168d4c..dcff6b3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -50,7 +50,7 @@ clean: distclean: clean $(RM) -- $(TARGETS) -install: all +install: $(TARGETS) $(MKDIR) $(DESTDIR)$(PREFIX)/lib $(INSTALL) -m 0644 -- libDesktop.a $(DESTDIR)$(PREFIX)/lib/libDesktop.a $(INSTALL) -m 0755 -- libDesktop.so $(DESTDIR)$(PREFIX)/lib/libDesktop.so.0.0