From 15bd273aabfed40c48da04e4ed6437cf952250a9 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 26 Jan 2011 23:55:01 +0000 Subject: [PATCH] Re-generated Makefiles --- Makefile | 2 +- data/Makefile | 2 +- include/Makefile | 2 +- include/System/Makefile | 2 +- src/Makefile | 2 +- tools/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 0d418ed..60fee35 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,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 ccd6b55..0cc1c8a 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 -- "libSystem.pc" uninstall: diff --git a/include/Makefile b/include/Makefile index 8d0e18e..ea8a6f1 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)$(INCLUDEDIR) $(INSTALL) -m 0644 -- System.h $(DESTDIR)$(INCLUDEDIR)/System.h diff --git a/include/System/Makefile b/include/System/Makefile index 49ec2b8..9cb9bd5 100644 --- a/include/System/Makefile +++ b/include/System/Makefile @@ -13,7 +13,7 @@ clean: distclean: clean -install: all +install: $(TARGETS) $(MKDIR) $(DESTDIR)$(INCLUDEDIR)/System $(INSTALL) -m 0644 -- appclient.h $(DESTDIR)$(INCLUDEDIR)/System/appclient.h $(MKDIR) $(DESTDIR)$(INCLUDEDIR)/System diff --git a/src/Makefile b/src/Makefile index 8fc0885..c17318a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -77,7 +77,7 @@ clean: distclean: clean $(RM) -- $(TARGETS) -install: all +install: $(TARGETS) $(MKDIR) $(DESTDIR)$(LIBDIR) $(INSTALL) -m 0644 -- libSystem.a $(DESTDIR)$(LIBDIR)/libSystem.a $(INSTALL) -m 0755 -- libSystem.so $(DESTDIR)$(LIBDIR)/libSystem.so.0.0 diff --git a/tools/Makefile b/tools/Makefile index 16cd0e7..50f2eaf 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -43,7 +43,7 @@ clean: distclean: clean $(RM) -- $(TARGETS) -install: all +install: $(TARGETS) $(MKDIR) $(DESTDIR)$(BINDIR) $(INSTALL) -m 0755 -- AppBroker $(DESTDIR)$(BINDIR)/AppBroker