Changeset 620e8263 in rtems
- Timestamp:
- 02/05/01 18:26:26 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 9fae0f87
- Parents:
- f3d7592
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/ChangeLog
rf3d7592 r620e8263 1 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am, 4 devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am, 5 stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am: 6 Apply include_*HEADERS instead of H_FILES. 7 1 8 2001-01-05 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/libmisc/cpuuse/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libcpuuse-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = cpuuse.h15 include_rtems_HEADERS = cpuuse.h 14 16 15 17 OBJS = $(C_O_FILES) … … 32 34 33 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 34 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 37 36 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 38 40 .PRECIOUS: $(LIB) 39 41 40 EXTRA_DIST = README cpuuse.c cpuuse.h42 EXTRA_DIST = README cpuuse.c 41 43 42 44 include $(top_srcdir)/../../../automake/local.am -
c/src/libmisc/devnull/Makefile.am
rf3d7592 r620e8263 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 include_rtemsdir = $(includedir)/rtems 8 7 9 LIBNAME = libdevnull-tmp 8 10 LIB = $(ARCH)/$(LIBNAME).a 9 10 11 11 12 C_FILES = devnull.c 12 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 13 14 14 H_FILES = devnull.h15 include_rtems_HEADERS = devnull.h 15 16 16 17 OBJS = $(C_O_FILES) … … 33 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 35 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 36 37 37 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) -
c/src/libmisc/dumpbuf/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libdumpbuf-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = dumpbuf.h15 include_rtems_HEADERS = dumpbuf.h 14 16 15 17 OBJS = $(C_O_FILES) … … 32 34 33 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 34 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 37 36 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 38 40 .PRECIOUS: $(LIB) 39 41 40 EXTRA_DIST = dumpbuf.c dumpbuf.h42 EXTRA_DIST = dumpbuf.c 41 43 42 44 include $(top_srcdir)/../../../automake/local.am -
c/src/libmisc/monitor/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libmonitor-tmp … … 21 23 endif 22 24 23 H_FILES = monitor.h symbols.h25 include_rtems_HEADERS = monitor.h symbols.h 24 26 25 27 OBJS = $(C_O_FILES) … … 42 44 43 45 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 44 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)46 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 45 47 46 48 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 51 53 mon-extension.c mon-itask.c mon-manager.c mon-monitor.c mon-mpci.c \ 52 54 mon-object.c mon-prmisc.c mon-queue.c mon-server.c mon-symbols.c \ 53 mon-task.c monitor.h symbols.h55 mon-task.c 54 56 55 57 include $(top_srcdir)/../../../automake/local.am -
c/src/libmisc/mw-fb/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libmw-fb-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) 12 14 13 H_FILES = mw_fb.h mw_uid.h 14 noinst_HEADERS = $(H_FILES) 15 include_rtems_HEADERS = mw_fb.h mw_uid.h 15 16 16 SRCS = $(C_FILES) $(H_FILES)17 SRCS = $(C_FILES) 17 18 OBJS = $(C_O_FILES) 18 19 … … 22 23 23 24 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 24 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)25 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 25 26 26 27 $(PROJECT_INCLUDE)/rtems: … … 38 39 all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES) 39 40 40 EXTRA_DIST = $(C_FILES) $(H_FILES)41 EXTRA_DIST = $(C_FILES) 41 42 42 43 include $(top_srcdir)/../../../automake/local.am -
c/src/libmisc/rtmonuse/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = librtmonuse-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = rtmonuse.h15 include_rtems_HEADERS = rtmonuse.h 14 16 15 17 OBJS = $(C_O_FILES) … … 32 34 33 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 34 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 37 36 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 38 40 .PRECIOUS: $(LIB) 39 41 40 EXTRA_DIST = rtmonuse.c rtmonuse.h42 EXTRA_DIST = rtmonuse.c 41 43 42 44 include $(top_srcdir)/../../../automake/local.am -
c/src/libmisc/stackchk/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libstackchk-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = internal.h14 INSTALLED_H_FILES = stackchk.h15 noinst_HEADERS = internal.h 16 include_rtems_HEADERS = stackchk.h 15 17 16 18 OBJS = $(C_O_FILES) … … 33 35 34 36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 35 $( INSTALLED_H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)37 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 36 38 37 39 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 39 41 .PRECIOUS: $(LIB) 40 42 41 EXTRA_DIST = README check.c internal.h stackchk.h43 EXTRA_DIST = README check.c 42 44 43 45 include $(top_srcdir)/../../../automake/local.am -
c/src/libmisc/untar/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libuntar-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = untar.h15 include_rtems_HEADERS = untar.h 14 16 15 17 OBJS = $(C_O_FILES) … … 32 34 33 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 34 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 37 36 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 38 40 .PRECIOUS: $(LIB) 39 41 40 EXTRA_DIST = README untar.c untar.h42 EXTRA_DIST = README untar.c 41 43 42 44 include $(top_srcdir)/../../../automake/local.am -
cpukit/libmisc/ChangeLog
rf3d7592 r620e8263 1 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * untar/Makefile.am, monitor/Makefile.am, dummy/Makefile.am, 4 devnull/Makefile.am, dumpbuf/Makefile.am, mw-fb/Makefile.am, 5 stackchk/Makefile.am, rtmonuse/Makefile.am, cpuuse/Makefile.am: 6 Apply include_*HEADERS instead of H_FILES. 7 1 8 2001-01-05 Joel Sherrill <joel@OARcorp.com> 2 9 -
cpukit/libmisc/cpuuse/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libcpuuse-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = cpuuse.h15 include_rtems_HEADERS = cpuuse.h 14 16 15 17 OBJS = $(C_O_FILES) … … 32 34 33 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 34 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 37 36 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 38 40 .PRECIOUS: $(LIB) 39 41 40 EXTRA_DIST = README cpuuse.c cpuuse.h42 EXTRA_DIST = README cpuuse.c 41 43 42 44 include $(top_srcdir)/../../../automake/local.am -
cpukit/libmisc/devnull/Makefile.am
rf3d7592 r620e8263 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 6 7 include_rtemsdir = $(includedir)/rtems 8 7 9 LIBNAME = libdevnull-tmp 8 10 LIB = $(ARCH)/$(LIBNAME).a 9 10 11 11 12 C_FILES = devnull.c 12 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 13 14 14 H_FILES = devnull.h15 include_rtems_HEADERS = devnull.h 15 16 16 17 OBJS = $(C_O_FILES) … … 33 34 34 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 35 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 36 37 37 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) -
cpukit/libmisc/dumpbuf/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libdumpbuf-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = dumpbuf.h15 include_rtems_HEADERS = dumpbuf.h 14 16 15 17 OBJS = $(C_O_FILES) … … 32 34 33 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 34 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 37 36 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 38 40 .PRECIOUS: $(LIB) 39 41 40 EXTRA_DIST = dumpbuf.c dumpbuf.h42 EXTRA_DIST = dumpbuf.c 41 43 42 44 include $(top_srcdir)/../../../automake/local.am -
cpukit/libmisc/monitor/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libmonitor-tmp … … 21 23 endif 22 24 23 H_FILES = monitor.h symbols.h25 include_rtems_HEADERS = monitor.h symbols.h 24 26 25 27 OBJS = $(C_O_FILES) … … 42 44 43 45 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 44 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)46 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 45 47 46 48 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 51 53 mon-extension.c mon-itask.c mon-manager.c mon-monitor.c mon-mpci.c \ 52 54 mon-object.c mon-prmisc.c mon-queue.c mon-server.c mon-symbols.c \ 53 mon-task.c monitor.h symbols.h55 mon-task.c 54 56 55 57 include $(top_srcdir)/../../../automake/local.am -
cpukit/libmisc/mw-fb/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libmw-fb-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) 12 14 13 H_FILES = mw_fb.h mw_uid.h 14 noinst_HEADERS = $(H_FILES) 15 include_rtems_HEADERS = mw_fb.h mw_uid.h 15 16 16 SRCS = $(C_FILES) $(H_FILES)17 SRCS = $(C_FILES) 17 18 OBJS = $(C_O_FILES) 18 19 … … 22 23 23 24 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 24 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)25 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 25 26 26 27 $(PROJECT_INCLUDE)/rtems: … … 38 39 all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES) 39 40 40 EXTRA_DIST = $(C_FILES) $(H_FILES)41 EXTRA_DIST = $(C_FILES) 41 42 42 43 include $(top_srcdir)/../../../automake/local.am -
cpukit/libmisc/rtmonuse/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = librtmonuse-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = rtmonuse.h15 include_rtems_HEADERS = rtmonuse.h 14 16 15 17 OBJS = $(C_O_FILES) … … 32 34 33 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 34 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 37 36 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 38 40 .PRECIOUS: $(LIB) 39 41 40 EXTRA_DIST = rtmonuse.c rtmonuse.h42 EXTRA_DIST = rtmonuse.c 41 43 42 44 include $(top_srcdir)/../../../automake/local.am -
cpukit/libmisc/stackchk/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libstackchk-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = internal.h14 INSTALLED_H_FILES = stackchk.h15 noinst_HEADERS = internal.h 16 include_rtems_HEADERS = stackchk.h 15 17 16 18 OBJS = $(C_O_FILES) … … 33 35 34 36 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 35 $( INSTALLED_H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)37 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 36 38 37 39 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 39 41 .PRECIOUS: $(LIB) 40 42 41 EXTRA_DIST = README check.c internal.h stackchk.h43 EXTRA_DIST = README check.c 42 44 43 45 include $(top_srcdir)/../../../automake/local.am -
cpukit/libmisc/untar/Makefile.am
rf3d7592 r620e8263 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 7 include_rtemsdir = $(includedir)/rtems 6 8 7 9 LIBNAME = libuntar-tmp … … 11 13 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 12 14 13 H_FILES = untar.h15 include_rtems_HEADERS = untar.h 14 16 15 17 OBJS = $(C_O_FILES) … … 32 34 33 35 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 34 $( H_FILES:%=$(PROJECT_INCLUDE)/rtems/%)36 $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) 35 37 36 38 all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) … … 38 40 .PRECIOUS: $(LIB) 39 41 40 EXTRA_DIST = README untar.c untar.h42 EXTRA_DIST = README untar.c 41 43 42 44 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.