mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
New.
This commit is contained in:
44
c/src/lib/libcpu/sh/preinstall.am
Normal file
44
c/src/lib/libcpu/sh/preinstall.am
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
## Automatically generated by ampolish3 - Do not edit
|
||||||
|
|
||||||
|
if AMPOLISH3
|
||||||
|
$(srcdir)/preinstall.am: Makefile.am
|
||||||
|
$(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
|
||||||
|
endif
|
||||||
|
|
||||||
|
PREINSTALL_DIRS =
|
||||||
|
DISTCLEANFILES += $(PREINSTALL_DIRS)
|
||||||
|
|
||||||
|
PREINSTALL_FILES =
|
||||||
|
CLEANFILES += $(PREINSTALL_FILES)
|
||||||
|
|
||||||
|
if sh7032
|
||||||
|
$(PROJECT_INCLUDE)/sh/$(dirstamp):
|
||||||
|
@$(mkdir_p) $(PROJECT_INCLUDE)/sh
|
||||||
|
@: > $(PROJECT_INCLUDE)/sh/$(dirstamp)
|
||||||
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/sh/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
|
||||||
|
@$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
|
||||||
|
@: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/sh/sci.h: sh7032/include/sci.h $(PROJECT_INCLUDE)/sh/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sh/sci.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sh/sci.h
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/sh/sh7_pfc.h: sh7032/include/sh7_pfc.h $(PROJECT_INCLUDE)/sh/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sh/sh7_pfc.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sh/sh7_pfc.h
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/sh/sh7_sci.h: sh7032/include/sh7_sci.h $(PROJECT_INCLUDE)/sh/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sh/sh7_sci.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sh/sh7_sci.h
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/rtems/score/ispsh7032.h: sh7032/include/ispsh7032.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ispsh7032.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ispsh7032.h
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/rtems/score/iosh7032.h: sh7032/include/iosh7032.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
|
||||||
|
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/iosh7032.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/iosh7032.h
|
||||||
|
endif
|
||||||
Reference in New Issue
Block a user