From cc5f43903d8e2cf980bebb95569ed6a8c5b6d16c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 3 Dec 2003 14:37:37 +0000 Subject: 2003-12-03 Ralf Corsepius * Makefile.am: Add preinstallation dirstamp support. * clock/Makefile.am: Cosmetics. * console/Makefile.am: Cosmetics. * ide/Makefile.am: Cosmetics. * irq/Makefile.am: Add preinstallation dirstamp support. * network/Makefile.am: Cosmetics. * startup/Makefile.am: Cosmetics. * vectors/Makefile.am: Add preinstallation dirstamp support. * wrapup/Makefile.am: Cosmetics. --- c/src/lib/libbsp/powerpc/mbx8xx/vectors/Makefile.am | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/vectors/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/vectors/Makefile.am b/c/src/lib/libbsp/powerpc/mbx8xx/vectors/Makefile.am index a514a0c181..fe448269fd 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/vectors/Makefile.am +++ b/c/src/lib/libbsp/powerpc/mbx8xx/vectors/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - C_FILES = vectors_init.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) @@ -24,16 +23,17 @@ include $(top_srcdir)/../../../../automake/lib.am $(PGM): $(OBJS) $(make-rel) -$(PROJECT_INCLUDE): - $(mkinstalldirs) $@ -$(PROJECT_INCLUDE)/bsp: - $(mkinstalldirs) $@ -$(PROJECT_INCLUDE)/bsp/%.h: %.h - $(INSTALL_DATA) $< $@ +all-local: $(PREINSTALL_FILES) $(OBJS) + +PREINSTALL_FILES = -PREINSTALL_FILES = $(PROJECT_INCLUDE)/bsp \ - $(include_bsp_HEADERS:%=$(PROJECT_INCLUDE)/bsp/%) +$(PROJECT_INCLUDE)/bsp/$(dirstamp): + @$(mkinstalldirs) $(PROJECT_INCLUDE)/bsp + @: > $(PROJECT_INCLUDE)/bsp/$(dirstamp) +PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp) -all-local: $(PREINSTALL_FILES) $(OBJS) +$(PROJECT_INCLUDE)/bsp/vectors.h: vectors.h $(PROJECT_INCLUDE)/bsp/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vectors.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h include $(top_srcdir)/../../../../automake/local.am -- cgit v1.2.3