Changeset 0fa54a0b in rtems
- Timestamp:
- 11/20/03 07:38:31 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 006fa1ef
- Parents:
- 738a9ae
- Location:
- cpukit/libmisc
- Files:
-
- 12 deleted
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/ChangeLog
r738a9ae r0fa54a0b 1 2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * capture/config.h: Remove. 4 * capture/Makefile.am: Remove config.h. 5 AM_CPPFLAGS += -I$(top_builddir). 6 * cpuuse/config.h: Remove. 7 * cpuuse/Makefile.am: Remove config.h. 8 AM_CPPFLAGS += -I$(top_builddir). 9 * devnull/config.h: Remove. 10 * devnull/Makefile.am: Remove config.h. 11 AM_CPPFLAGS += -I$(top_builddir). 12 * dummy/config.h: Remove. 13 * dummy/Makefile.am: Remove config.h. 14 AM_CPPFLAGS += -I$(top_builddir). 15 * dumpbuf/config.h: Remove. 16 * dumpbuf/Makefile.am: Remove config.h. 17 AM_CPPFLAGS += -I$(top_builddir). 18 * monitor/config.h: Remove. 19 * monitor/Makefile.am: Remove config.h. 20 AM_CPPFLAGS += -I$(top_builddir). 21 * mw-fb/config.h: Remove. 22 * mw-fb/Makefile.am: Remove config.h. 23 AM_CPPFLAGS += -I$(top_builddir). 24 * rtmonuse/config.h: Remove. 25 * rtmonuse/Makefile.am: Remove config.h. 26 AM_CPPFLAGS += -I$(top_builddir). 27 * serdbg/config.h: Remove. 28 * serdbg/Makefile.am: Remove config.h. 29 AM_CPPFLAGS += -I$(top_builddir). 30 * shell/config.h: Remove. 31 * shell/Makefile.am: Remove config.h. 32 AM_CPPFLAGS += -I$(top_builddir). 33 * stackchk/config.h: Remove. 34 * stackchk/Makefile.am: Remove config.h. 35 AM_CPPFLAGS += -I$(top_builddir). 36 * untar/config.h: Remove. 37 * untar/Makefile.am: Remove config.h. 38 AM_CPPFLAGS += -I$(top_builddir). 39 1 40 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 41 -
cpukit/libmisc/capture/Makefile.am
r738a9ae r0fa54a0b 13 13 include_rtems_HEADERS = capture.h capture-cli.h 14 14 15 noinst_HEADERS = config.h16 17 15 include $(top_srcdir)/automake/compile.am 18 16 include $(top_srcdir)/automake/lib.am 17 18 AM_CPPFLAGS += -I$(top_builddir) 19 19 20 20 $(PROJECT_INCLUDE)/rtems: -
cpukit/libmisc/cpuuse/Makefile.am
r738a9ae r0fa54a0b 14 14 include_rtems_HEADERS = cpuuse.h 15 15 16 noinst_HEADERS = config.h17 18 16 include $(top_srcdir)/automake/compile.am 19 17 include $(top_srcdir)/automake/lib.am 18 19 AM_CPPFLAGS += -I$(top_builddir) 20 20 21 21 $(PROJECT_INCLUDE)/rtems: -
cpukit/libmisc/devnull/Makefile.am
r738a9ae r0fa54a0b 14 14 include_rtems_HEADERS = devnull.h 15 15 16 noinst_HEADERS = config.h17 18 16 include $(top_srcdir)/automake/compile.am 19 17 include $(top_srcdir)/automake/lib.am 18 19 AM_CPPFLAGS += -I$(top_builddir) 20 20 21 21 $(PROJECT_INCLUDE)/rtems: -
cpukit/libmisc/dummy/Makefile.am
r738a9ae r0fa54a0b 10 10 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 11 11 12 noinst_HEADERS = config.h13 14 12 include $(top_srcdir)/automake/compile.am 15 13 include $(top_srcdir)/automake/lib.am 14 15 AM_CPPFLAGS += -I$(top_builddir) 16 16 17 17 # -
cpukit/libmisc/dumpbuf/Makefile.am
r738a9ae r0fa54a0b 14 14 include_rtems_HEADERS = dumpbuf.h 15 15 16 noinst_HEADERS = config.h17 18 16 include $(top_srcdir)/automake/compile.am 19 17 include $(top_srcdir)/automake/lib.am 18 19 AM_CPPFLAGS += -I$(top_builddir) 20 20 21 21 $(PROJECT_INCLUDE)/rtems: -
cpukit/libmisc/monitor/Makefile.am
r738a9ae r0fa54a0b 23 23 include_rtems_HEADERS = monitor.h 24 24 25 noinst_HEADERS = config.hsymbols.h25 noinst_HEADERS = symbols.h 26 26 27 27 include $(top_srcdir)/automake/compile.am 28 28 include $(top_srcdir)/automake/lib.am 29 30 AM_CPPFLAGS += -I$(top_builddir) 29 31 30 32 $(PROJECT_INCLUDE)/rtems: -
cpukit/libmisc/mw-fb/Makefile.am
r738a9ae r0fa54a0b 14 14 include_rtems_HEADERS = mw_fb.h mw_uid.h 15 15 16 noinst_HEADERS = config.h17 18 16 include $(top_srcdir)/automake/compile.am 19 17 include $(top_srcdir)/automake/lib.am 18 19 AM_CPPFLAGS += -I$(top_builddir) 20 20 21 21 $(PROJECT_INCLUDE)/rtems: -
cpukit/libmisc/rtmonuse/Makefile.am
r738a9ae r0fa54a0b 14 14 include_rtems_HEADERS = rtmonuse.h 15 15 16 noinst_HEADERS = config.h17 18 16 include $(top_srcdir)/automake/compile.am 19 17 include $(top_srcdir)/automake/lib.am 18 19 AM_CPPFLAGS += -I$(top_builddir) 20 20 21 21 $(PROJECT_INCLUDE)/rtems: -
cpukit/libmisc/serdbg/Makefile.am
r738a9ae r0fa54a0b 16 16 endif 17 17 18 noinst_HEADERS = config.h19 20 18 include $(top_srcdir)/automake/compile.am 21 19 include $(top_srcdir)/automake/lib.am 20 21 AM_CPPFLAGS += -I$(top_builddir) 22 22 23 23 $(PROJECT_INCLUDE): -
cpukit/libmisc/shell/Makefile.am
r738a9ae r0fa54a0b 16 16 endif 17 17 18 noinst_HEADERS = config.h19 20 18 include $(top_srcdir)/automake/compile.am 21 19 include $(top_srcdir)/automake/lib.am 20 21 AM_CPPFLAGS += -I$(top_builddir) 22 22 23 23 $(PROJECT_INCLUDE)/rtems: -
cpukit/libmisc/stackchk/Makefile.am
r738a9ae r0fa54a0b 14 14 include_rtems_HEADERS = stackchk.h 15 15 16 noinst_HEADERS = config.h 17 noinst_HEADERS += internal.h 16 noinst_HEADERS = internal.h 18 17 19 18 include $(top_srcdir)/automake/compile.am 20 19 include $(top_srcdir)/automake/lib.am 20 21 AM_CPPFLAGS += -I$(top_builddir) 21 22 22 23 $(PROJECT_INCLUDE)/rtems: -
cpukit/libmisc/untar/Makefile.am
r738a9ae r0fa54a0b 14 14 include_rtems_HEADERS = untar.h 15 15 16 noinst_HEADERS = config.h17 18 16 include $(top_srcdir)/automake/compile.am 19 17 include $(top_srcdir)/automake/lib.am … … 23 21 $(PROJECT_INCLUDE)/rtems/%.h: %.h 24 22 $(INSTALL_DATA) $< $@ 23 24 AM_CPPFLAGS += -I$(top_builddir) 25 25 26 26 #
Note: See TracChangeset
for help on using the changeset viewer.