forked from Imagelibrary/rtems
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* console/Makefile.am: Add PREINSTALL_DIRS. * irq/Makefile.am: Add PREINSTALL_DIRS. * motorola/Makefile.am: Add PREINSTALL_DIRS. * openpic/Makefile.am: Add PREINSTALL_DIRS. * pci/Makefile.am: Add PREINSTALL_DIRS. * residual/Makefile.am: Add PREINSTALL_DIRS. * vectors/Makefile.am: Add PREINSTALL_DIRS.
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* console/Makefile.am: Add PREINSTALL_DIRS.
|
||||||
|
* irq/Makefile.am: Add PREINSTALL_DIRS.
|
||||||
|
* motorola/Makefile.am: Add PREINSTALL_DIRS.
|
||||||
|
* openpic/Makefile.am: Add PREINSTALL_DIRS.
|
||||||
|
* pci/Makefile.am: Add PREINSTALL_DIRS.
|
||||||
|
* residual/Makefile.am: Add PREINSTALL_DIRS.
|
||||||
|
* vectors/Makefile.am: Add PREINSTALL_DIRS.
|
||||||
|
|
||||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* console/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
* console/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||||
|
|||||||
@@ -11,12 +11,13 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = console.c inch.c polled_io.c uart.c reboot.c console.inl
|
EXTRA_DIST = console.c inch.c polled_io.c uart.c reboot.c console.inl
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
||||||
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/consoleIo.h: consoleIo.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
$(PROJECT_INCLUDE)/bsp/consoleIo.h: consoleIo.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/consoleIo.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/consoleIo.h
|
||||||
@@ -31,5 +32,6 @@ $(PROJECT_INCLUDE)/bsp/uart.h: uart.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/uart.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/uart.h
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -13,17 +13,19 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = i8259.c irq.c irq_asm.S irq_init.c
|
EXTRA_DIST = i8259.c irq.c irq_asm.S irq_init.c
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
||||||
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/irq.h: irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
$(PROJECT_INCLUDE)/bsp/irq.h: irq.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/irq.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/irq.h
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -11,17 +11,19 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = motorola.c
|
EXTRA_DIST = motorola.c
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
||||||
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/motorola.h: motorola.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
$(PROJECT_INCLUDE)/bsp/motorola.h: motorola.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/motorola.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/motorola.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/motorola.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/motorola.h
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -11,17 +11,19 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = openpic.c
|
EXTRA_DIST = openpic.c
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
||||||
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/openpic.h: openpic.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
$(PROJECT_INCLUDE)/bsp/openpic.h: openpic.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/openpic.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/openpic.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/openpic.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/openpic.h
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -11,17 +11,19 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = pci.c detect_raven_bridge.c pcifinddevice.c
|
EXTRA_DIST = pci.c detect_raven_bridge.c pcifinddevice.c
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
||||||
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/pci.h: pci.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
$(PROJECT_INCLUDE)/bsp/pci.h: pci.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/pci.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/pci.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/pci.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/pci.h
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -11,12 +11,13 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = residual.c
|
EXTRA_DIST = residual.c
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
||||||
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/pnp.h: pnp.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
$(PROJECT_INCLUDE)/bsp/pnp.h: pnp.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/pnp.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/pnp.h
|
||||||
@@ -27,5 +28,6 @@ $(PROJECT_INCLUDE)/bsp/residual.h: residual.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/residual.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/residual.h
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -13,17 +13,19 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
EXTRA_DIST = vectors.S vectors_init.c
|
EXTRA_DIST = vectors.S vectors_init.c
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
$(PROJECT_INCLUDE)/bsp/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
@$(mkdir_p) $(PROJECT_INCLUDE)/bsp
|
||||||
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/bsp/vectors.h: vectors.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
$(PROJECT_INCLUDE)/bsp/vectors.h: vectors.h $(PROJECT_INCLUDE)/bsp/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vectors.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bsp/vectors.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bsp/vectors.h
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user