forked from Imagelibrary/rtems
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add PREINSTALL_DIRS.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Add PREINSTALL_DIRS.
|
||||||
|
|
||||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Move include_adadir into RTEMS_ADA condional block.
|
* Makefile.am: Move include_adadir into RTEMS_ADA condional block.
|
||||||
|
|||||||
@@ -10,13 +10,14 @@ endif
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
if RTEMS_ADA
|
if RTEMS_ADA
|
||||||
$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
|
$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
|
@$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
|
||||||
@: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
||||||
@@ -36,5 +37,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* wrapup/Makefile.am: Remove $(ARCH)/$(dirstamp).
|
* wrapup/Makefile.am: Remove $(ARCH)/$(dirstamp).
|
||||||
|
|||||||
@@ -23,12 +23,13 @@ include_rtemsdir = $(includedir)/rtems
|
|||||||
include_rtems_HEADERS = include/rtems/bspIo.h include/rtems/userenv.h \
|
include_rtems_HEADERS = include/rtems/bspIo.h include/rtems/userenv.h \
|
||||||
include/rtems/fs.h include/rtems/stdint.h
|
include/rtems/fs.h include/rtems/stdint.h
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/bspIo.h: include/rtems/bspIo.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/bspIo.h: include/rtems/bspIo.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspIo.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspIo.h
|
||||||
@@ -47,6 +48,7 @@ $(PROJECT_INCLUDE)/rtems/stdint.h: include/rtems/stdint.h $(PROJECT_INCLUDE)/rte
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/stdint.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/stdint.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/subdirs.am
|
include $(top_srcdir)/automake/subdirs.am
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Add PREINSTALL_DIRS.
|
||||||
|
|
||||||
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Move include_adadir into RTEMS_ADA condional block.
|
* Makefile.am: Move include_adadir into RTEMS_ADA condional block.
|
||||||
|
|||||||
@@ -10,13 +10,14 @@ endif
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
if RTEMS_ADA
|
if RTEMS_ADA
|
||||||
$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
|
$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
|
@$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
|
||||||
@: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
|
||||||
@@ -36,5 +37,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -124,12 +124,13 @@ UNUSED_C_FILES = src/cre_mbx.c src/del_mbx.c src/mboxtranslatereturncode.c \
|
|||||||
|
|
||||||
EXTRA_DIST += $(UNUSED_C_FILES) src/TODO
|
EXTRA_DIST += $(UNUSED_C_FILES) src/TODO
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
if HAS_ITRON
|
if HAS_ITRON
|
||||||
$(PROJECT_INCLUDE)/itron.h: include/itron.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/itron.h: include/itron.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
@@ -139,7 +140,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/itron.h
|
|||||||
$(PROJECT_INCLUDE)/itronsys/$(dirstamp):
|
$(PROJECT_INCLUDE)/itronsys/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/itronsys
|
@$(mkdir_p) $(PROJECT_INCLUDE)/itronsys
|
||||||
@: > $(PROJECT_INCLUDE)/itronsys/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/itronsys/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/itronsys/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/itronsys/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/itronsys/eventflags.h: include/itronsys/eventflags.h $(PROJECT_INCLUDE)/itronsys/$(dirstamp)
|
$(PROJECT_INCLUDE)/itronsys/eventflags.h: include/itronsys/eventflags.h $(PROJECT_INCLUDE)/itronsys/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/itronsys/eventflags.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/itronsys/eventflags.h
|
||||||
@@ -200,7 +201,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/itronsys/vmempool.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/itron/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/itron/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/itron
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/itron
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/itron/config.h: include/rtems/itron/config.h $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/itron/config.h: include/rtems/itron/config.h $(PROJECT_INCLUDE)/rtems/itron/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/itron/config.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/itron/config.h
|
||||||
@@ -363,5 +364,6 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -28,12 +28,13 @@ libblock_g_a_SOURCES = $(libblock_a_SOURCES)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libblock$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libblock$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/bdbuf.h: include/rtems/bdbuf.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/bdbuf.h: include/rtems/bdbuf.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bdbuf.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bdbuf.h
|
||||||
@@ -56,5 +57,6 @@ $(PROJECT_INCLUDE)/rtems/ide_part_table.h: include/rtems/ide_part_table.h $(PROJ
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/ide_part_table.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/ide_part_table.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -127,12 +127,15 @@ libcsupport_g_a_SOURCES = $(libcsupport_a_SOURCES)
|
|||||||
EXTRA_DIST = src/TODO src/CASES src/README
|
EXTRA_DIST = src/TODO src/CASES src/README
|
||||||
EXTRA_DIST += $(UNUSED_FILES)
|
EXTRA_DIST += $(UNUSED_FILES)
|
||||||
|
|
||||||
|
DISTCLEANFILES =
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/chain.h: include/chain.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/chain.h: include/chain.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/chain.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/chain.h
|
||||||
@@ -185,7 +188,7 @@ endif
|
|||||||
$(PROJECT_INCLUDE)/motorola/$(dirstamp):
|
$(PROJECT_INCLUDE)/motorola/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/motorola
|
@$(mkdir_p) $(PROJECT_INCLUDE)/motorola
|
||||||
@: > $(PROJECT_INCLUDE)/motorola/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/motorola/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/motorola/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/motorola/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/motorola/mc68230.h: include/motorola/mc68230.h $(PROJECT_INCLUDE)/motorola/$(dirstamp)
|
$(PROJECT_INCLUDE)/motorola/mc68230.h: include/motorola/mc68230.h $(PROJECT_INCLUDE)/motorola/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/motorola/mc68230.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/motorola/mc68230.h
|
||||||
@@ -198,7 +201,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/motorola/mc68681.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/assoc.h: include/rtems/assoc.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/assoc.h: include/rtems/assoc.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/assoc.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/assoc.h
|
||||||
@@ -231,7 +234,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/cdefs.h
|
|||||||
$(PROJECT_INCLUDE)/sys/$(dirstamp):
|
$(PROJECT_INCLUDE)/sys/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/sys
|
@$(mkdir_p) $(PROJECT_INCLUDE)/sys
|
||||||
@: > $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/sys/ioccom.h: include/sys/ioccom.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
$(PROJECT_INCLUDE)/sys/ioccom.h: include/sys/ioccom.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/ioccom.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/ioccom.h
|
||||||
@@ -272,7 +275,7 @@ endif
|
|||||||
$(PROJECT_INCLUDE)/zilog/$(dirstamp):
|
$(PROJECT_INCLUDE)/zilog/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/zilog
|
@$(mkdir_p) $(PROJECT_INCLUDE)/zilog
|
||||||
@: > $(PROJECT_INCLUDE)/zilog/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/zilog/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/zilog/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/zilog/z8036.h: include/zilog/z8036.h $(PROJECT_INCLUDE)/zilog/$(dirstamp)
|
$(PROJECT_INCLUDE)/zilog/z8036.h: include/zilog/z8036.h $(PROJECT_INCLUDE)/zilog/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/zilog/z8036.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/zilog/z8036.h
|
||||||
@@ -287,5 +290,6 @@ $(PROJECT_INCLUDE)/zilog/z8536.h: include/zilog/z8536.h $(PROJECT_INCLUDE)/zilog
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog/z8536.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/zilog/z8536.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -85,12 +85,13 @@ all-local: $(PREINSTALL_FILES) $(IMFSLIB) $(DOSFSLIB)
|
|||||||
|
|
||||||
# ---
|
# ---
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/imfs.h: src/imfs/imfs.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/imfs.h: src/imfs/imfs.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/imfs.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/imfs.h
|
||||||
@@ -103,5 +104,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/dosfs.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -246,17 +246,18 @@ EXTRA_DIST += fsmount/README
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) $(TMP_LIBS)
|
all-local: $(PREINSTALL_FILES) $(TMP_LIBS)
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/capture.h: capture/capture.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/capture.h: capture/capture.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/capture.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/capture.h
|
||||||
@@ -331,5 +332,6 @@ $(PROJECT_INCLUDE)/rtems/fsmount.h: fsmount/fsmount.h $(PROJECT_INCLUDE)/rtems/$
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/fsmount.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/fsmount.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -203,12 +203,15 @@ endif
|
|||||||
|
|
||||||
EXTRA_DIST += $(UNUSED_FILES)
|
EXTRA_DIST += $(UNUSED_FILES)
|
||||||
|
|
||||||
|
DISTCLEANFILES =
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
if HAS_NETWORKING
|
if HAS_NETWORKING
|
||||||
$(PROJECT_INCLUDE)/bpfilter.h: bpfilter.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/bpfilter.h: bpfilter.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
@@ -250,7 +253,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/memory.h
|
|||||||
$(PROJECT_INCLUDE)/arpa/$(dirstamp):
|
$(PROJECT_INCLUDE)/arpa/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/arpa
|
@$(mkdir_p) $(PROJECT_INCLUDE)/arpa
|
||||||
@: > $(PROJECT_INCLUDE)/arpa/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/arpa/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/arpa/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/arpa/ftp.h: arpa/ftp.h $(PROJECT_INCLUDE)/arpa/$(dirstamp)
|
$(PROJECT_INCLUDE)/arpa/ftp.h: arpa/ftp.h $(PROJECT_INCLUDE)/arpa/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/arpa/ftp.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/arpa/ftp.h
|
||||||
@@ -275,7 +278,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/arpa/telnet.h
|
|||||||
$(PROJECT_INCLUDE)/machine/$(dirstamp):
|
$(PROJECT_INCLUDE)/machine/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/machine
|
@$(mkdir_p) $(PROJECT_INCLUDE)/machine
|
||||||
@: > $(PROJECT_INCLUDE)/machine/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/machine/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/machine/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/machine/conf.h: machine/conf.h $(PROJECT_INCLUDE)/machine/$(dirstamp)
|
$(PROJECT_INCLUDE)/machine/conf.h: machine/conf.h $(PROJECT_INCLUDE)/machine/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/machine/conf.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/machine/conf.h
|
||||||
@@ -304,7 +307,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/machine/vmparam.h
|
|||||||
$(PROJECT_INCLUDE)/net/$(dirstamp):
|
$(PROJECT_INCLUDE)/net/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/net
|
@$(mkdir_p) $(PROJECT_INCLUDE)/net
|
||||||
@: > $(PROJECT_INCLUDE)/net/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/net/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/net/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/net/bpf.h: net/bpf.h $(PROJECT_INCLUDE)/net/$(dirstamp)
|
$(PROJECT_INCLUDE)/net/bpf.h: net/bpf.h $(PROJECT_INCLUDE)/net/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/net/bpf.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/net/bpf.h
|
||||||
@@ -373,7 +376,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/net/pppcompress.h
|
|||||||
$(PROJECT_INCLUDE)/netinet/$(dirstamp):
|
$(PROJECT_INCLUDE)/netinet/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/netinet
|
@$(mkdir_p) $(PROJECT_INCLUDE)/netinet
|
||||||
@: > $(PROJECT_INCLUDE)/netinet/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/netinet/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/netinet/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/netinet/icmp_var.h: netinet/icmp_var.h $(PROJECT_INCLUDE)/netinet/$(dirstamp)
|
$(PROJECT_INCLUDE)/netinet/icmp_var.h: netinet/icmp_var.h $(PROJECT_INCLUDE)/netinet/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/netinet/icmp_var.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/netinet/icmp_var.h
|
||||||
@@ -466,7 +469,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/netinet/udp_var.h
|
|||||||
$(PROJECT_INCLUDE)/nfs/$(dirstamp):
|
$(PROJECT_INCLUDE)/nfs/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/nfs
|
@$(mkdir_p) $(PROJECT_INCLUDE)/nfs
|
||||||
@: > $(PROJECT_INCLUDE)/nfs/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/nfs/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/nfs/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/nfs/krpc.h: nfs/krpc.h $(PROJECT_INCLUDE)/nfs/$(dirstamp)
|
$(PROJECT_INCLUDE)/nfs/krpc.h: nfs/krpc.h $(PROJECT_INCLUDE)/nfs/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/nfs/krpc.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/nfs/krpc.h
|
||||||
@@ -495,7 +498,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/nfs/xdr_subs.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/rtems_bsdnet.h: rtems/rtems_bsdnet.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/rtems_bsdnet.h: rtems/rtems_bsdnet.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems_bsdnet.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems_bsdnet.h
|
||||||
@@ -520,7 +523,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mkrootfs.h
|
|||||||
$(PROJECT_INCLUDE)/sys/$(dirstamp):
|
$(PROJECT_INCLUDE)/sys/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/sys
|
@$(mkdir_p) $(PROJECT_INCLUDE)/sys
|
||||||
@: > $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/sys/buf.h: sys/buf.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
$(PROJECT_INCLUDE)/sys/buf.h: sys/buf.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/buf.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/buf.h
|
||||||
@@ -633,7 +636,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/un.h
|
|||||||
$(PROJECT_INCLUDE)/vm/$(dirstamp):
|
$(PROJECT_INCLUDE)/vm/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/vm
|
@$(mkdir_p) $(PROJECT_INCLUDE)/vm
|
||||||
@: > $(PROJECT_INCLUDE)/vm/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/vm/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/vm/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/vm/vm.h: vm/vm.h $(PROJECT_INCLUDE)/vm/$(dirstamp)
|
$(PROJECT_INCLUDE)/vm/vm.h: vm/vm.h $(PROJECT_INCLUDE)/vm/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/vm/vm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/vm/vm.h
|
||||||
@@ -653,6 +656,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/vm/vm_param.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/subdirs.am
|
include $(top_srcdir)/automake/subdirs.am
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -107,13 +107,14 @@ EXTRA_DIST += include/rpcsvc/bootparam_prot.x include/rpcsvc/crypt.x \
|
|||||||
include/rpcsvc/ypupdate_prot.x include/rpcsvc/yp.x \
|
include/rpcsvc/ypupdate_prot.x include/rpcsvc/yp.x \
|
||||||
include/rpcsvc/ypxfrd.x
|
include/rpcsvc/ypxfrd.x
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
if LIBRPC
|
if LIBRPC
|
||||||
$(PROJECT_INCLUDE)/rpc/$(dirstamp):
|
$(PROJECT_INCLUDE)/rpc/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rpc
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rpc
|
||||||
@: > $(PROJECT_INCLUDE)/rpc/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rpc/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rpc/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rpc/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rpc/auth.h: include/rpc/auth.h $(PROJECT_INCLUDE)/rpc/$(dirstamp)
|
$(PROJECT_INCLUDE)/rpc/auth.h: include/rpc/auth.h $(PROJECT_INCLUDE)/rpc/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rpc/auth.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rpc/auth.h
|
||||||
@@ -181,5 +182,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rpc/xdr.h
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -174,12 +174,13 @@ not:
|
|||||||
|
|
||||||
EXTRA_DIST += $(C_FILES) $(UNUSED_C_FILES)
|
EXTRA_DIST += $(C_FILES) $(UNUSED_C_FILES)
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
if HAS_POSIX
|
if HAS_POSIX
|
||||||
$(PROJECT_INCLUDE)/sched.h: include/sched.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/sched.h: include/sched.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
@@ -201,7 +202,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/semaphore.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/posix/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/posix/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/posix
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/posix
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/posix/cancel.h: include/rtems/posix/cancel.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/posix/cancel.h: include/rtems/posix/cancel.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/cancel.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/cancel.h
|
||||||
@@ -354,5 +355,6 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -131,12 +131,13 @@ librtems_g_a_SOURCES = $(librtems_a_SOURCES)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) librtems$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) librtems$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems.h: include/rtems.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems.h: include/rtems.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems.h
|
||||||
@@ -145,7 +146,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/rtems
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/rtems/asr.h: include/rtems/rtems/asr.h $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/rtems/asr.h: include/rtems/rtems/asr.h $(PROJECT_INCLUDE)/rtems/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems/asr.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/rtems/asr.h
|
||||||
@@ -405,5 +406,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/rtems/timer.inl
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -43,12 +43,13 @@ libsapi_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libsapi$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libsapi$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/confdefs.h: include/confdefs.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/confdefs.h: include/confdefs.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/confdefs.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/confdefs.h
|
||||||
@@ -57,7 +58,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/confdefs.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/config.h: include/rtems/config.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/config.h: include/rtems/config.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/config.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/config.h
|
||||||
@@ -99,5 +100,6 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/extension.inl
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -161,12 +161,13 @@ all-local: $(PREINSTALL_FILES) libscore$(LIB_VARIANT).a
|
|||||||
|
|
||||||
DISTCLEANFILES = include/rtems/score/cpuopts.h
|
DISTCLEANFILES = include/rtems/score/cpuopts.h
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/debug.h: include/rtems/debug.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/debug.h: include/rtems/debug.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/debug.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/debug.h
|
||||||
@@ -183,7 +184,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/seterr.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/address.h: include/rtems/score/address.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/address.h: include/rtems/score/address.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/address.h
|
||||||
@@ -483,6 +484,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/automake/subdirs.am
|
include $(top_srcdir)/automake/subdirs.am
|
||||||
include $(top_srcdir)/automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -39,7 +40,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -58,5 +59,6 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -43,7 +44,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/c4xio.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -62,5 +63,6 @@ $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUD
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -39,7 +40,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -54,5 +55,6 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -26,12 +26,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -40,7 +41,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -67,5 +68,6 @@ $(PROJECT_INCLUDE)/rtems/score/idtr.h: rtems/score/idtr.h $(PROJECT_INCLUDE)/rte
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/idtr.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/idtr.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -39,7 +40,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -54,5 +55,6 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -27,12 +27,13 @@ libscorecpu_g_a_SOURCES = $(libscorecpu_a_SOURCES)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -57,7 +58,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/sim.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -72,5 +73,6 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -47,7 +48,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/iregdef.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -62,5 +63,6 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -39,7 +40,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -58,5 +59,6 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -39,7 +40,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -58,5 +59,6 @@ $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUD
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -24,12 +24,13 @@ include_rtems_powerpc_HEADERS = rtems/powerpc/registers.h
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES)
|
all-local: $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -38,7 +39,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/ppc.h: rtems/score/ppc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/ppc.h: rtems/score/ppc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc.h
|
||||||
@@ -55,7 +56,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/old-exceptions
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/old-exceptions
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h: rtems/old-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h: rtems/old-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
|
||||||
@@ -64,7 +65,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/new-exceptions
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/new-exceptions
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h: rtems/new-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h: rtems/new-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
|
||||||
@@ -73,12 +74,13 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/powerpc
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/powerpc
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/powerpc/registers.h: rtems/powerpc/registers.h $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/powerpc/registers.h: rtems/powerpc/registers.h $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
|
||||||
|
|
||||||
CLEANFILES = $(PREINSTALL_FILES)
|
CLEANFILES = $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -39,7 +40,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
@@ -58,5 +59,6 @@ $(PROJECT_INCLUDE)/rtems/score/sh_io.h: rtems/score/sh_io.h $(PROJECT_INCLUDE)/r
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh_io.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh_io.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/$(dirstamp):
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)
|
@$(mkdir_p) $(PROJECT_INCLUDE)
|
||||||
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
@@ -39,7 +40,7 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
|||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/sparc.h: rtems/score/sparc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/sparc.h: rtems/score/sparc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sparc.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sparc.h
|
||||||
@@ -54,5 +55,6 @@ $(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/r
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
CLEANFILES += $(PREINSTALL_FILES)
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
DISTCLEANFILES = $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PREINSTALL_FILES.
|
||||||
|
|||||||
@@ -25,12 +25,13 @@ libscorecpu_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
|
|||||||
|
|
||||||
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
all-local: $(PREINSTALL_FILES) libscorecpu$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
@@ -49,5 +50,6 @@ $(PROJECT_INCLUDE)/rtems/score/unixsize.h: rtems/score/unixsize.h $(PROJECT_INCL
|
|||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unixsize.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unixsize.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