Changeset 7fcc26ac in rtems
- Timestamp:
- 09/05/00 15:32:34 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1070c61
- Parents:
- 19530ab5
- Files:
-
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libmisc/ChangeLog
r19530ab5 r7fcc26ac 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am, 4 monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, 5 untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am: 6 Include compile.am. 7 1 8 2000-08-30 Joel Sherrill <joel@OARcorp.com> 2 9 -
c/src/libmisc/cpuuse/Makefile.am
r19530ab5 r7fcc26ac 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20 -
c/src/libmisc/dummy/Makefile.am
r19530ab5 r7fcc26ac 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
c/src/libmisc/dumpbuf/Makefile.am
r19530ab5 r7fcc26ac 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20 -
c/src/libmisc/monitor/Makefile.am
r19530ab5 r7fcc26ac 26 26 27 27 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 28 include $(top_srcdir)/../../../automake/compile.am 28 29 include $(top_srcdir)/../../../automake/lib.am 29 30 -
c/src/libmisc/mw-fb/Makefile.am
r19530ab5 r7fcc26ac 18 18 19 19 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 20 include $(top_srcdir)/../../../automake/compile.am 20 21 include $(top_srcdir)/../../../automake/lib.am 21 22 22 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 23 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 24 $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 23 25 24 26 $(PROJECT_INCLUDE)/rtems: … … 36 38 all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES) 37 39 38 EXTRA_DIST += $(C_FILES) $(H_FILES)40 EXTRA_DIST = $(C_FILES) $(H_FILES) 39 41 40 42 include $(top_srcdir)/../../../automake/local.am -
c/src/libmisc/rtmonuse/Makefile.am
r19530ab5 r7fcc26ac 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20 -
c/src/libmisc/stackchk/Makefile.am
r19530ab5 r7fcc26ac 17 17 18 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 19 include $(top_srcdir)/../../../automake/compile.am 19 20 include $(top_srcdir)/../../../automake/lib.am 20 21 -
c/src/libmisc/untar/Makefile.am
r19530ab5 r7fcc26ac 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20 -
c/src/libmisc/wrapup/Makefile.am
r19530ab5 r7fcc26ac 9 9 10 10 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 11 include $(top_srcdir)/../../../automake/compile.am 11 12 include $(top_srcdir)/../../../automake/lib.am 12 13 -
cpukit/libmisc/ChangeLog
r19530ab5 r7fcc26ac 1 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * cpuuse/Makefile.am, dummy/Makefile.am, dumpbuf/Makefile.am, 4 monitor/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, 5 untar/Makefile.am, wrapup/Makefile.am, mw-fb/Makefile.am: 6 Include compile.am. 7 1 8 2000-08-30 Joel Sherrill <joel@OARcorp.com> 2 9 -
cpukit/libmisc/cpuuse/Makefile.am
r19530ab5 r7fcc26ac 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20 -
cpukit/libmisc/dummy/Makefile.am
r19530ab5 r7fcc26ac 14 14 15 15 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 16 include $(top_srcdir)/../../../automake/compile.am 16 17 include $(top_srcdir)/../../../automake/lib.am 17 18 -
cpukit/libmisc/dumpbuf/Makefile.am
r19530ab5 r7fcc26ac 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20 -
cpukit/libmisc/monitor/Makefile.am
r19530ab5 r7fcc26ac 26 26 27 27 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 28 include $(top_srcdir)/../../../automake/compile.am 28 29 include $(top_srcdir)/../../../automake/lib.am 29 30 -
cpukit/libmisc/mw-fb/Makefile.am
r19530ab5 r7fcc26ac 18 18 19 19 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 20 include $(top_srcdir)/../../../automake/compile.am 20 21 include $(top_srcdir)/../../../automake/lib.am 21 22 22 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 23 PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ 24 $(H_FILES:%=$(PROJECT_INCLUDE)/rtems/%) 23 25 24 26 $(PROJECT_INCLUDE)/rtems: … … 36 38 all: ${ARCH} $(PREINSTALL_FILES) $(LIB) $(TMPINSTALL_FILES) 37 39 38 EXTRA_DIST += $(C_FILES) $(H_FILES)40 EXTRA_DIST = $(C_FILES) $(H_FILES) 39 41 40 42 include $(top_srcdir)/../../../automake/local.am -
cpukit/libmisc/rtmonuse/Makefile.am
r19530ab5 r7fcc26ac 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20 -
cpukit/libmisc/stackchk/Makefile.am
r19530ab5 r7fcc26ac 17 17 18 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 19 include $(top_srcdir)/../../../automake/compile.am 19 20 include $(top_srcdir)/../../../automake/lib.am 20 21 -
cpukit/libmisc/untar/Makefile.am
r19530ab5 r7fcc26ac 16 16 17 17 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 18 include $(top_srcdir)/../../../automake/compile.am 18 19 include $(top_srcdir)/../../../automake/lib.am 19 20 -
cpukit/libmisc/wrapup/Makefile.am
r19530ab5 r7fcc26ac 9 9 10 10 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg 11 include $(top_srcdir)/../../../automake/compile.am 11 12 include $(top_srcdir)/../../../automake/lib.am 12 13
Note: See TracChangeset
for help on using the changeset viewer.