forked from Imagelibrary/rtems
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Use 'CLEANFILES ='. * include/Makefile.am: Use 'PREINSTALL_FILES ='. * console/Makefile.am: Use 'PREINSTALL_FILES ='. * Makefile.am: Use 'TMPINSTALL_FILES ='.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2001-09-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/Makefile.am: Use 'CLEANFILES ='.
|
||||
* include/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* console/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||
* Makefile.am: Use 'TMPINSTALL_FILES ='.
|
||||
|
||||
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* console/Makefile.am: Remove RTEMS_H_FILES.
|
||||
|
||||
@@ -15,7 +15,7 @@ include $(top_srcdir)/../../bsp.am
|
||||
$(PROJECT_RELEASE)/BootImgs:
|
||||
$(mkinstalldirs) $@
|
||||
|
||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/BootImgs
|
||||
TMPINSTALL_FILES = $(PROJECT_RELEASE)/BootImgs
|
||||
|
||||
EXTRA_DIST = HOWTO README.dec21140 STATUS bsp_specs times_i486dx times_p5
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
||||
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
|
||||
|
||||
#
|
||||
|
||||
@@ -14,7 +14,7 @@ include_HEADERS = bsp.h crt.h coverhd.h $(WD80X3) bspopts.h
|
||||
|
||||
coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h
|
||||
cp $< $@
|
||||
CLEANFILES += coverhd.h
|
||||
CLEANFILES = coverhd.h
|
||||
|
||||
$(PROJECT_INCLUDE):
|
||||
$(mkinstalldirs) $@
|
||||
@@ -22,7 +22,7 @@ $(PROJECT_INCLUDE):
|
||||
$(PROJECT_INCLUDE)/%.h: %.h
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
PREINSTALL_FILES += $(PROJECT_INCLUDE) \
|
||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) \
|
||||
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||
|
||||
all-local: $(PREINSTALL_FILES)
|
||||
|
||||
Reference in New Issue
Block a user