mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
|
||||
SUBDIRS = fpsp
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
|
||||
PGM = $(ARCH)/fpsp.rel
|
||||
|
||||
include $(top_srcdir)/../../../automake/compile.am
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
|
||||
SUBDIRS = cache misc
|
||||
|
||||
include $(top_srcdir)/../../../automake/subdirs.am
|
||||
|
||||
20
c/src/lib/libcpu/m68k/shared/cache/Makefile.am
vendored
20
c/src/lib/libcpu/m68k/shared/cache/Makefile.am
vendored
@@ -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
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
## $Id$
|
||||
##
|
||||
|
||||
|
||||
C_FILES = memcpy.c m68kidle.c
|
||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user