forked from Imagelibrary/rtems
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES. * shared/Makefile.am: Ditto. * tx39/Makefile.am: Ditto.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* mongoosev/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||||
|
Add PRE/TMPINSTALL_FILES to CLEANFILES.
|
||||||
|
* shared/Makefile.am: Ditto.
|
||||||
|
* tx39/Makefile.am: Ditto.
|
||||||
|
|
||||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* mongoosev/duart/Makefile.am: Remove.
|
* mongoosev/duart/Makefile.am: Remove.
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ PREINSTALL_FILES =
|
|||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
$(PROJECT_INCLUDE)/libcpu/mongoose-v.h: include/mongoose-v.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
||||||
@@ -69,9 +70,12 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mongoose-v.h
|
|||||||
$(PROJECT_INCLUDE)/libchip/$(dirstamp):
|
$(PROJECT_INCLUDE)/libchip/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libchip
|
@$(mkdir_p) $(PROJECT_INCLUDE)/libchip
|
||||||
@: > $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libchip/mg5uart.h: duart/mg5uart.h $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
$(PROJECT_INCLUDE)/libchip/mg5uart.h: duart/mg5uart.h $(PROJECT_INCLUDE)/libchip/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libchip/mg5uart.h
|
||||||
|
|
||||||
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -70,14 +70,18 @@ CLEANDIRS += interrupts/o-optimize interrupts/o-debug
|
|||||||
noinst_DATA += interrupts/$(ARCH)/interrupts.rel
|
noinst_DATA += interrupts/$(ARCH)/interrupts.rel
|
||||||
|
|
||||||
## --
|
## --
|
||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
$(PROJECT_INCLUDE)/libcpu/cache.h: ../../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
|
||||||
|
|
||||||
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -40,9 +40,12 @@ PREINSTALL_FILES =
|
|||||||
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
@$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
|
||||||
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
$(PROJECT_INCLUDE)/libcpu/tx3904.h: include/tx3904.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/tx3904.h
|
||||||
|
|
||||||
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user