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

* m68040/Makefile.am: Reformat.
	* m68040/fpsp/Makefile.am: Reformat.
	* shared/Makefile.am: Reformat.
	* shared/cache/Makefile.am: Reformat. Use dirstamps for preinstallation.
	* shared/misc/Makefile.am: Reformat.
This commit is contained in:
Ralf Corsepius
2003-12-01 12:17:02 +00:00
parent 7a53dc97c3
commit b768665b91
6 changed files with 19 additions and 13 deletions

View File

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

View File

@@ -2,7 +2,6 @@
## $Id$
##
SUBDIRS = fpsp
include $(top_srcdir)/../../../automake/subdirs.am

View File

@@ -2,7 +2,6 @@
## $Id$
##
PGM = $(ARCH)/fpsp.rel
include $(top_srcdir)/../../../automake/compile.am

View File

@@ -2,7 +2,6 @@
## $Id$
##
SUBDIRS = cache misc
include $(top_srcdir)/../../../automake/subdirs.am

View File

@@ -17,22 +17,24 @@ include $(top_srcdir)/../../../automake/lib.am
AM_CPPFLAGS += -I$(srcdir)
$(PROJECT_INCLUDE)/libcpu:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/libcpu/%.h: %.h
$(INSTALL_DATA) $< $@
cache.h: $(top_srcdir)/../shared/include/cache.h
cp $< $@
PREINSTALL_FILES = $(PROJECT_INCLUDE)/libcpu \
$(include_libcpu_HEADERS:%=$(PROJECT_INCLUDE)/libcpu/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
CLEANFILES = cache.h
EXTRA_DIST = cache.c cache_.h
PREINSTALL_FILES =
$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
@$(mkinstalldirs) $(PROJECT_INCLUDE)/libcpu
@: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(PROJECT_INCLUDE)/libcpu/cache.h: cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
include $(top_srcdir)/../../../automake/local.am

View File

@@ -2,7 +2,6 @@
## $Id$
##
C_FILES = memcpy.c m68kidle.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))