forked from Imagelibrary/rtems
2002-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect 2002-01-23 changes.
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
* Makefile.am: Reflect 2002-01-23 changes.
|
* Makefile.am: Reflect 2002-01-23 changes.
|
||||||
|
|
||||||
|
2002-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Reflect 2002-01-23 changes.
|
||||||
|
|
||||||
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* rtems/Makefile.am: Removed.
|
* rtems/Makefile.am: Removed.
|
||||||
|
|||||||
@@ -2,25 +2,36 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../../../automake/multilib.am
|
include $(top_srcdir)/../../../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../../../../automake/compile.am
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
SUBDIRS = rtems
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
include_HEADERS= asm.h
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
$(PROJECT_INCLUDE):
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/rtems:
|
||||||
$(INSTALL_DATA) $< $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
|
$(PROJECT_INCLUDE)/rtems/score:
|
||||||
$(INSTALL_DATA) $< $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
|
include_HEADERS= asm.h
|
||||||
|
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
|
include_rtems_score_HEADERS = \
|
||||||
|
rtems/score/cpu.h \
|
||||||
|
rtems/score/shtypes.h \
|
||||||
|
rtems/score/sh.h \
|
||||||
|
rtems/score/sh_io.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
||||||
|
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
|
||||||
|
|
||||||
C_FILES = cpu.c
|
C_FILES = cpu.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||||
@@ -32,7 +43,8 @@ rtems_cpu_rel_OBJECTS = $(C_O_FILES)
|
|||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(REL): $(rtems_cpu_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
|
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
|
||||||
|
|
||||||
@@ -41,7 +53,6 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
|||||||
|
|
||||||
.PRECIOUS: $(REL)
|
.PRECIOUS: $(REL)
|
||||||
|
|
||||||
EXTRA_DIST = asm.h cpu.c rtems.c
|
EXTRA_DIST = cpu.c rtems.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../../../automake/subdirs.am
|
|
||||||
include $(top_srcdir)/../../../../../../automake/local.am
|
include $(top_srcdir)/../../../../../../automake/local.am
|
||||||
|
|||||||
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
* Makefile.am: Reflect 2002-01-23 changes.
|
* Makefile.am: Reflect 2002-01-23 changes.
|
||||||
|
|
||||||
|
2002-01-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Reflect 2002-01-23 changes.
|
||||||
|
|
||||||
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* rtems/Makefile.am: Removed.
|
* rtems/Makefile.am: Removed.
|
||||||
|
|||||||
@@ -2,25 +2,36 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../../../automake/multilib.am
|
include $(top_srcdir)/../../../../../../automake/multilib.am
|
||||||
include $(top_srcdir)/../../../../../../automake/compile.am
|
include $(top_srcdir)/../../../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../../../automake/lib.am
|
include $(top_srcdir)/../../../../../../automake/lib.am
|
||||||
|
|
||||||
SUBDIRS = rtems
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
include_HEADERS= asm.h
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
$(PROJECT_INCLUDE):
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/rtems:
|
||||||
$(INSTALL_DATA) $< $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
|
$(PROJECT_INCLUDE)/rtems/score:
|
||||||
$(INSTALL_DATA) $< $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
|
include_HEADERS= asm.h
|
||||||
|
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
||||||
|
|
||||||
|
include_rtems_scoredir = $(includedir)/rtems/score
|
||||||
|
include_rtems_score_HEADERS = \
|
||||||
|
rtems/score/cpu.h \
|
||||||
|
rtems/score/shtypes.h \
|
||||||
|
rtems/score/sh.h \
|
||||||
|
rtems/score/sh_io.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
||||||
|
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
|
||||||
|
|
||||||
C_FILES = cpu.c
|
C_FILES = cpu.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
|
||||||
@@ -32,7 +43,8 @@ rtems_cpu_rel_OBJECTS = $(C_O_FILES)
|
|||||||
$(REL): $(rtems_cpu_rel_OBJECTS)
|
$(REL): $(rtems_cpu_rel_OBJECTS)
|
||||||
$(make-rel)
|
$(make-rel)
|
||||||
|
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
|
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
|
||||||
|
|
||||||
@@ -41,7 +53,6 @@ all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
|||||||
|
|
||||||
.PRECIOUS: $(REL)
|
.PRECIOUS: $(REL)
|
||||||
|
|
||||||
EXTRA_DIST = asm.h cpu.c rtems.c
|
EXTRA_DIST = cpu.c rtems.c
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../../../automake/subdirs.am
|
|
||||||
include $(top_srcdir)/../../../../../../automake/local.am
|
include $(top_srcdir)/../../../../../../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user