forked from Imagelibrary/rtems
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am:Restore further parts having been lost.
This commit is contained in:
@@ -31,28 +31,34 @@ EXTRA_DIST = cpu.c cpu_asm.S
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/arm.h: rtems/score/arm.h
|
$(PROJECT_INCLUDE)/rtems/score/arm.h: rtems/score/arm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/arm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/arm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/arm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -31,32 +31,38 @@ EXTRA_DIST = cpu.c irq.c cpu_asm.S
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/c4xio.h: c4xio.h
|
$(PROJECT_INCLUDE)/c4xio.h: c4xio.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/c4xio.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/c4xio.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/c4xio.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/c4x.h: rtems/score/c4x.h
|
$(PROJECT_INCLUDE)/rtems/score/c4x.h: rtems/score/c4x.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/c4x.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/c4x.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/c4x.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -31,24 +31,30 @@ EXTRA_DIST = cpu.c cpu_asm.S
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/h8300.h: rtems/score/h8300.h
|
$(PROJECT_INCLUDE)/rtems/score/h8300.h: rtems/score/h8300.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/h8300.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/h8300.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/h8300.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -32,36 +32,42 @@ EXTRA_DIST = cpu.c cpu_asm.S
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/i386.h: rtems/score/i386.h
|
$(PROJECT_INCLUDE)/rtems/score/i386.h: rtems/score/i386.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/i386.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/i386.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/i386.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/interrupts.h: rtems/score/interrupts.h
|
$(PROJECT_INCLUDE)/rtems/score/interrupts.h: rtems/score/interrupts.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/interrupts.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/interrupts.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/interrupts.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/registers.h: rtems/score/registers.h
|
$(PROJECT_INCLUDE)/rtems/score/registers.h: rtems/score/registers.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/registers.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/registers.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/registers.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/idtr.h: rtems/score/idtr.h
|
$(PROJECT_INCLUDE)/rtems/score/idtr.h: rtems/score/idtr.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/idtr.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/idtr.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/idtr.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -31,24 +31,30 @@ EXTRA_DIST = cpu.c cpu_asm.S i960RP.h
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/i960.h: rtems/score/i960.h
|
$(PROJECT_INCLUDE)/rtems/score/i960.h: rtems/score/i960.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/i960.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/i960.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/i960.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -31,40 +31,46 @@ EXTRA_DIST = cpu.c cpu_asm.S
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/m68302.h: m68302.h
|
$(PROJECT_INCLUDE)/m68302.h: m68302.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/m68302.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/m68302.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/m68302.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/m68360.h: m68360.h
|
$(PROJECT_INCLUDE)/m68360.h: m68360.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/m68360.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/m68360.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/m68360.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/qsm.h: qsm.h
|
$(PROJECT_INCLUDE)/qsm.h: qsm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/qsm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/qsm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/qsm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/sim.h: sim.h
|
$(PROJECT_INCLUDE)/sim.h: sim.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sim.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sim.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sim.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/m68k.h: rtems/score/m68k.h
|
$(PROJECT_INCLUDE)/rtems/score/m68k.h: rtems/score/m68k.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/m68k.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/m68k.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/m68k.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -31,32 +31,38 @@ EXTRA_DIST = cpu.c cpu_asm.S
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/idtcpu.h: idtcpu.h
|
$(PROJECT_INCLUDE)/idtcpu.h: idtcpu.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/idtcpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/idtcpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/idtcpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/iregdef.h: iregdef.h
|
$(PROJECT_INCLUDE)/iregdef.h: iregdef.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/iregdef.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/iregdef.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/iregdef.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/mips.h: rtems/score/mips.h
|
$(PROJECT_INCLUDE)/rtems/score/mips.h: rtems/score/mips.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mips.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mips.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mips.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -31,40 +31,46 @@ EXTRA_DIST = cpu.c cpu_asm.S
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/cpu_asm.h: cpu_asm.h
|
$(PROJECT_INCLUDE)/cpu_asm.h: cpu_asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/cpu_asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/cpu_asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/cpu_asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/idtcpu.h: idtcpu.h
|
$(PROJECT_INCLUDE)/idtcpu.h: idtcpu.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/idtcpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/idtcpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/idtcpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/idtmon.h: idtmon.h
|
$(PROJECT_INCLUDE)/idtmon.h: idtmon.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/idtmon.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/idtmon.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/idtmon.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/iregdef.h: iregdef.h
|
$(PROJECT_INCLUDE)/iregdef.h: iregdef.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/iregdef.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/iregdef.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/iregdef.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/mips64orion.h: rtems/score/mips64orion.h
|
$(PROJECT_INCLUDE)/rtems/score/mips64orion.h: rtems/score/mips64orion.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mips64orion.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mips64orion.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mips64orion.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -28,28 +28,34 @@ EXTRA_DIST = cpu.c cpu_asm.c
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/no_cpu.h: rtems/score/no_cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/no_cpu.h: rtems/score/no_cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/no_cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/no_cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/no_cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -28,28 +28,34 @@ EXTRA_DIST = cpu.c cpu_asm.c
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/or32.h: rtems/score/or32.h
|
$(PROJECT_INCLUDE)/rtems/score/or32.h: rtems/score/or32.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/or32.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/or32.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/or32.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -27,48 +27,57 @@ all-local: $(PREINSTALL_FILES)
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/ppc.h: rtems/score/ppc.h
|
$(PROJECT_INCLUDE)/rtems/score/ppc.h: rtems/score/ppc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/old-exceptions:
|
$(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/old-exceptions
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/old-exceptions
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions
|
@: > $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h: rtems/old-exceptions/cpu.h
|
$(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h: rtems/old-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/new-exceptions:
|
$(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/new-exceptions
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/new-exceptions
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions
|
@: > $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h: rtems/new-exceptions/cpu.h
|
$(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h: rtems/new-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/powerpc:
|
$(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/powerpc
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/powerpc
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc
|
@: > $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/powerpc/registers.h: rtems/powerpc/registers.h
|
$(PROJECT_INCLUDE)/rtems/powerpc/registers.h: rtems/powerpc/registers.h $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -28,28 +28,34 @@ EXTRA_DIST = cpu.c
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/sh.h: rtems/score/sh.h
|
$(PROJECT_INCLUDE)/rtems/score/sh.h: rtems/score/sh.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sh.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/sh_io.h: rtems/score/sh_io.h
|
$(PROJECT_INCLUDE)/rtems/score/sh_io.h: rtems/score/sh_io.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sh_io.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh_io.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sh_io.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -31,24 +31,30 @@ EXTRA_DIST = cpu.c cpu_asm.S
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/asm.h: asm.h
|
$(PROJECT_INCLUDE)/$(dirstamp):
|
||||||
$(INSTALL_DATA) $< $@
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)
|
||||||
|
@: > $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/asm.h: asm.h $(PROJECT_INCLUDE)/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/asm.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/asm.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/sparc.h: rtems/score/sparc.h
|
$(PROJECT_INCLUDE)/rtems/score/sparc.h: rtems/score/sparc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sparc.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sparc.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sparc.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
@@ -28,24 +28,25 @@ EXTRA_DIST = cpu.c
|
|||||||
|
|
||||||
PREINSTALL_FILES =
|
PREINSTALL_FILES =
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score:
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
@$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems/score
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h
|
$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h
|
$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/unix.h: rtems/score/unix.h
|
$(PROJECT_INCLUDE)/rtems/score/unix.h: rtems/score/unix.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/unix.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unix.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unix.h
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems/score/unixsize.h: rtems/score/unixsize.h
|
$(PROJECT_INCLUDE)/rtems/score/unixsize.h: rtems/score/unixsize.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/unixsize.h
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unixsize.h
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/unixsize.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../../automake/local.am
|
include $(top_srcdir)/../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user