2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
	include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
	Cleanup including more proper style on include files.
This commit is contained in:
Joel Sherrill
2001-02-12 14:43:03 +00:00
parent b2febdfe9a
commit f79d96e1a3
5 changed files with 21 additions and 40 deletions

View File

@@ -1,3 +1,9 @@
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
Cleanup including more proper style on include files.
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -4,13 +4,13 @@
AUTOMAKE_OPTIONS = foreign 1.4
if HAS_RDBG
H_FILES = rdbg.h servrpc.h
include_rdbgdir = $(includedir)/rdbg
noinst_HEADERS = $(H_FILES)
if HAS_RDBG
include_rdbg_HEADERS = rdbg.h servrpc.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
$(PROJECT_INCLUDE)/rdbg:
@$(mkinstalldirs) $@
@@ -24,5 +24,7 @@ if HAS_RDBG
SUBDIRS = $(RTEMS_CPU)
endif
EXTRA_DIST = rdbg.h servrpc.h
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am

View File

@@ -4,21 +4,12 @@
AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = rdbg_f.h reg.h
include_rdbgdir = $(includedir)/rdbg
noinst_HEADERS = $(H_FILES)
##PREINSTALL_FILES = \
##$(PROJECT_INCLUDE)/rdbg/i386 \
##$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/i386/%)
##$(PROJECT_INCLUDE)/rdbg/i386:
## @$(mkinstalldirs) $@
##$(PROJECT_INCLUDE)/rdbg/i386/%.h: %.h
## $(INSTALL_DATA) $< $@
include_rdbg_HEADERS = rdbg_f.h reg.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
$(PROJECT_INCLUDE)/rdbg:
@$(mkinstalldirs) $@

View File

@@ -4,21 +4,12 @@
AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = rdbg_f.h reg.h
include_rdbgdir = $(includedir)/rdbg
noinst_HEADERS = $(H_FILES)
##PREINSTALL_FILES = \
##$(PROJECT_INCLUDE)/rdbg/m68k \
##$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/m68k/%)
##$(PROJECT_INCLUDE)/rdbg/m68k:
## @$(mkinstalldirs) $@
##$(PROJECT_INCLUDE)/rdbg/m68k/%.h: %.h
## $(INSTALL_DATA) $< $@
include_rdbg_HEADERS = rdbg_f.h reg.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
$(PROJECT_INCLUDE)/rdbg:
@$(mkinstalldirs) $@

View File

@@ -4,21 +4,12 @@
AUTOMAKE_OPTIONS = foreign 1.4
H_FILES = rdbg_f.h reg.h
include_rdbgdir = $(includedir)/rdbg
noinst_HEADERS = $(H_FILES)
##PREINSTALL_FILES = \
##$(PROJECT_INCLUDE)/rdbg/powerpc \
##$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/powerpc/%)
##$(PROJECT_INCLUDE)/rdbg/powerpc:
## @$(mkinstalldirs) $@
##$(PROJECT_INCLUDE)/rdbg/powerpc/%.h: %.h
## $(INSTALL_DATA) $< $@
include_rdbg_HEADERS = rdbg_f.h reg.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rdbg \
$(noinst_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
$(include_rdbg_HEADERS:%=$(PROJECT_INCLUDE)/rdbg/%)
$(PROJECT_INCLUDE)/rdbg:
@$(mkinstalldirs) $@