2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Reformat.
	* clock/Makefile.am: Reformat.
	* console/Makefile.am: Reformat.
	* include/Makefile.am: Reformat. Use dirstamps for preinstallation.
	* timer/Makefile.am: Reformat.
This commit is contained in:
Ralf Corsepius
2003-12-01 12:13:39 +00:00
parent f6273a005c
commit 7a53dc97c3
6 changed files with 27 additions and 14 deletions

View File

@@ -1,3 +1,11 @@
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reformat.
* clock/Makefile.am: Reformat.
* console/Makefile.am: Reformat.
* include/Makefile.am: Reformat. Use dirstamps for preinstallation.
* timer/Makefile.am: Reformat.
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CANONICAL_HOST.

View File

@@ -8,4 +8,3 @@ SUBDIRS = include clock console mbus timer
include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am

View File

@@ -2,7 +2,6 @@
## $Id$
##
PGM = $(ARCH)/clock.rel
C_FILES = ckinit.c

View File

@@ -2,7 +2,6 @@
## $Id$
##
PGM = $(ARCH)/console.rel
C_FILES = mcfuart.c

View File

@@ -2,22 +2,31 @@
## $Id$
##
include_mcf5206dir = $(includedir)/mcf5206
include_mcf5206_HEADERS = mcf5206e.h mcfmbus.h mcfuart.h
$(PROJECT_INCLUDE)/mcf5206:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/mcf5206/%.h: %.h
$(INSTALL_DATA) $< $@
TMPINSTALL_FILES = $(PROJECT_INCLUDE)/mcf5206 \
$(include_mcf5206_HEADERS:%=$(PROJECT_INCLUDE)/mcf5206/%)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(include_mcf5206_HEADERS)
PREINSTALL_FILES =
$(PROJECT_INCLUDE)/mcf5206/$(dirstamp):
@$(mkinstalldirs) $(PROJECT_INCLUDE)/mcf5206
@: > $(PROJECT_INCLUDE)/mcf5206/$(dirstamp)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf5206/$(dirstamp)
$(PROJECT_INCLUDE)/mcf5206/mcf5206e.h: mcf5206e.h $(PROJECT_INCLUDE)/mcf5206/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mcf5206/mcf5206e.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf5206/mcf5206e.h
$(PROJECT_INCLUDE)/mcf5206/mcfmbus.h: mcfmbus.h $(PROJECT_INCLUDE)/mcf5206/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mcf5206/mcfmbus.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf5206/mcfmbus.h
$(PROJECT_INCLUDE)/mcf5206/mcfuart.h: mcfuart.h $(PROJECT_INCLUDE)/mcf5206/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mcf5206/mcfuart.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mcf5206/mcfuart.h
include $(top_srcdir)/../../../../automake/local.am

View File

@@ -2,7 +2,6 @@
## $Id$
##
PGM = $(ARCH)/timer.rel
C_FILES = timer.c