forked from Imagelibrary/rtems
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Reflect changes from 2002-01-23.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Reflect changes from 2002-01-23.
|
||||||
|
|
||||||
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.
|
||||||
|
|||||||
@@ -5,19 +5,30 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign 1.5
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
||||||
|
|
||||||
SUBDIRS = rtems
|
|
||||||
|
|
||||||
include_HEADERS = asm.h
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
$(PROJECT_INCLUDE):
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/rtems:
|
||||||
$(INSTALL_DATA) $< $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/rtems/score:
|
||||||
|
$(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/ppc.h rtems/score/ppctypes.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
||||||
|
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
|
||||||
|
|
||||||
# $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
|
# $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
|
||||||
# $(INSTALL_DATA) $< $@
|
# $(INSTALL_DATA) $< $@
|
||||||
@@ -25,12 +36,10 @@ $(PROJECT_INCLUDE)/%.h: %.h
|
|||||||
# $(REL): $(rtems_cpu_rel_OBJECTS)
|
# $(REL): $(rtems_cpu_rel_OBJECTS)
|
||||||
# $(make-rel)
|
# $(make-rel)
|
||||||
|
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|
||||||
|
|
||||||
# TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
|
# TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../../../automake/subdirs.am
|
|
||||||
include $(top_srcdir)/../../../../../../automake/local.am
|
include $(top_srcdir)/../../../../../../automake/local.am
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* Makefile.am: Reflect changes from 2002-01-23.
|
||||||
|
|
||||||
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.
|
||||||
|
|||||||
@@ -5,19 +5,30 @@
|
|||||||
AUTOMAKE_OPTIONS = foreign 1.5
|
AUTOMAKE_OPTIONS = foreign 1.5
|
||||||
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
||||||
|
|
||||||
SUBDIRS = rtems
|
|
||||||
|
|
||||||
include_HEADERS = asm.h
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
$(PROJECT_INCLUDE):
|
$(PROJECT_INCLUDE):
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/rtems:
|
||||||
$(INSTALL_DATA) $< $@
|
$(mkinstalldirs) $@
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/rtems/score:
|
||||||
|
$(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/ppc.h rtems/score/ppctypes.h
|
||||||
|
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \
|
||||||
|
$(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h)
|
||||||
|
|
||||||
# $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
|
# $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o: $(ARCH)/rtems.o
|
||||||
# $(INSTALL_DATA) $< $@
|
# $(INSTALL_DATA) $< $@
|
||||||
@@ -25,12 +36,10 @@ $(PROJECT_INCLUDE)/%.h: %.h
|
|||||||
# $(REL): $(rtems_cpu_rel_OBJECTS)
|
# $(REL): $(rtems_cpu_rel_OBJECTS)
|
||||||
# $(make-rel)
|
# $(make-rel)
|
||||||
|
|
||||||
PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|
||||||
|
|
||||||
# TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
|
# TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib$(MULTISUBDIR)/rtems$(LIB_VARIANT).o
|
||||||
|
|
||||||
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
all-local: $(ARCH) $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
|
||||||
$(TMPINSTALL_FILES)
|
$(TMPINSTALL_FILES)
|
||||||
|
|
||||||
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