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

* untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am,
	devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am,
	stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am:
	Apply include_*HEADERS instead of H_FILES.
This commit is contained in:
Joel Sherrill
2001-02-05 18:26:26 +00:00
parent f3d7592e22
commit 620e82636b
18 changed files with 96 additions and 54 deletions
+4 -3
View File
@@ -4,14 +4,15 @@
AUTOMAKE_OPTIONS = foreign 1.4
include_rtemsdir = $(includedir)/rtems
LIBNAME = libdevnull-tmp
LIB = $(ARCH)/$(LIBNAME).a
C_FILES = devnull.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
H_FILES = devnull.h
include_rtems_HEADERS = devnull.h
OBJS = $(C_O_FILES)
@@ -32,7 +33,7 @@ $(LIB): $(OBJS)
$(make-library)
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \
$(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)
$(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%)
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB)