From 9f70652bc9c83b069857abc36e2a4154430a7537 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Jun 2001 13:47:09 +0000 Subject: 2001-05-26 Ralf Corsepius * configure.in: Add bspopts.h. * include/.cvsignore: Add bspopts.h*, stamp-h*. * include/Makefile.am: Use *_HEADERS instead of *H_FILES. * include/bsp.h: Include bspopts.h. --- .../lib/libbsp/hppa1.1/simhppa/include/Makefile.am | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am index d2abb7f5c7..ab7871aeb5 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am +++ b/c/src/lib/libbsp/hppa1.1/simhppa/include/Makefile.am @@ -4,9 +4,9 @@ AUTOMAKE_OPTIONS = foreign 1.4 -H_FILES = bsp.h ../../../shared/include/coverhd.h - -RTEMS_H_FILES = ttydrv.h +include_rtemsdir = $(includedir)/rtems +include_HEADERS = bsp.h coverhd.h bspopts.h +include_rtems_HEADERS = ttydrv.h $(PROJECT_INCLUDE): $(mkinstalldirs) $@ @@ -14,21 +14,21 @@ $(PROJECT_INCLUDE): $(PROJECT_INCLUDE)/rtems: $(mkinstalldirs) $@ -$(PROJECT_INCLUDE)/bsp.h: bsp.h +$(PROJECT_INCLUDE)/%.h: %.h $(INSTALL_DATA) $< $@ -$(PROJECT_INCLUDE)/coverhd.h: ../../../shared/include/coverhd.h +coverhd.h: $(top_srcdir)/../../shared/include/coverhd.h $(INSTALL_DATA) $< $@ +CLEANFILES += coverhd.h -$(PROJECT_INCLUDE)/rtems/ttydrv.h: ttydrv.h +$(PROJECT_INCLUDE)/rtems/%.h: %.h $(INSTALL_DATA) $< $@ -TMPINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/bsp.h \ - $(PROJECT_INCLUDE)/coverhd.h $(PROJECT_INCLUDE)/rtems \ - $(PROJECT_INCLUDE)/rtems/ttydrv.h +TMPINSTALL_FILES += $(PROJECT_INCLUDE) \ + $(include_HEADERS:%=%(PROJECT_INCLUDE)/%) \ + $(PROJECT_INCLUDE)/rtems \ + $(include_HEADERS:%=%(PROJECT_INCLUDE)/rtems/%) all-local: $(TMPINSTALL_FILES) -EXTRA_DIST = bsp.h ttydrv.h - include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3