forked from Imagelibrary/rtems
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='. * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='. * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='. * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='. * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='. * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='. * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
* include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
* include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
* include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
* src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
* src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
* src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
|
||||||
|
|
||||||
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
|
* src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ include_rdbgdir = $(includedir)/rdbg
|
|||||||
if HAS_RDBG
|
if HAS_RDBG
|
||||||
include_rdbg_HEADERS = rdbg.h servrpc.h
|
include_rdbg_HEADERS = rdbg.h servrpc.h
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \
|
||||||
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
|
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rdbg:
|
$(PROJECT_INCLUDE)/rdbg:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ include_rdbgdir = $(includedir)/rdbg
|
|||||||
|
|
||||||
include_rdbg_HEADERS = rdbg_f.h reg.h
|
include_rdbg_HEADERS = rdbg_f.h reg.h
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \
|
||||||
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
|
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rdbg:
|
$(PROJECT_INCLUDE)/rdbg:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ include_rdbgdir = $(includedir)/rdbg
|
|||||||
|
|
||||||
include_rdbg_HEADERS = rdbg_f.h reg.h
|
include_rdbg_HEADERS = rdbg_f.h reg.h
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \
|
||||||
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
|
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rdbg:
|
$(PROJECT_INCLUDE)/rdbg:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ include_rdbgdir = $(includedir)/rdbg
|
|||||||
|
|
||||||
include_rdbg_HEADERS = rdbg_f.h reg.h
|
include_rdbg_HEADERS = rdbg_f.h reg.h
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg \
|
||||||
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
|
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rdbg:
|
$(PROJECT_INCLUDE)/rdbg:
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ $(PROJECT_INCLUDE)/rdbg/remdeb.h: $(srcdir)/remdeb.h
|
|||||||
$(PROJECT_INCLUDE)/rdbg:
|
$(PROJECT_INCLUDE)/rdbg:
|
||||||
@$(mkinstalldirs) $@
|
@$(mkinstalldirs) $@
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ $(PROJECT_INCLUDE)/rdbg/remdeb.h: $(srcdir)/remdeb.h
|
|||||||
$(PROJECT_INCLUDE)/rdbg:
|
$(PROJECT_INCLUDE)/rdbg:
|
||||||
@$(mkinstalldirs) $@
|
@$(mkinstalldirs) $@
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ $(PROJECT_INCLUDE)/rdbg/remdeb.h: $(srcdir)/remdeb.h
|
|||||||
$(PROJECT_INCLUDE)/rdbg:
|
$(PROJECT_INCLUDE)/rdbg:
|
||||||
@$(mkinstalldirs) $@
|
@$(mkinstalldirs) $@
|
||||||
|
|
||||||
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
|
PREINSTALL_FILES = $(PROJECT_INCLUDE)/rdbg $(PROJECT_INCLUDE)/rdbg/remdeb.h
|
||||||
|
|
||||||
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/$(LIBNAME)$(LIB_VARIANT).a
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user