Changeset 8ed9f53 in rtems
- Timestamp:
- 06/17/02 09:12:49 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2f6261d
- Parents:
- f22ebf0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/ChangeLog
rf22ebf0 r8ed9f53 1 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Include $(top_srcdir)/../automake/*.am. 4 Use ../aclocal. 5 * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. 6 1 7 2001-05-24 Joel Sherrill <joel@OARcorp.com> 2 8 -
c/src/exec/libcsupport/Makefile.am
rf22ebf0 r8ed9f53 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../ ../../../aclocal5 ACLOCAL_AMFLAGS = -I ../aclocal 6 6 7 include $(top_srcdir)/../ ../../../automake/multilib.am7 include $(top_srcdir)/../automake/multilib.am 8 8 9 9 SUBDIRS = . src … … 88 88 all-local: $(PREINSTALL_FILES) 89 89 90 include $(top_srcdir)/../ ../../../automake/subdirs.am91 include $(top_srcdir)/../ ../../../automake/local.am90 include $(top_srcdir)/../automake/subdirs.am 91 include $(top_srcdir)/../automake/local.am -
c/src/exec/libcsupport/src/Makefile.am
rf22ebf0 r8ed9f53 3 3 ## 4 4 5 include $(top_srcdir)/../ ../../../automake/multilib.am6 include $(top_srcdir)/../ ../../../automake/compile.am7 include $(top_srcdir)/../ ../../../automake/lib.am5 include $(top_srcdir)/../automake/multilib.am 6 include $(top_srcdir)/../automake/compile.am 7 include $(top_srcdir)/../automake/lib.am 8 8 9 9 LIBNAME = libcsupport … … 87 87 $(UNIX_C_FILES) 88 88 89 include $(top_srcdir)/../ ../../../automake/local.am89 include $(top_srcdir)/../automake/local.am -
cpukit/libcsupport/ChangeLog
rf22ebf0 r8ed9f53 1 2 2002-06-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * Makefile.am: Include $(top_srcdir)/../automake/*.am. 5 Use ../aclocal. 6 * src/Makefile.am: Include $(top_srcdir)/../automake/*.am. 1 7 2 8 2001-05-24 Joel Sherrill <joel@OARcorp.com> -
cpukit/libcsupport/Makefile.am
rf22ebf0 r8ed9f53 3 3 ## 4 4 5 ACLOCAL_AMFLAGS = -I ../ ../../../aclocal5 ACLOCAL_AMFLAGS = -I ../aclocal 6 6 7 include $(top_srcdir)/../ ../../../automake/multilib.am7 include $(top_srcdir)/../automake/multilib.am 8 8 9 9 SUBDIRS = . src … … 88 88 all-local: $(PREINSTALL_FILES) 89 89 90 include $(top_srcdir)/../ ../../../automake/subdirs.am91 include $(top_srcdir)/../ ../../../automake/local.am90 include $(top_srcdir)/../automake/subdirs.am 91 include $(top_srcdir)/../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.