Changeset dd04e32 in rtems
- Timestamp:
- 10/26/99 02:58:06 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 511a12c6
- Parents:
- 3f06778e
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/configure.in
r3f06778e rdd04e32 28 28 cfg_subdirs="$cfg_subdirs exec" 29 29 cfg_subdirs="$cfg_subdirs lib" 30 cfg_subdirs="$cfg_subdirs libmisc" 30 31 31 32 if test "$HAS_NETWORKING" = "yes"; then -
c/src/exec/libcsupport/Makefile.am
r3f06778e rdd04e32 10 10 endif 11 11 12 SUBDIRS = start include lib misc libc libcpu libbsp \12 SUBDIRS = start include libc libcpu libbsp \ 13 13 $(LIBCHIP) $(LIBHWAPI) 14 14 -
c/src/lib/Makefile.am
r3f06778e rdd04e32 10 10 endif 11 11 12 SUBDIRS = start include lib misc libc libcpu libbsp \12 SUBDIRS = start include libc libcpu libbsp \ 13 13 $(LIBCHIP) $(LIBHWAPI) 14 14 -
c/src/lib/configure.in
r3f06778e rdd04e32 67 67 AM_CONDITIONAL(HAS_LIBCHIP,test "$RTEMS_CPU" != "unix") 68 68 69 AC_CONFIG_SUBDIRS(libmisc)70 71 69 AC_CONFIG_SUBDIRS($cfg_subdirs) 72 70 -
c/src/libmisc/Makefile.am
r3f06778e rdd04e32 10 10 EXTRA_DIST = README 11 11 12 include $(top_srcdir)/../../../ ../automake/subdirs.am13 include $(top_srcdir)/../../../ ../automake/local.am12 include $(top_srcdir)/../../../automake/subdirs.am 13 include $(top_srcdir)/../../../automake/local.am -
c/src/libmisc/configure.in
r3f06778e rdd04e32 5 5 AC_PREREQ(2.13) 6 6 AC_INIT(dumpbuf) 7 RTEMS_TOP(../../.. /..)8 AC_CONFIG_AUX_DIR(../../.. /..)7 RTEMS_TOP(../../..) 8 AC_CONFIG_AUX_DIR(../../..) 9 9 10 10 RTEMS_CANONICAL_TARGET_CPU 11 11 12 AM_INIT_AUTOMAKE(rtems-c-src-lib -libmisc,$RTEMS_VERSION,no)12 AM_INIT_AUTOMAKE(rtems-c-src-libmisc,$RTEMS_VERSION,no) 13 13 AM_MAINTAINER_MODE 14 14 -
cpukit/libcsupport/Makefile.am
r3f06778e rdd04e32 10 10 endif 11 11 12 SUBDIRS = start include lib misc libc libcpu libbsp \12 SUBDIRS = start include libc libcpu libbsp \ 13 13 $(LIBCHIP) $(LIBHWAPI) 14 14 -
cpukit/libmisc/Makefile.am
r3f06778e rdd04e32 10 10 EXTRA_DIST = README 11 11 12 include $(top_srcdir)/../../../ ../automake/subdirs.am13 include $(top_srcdir)/../../../ ../automake/local.am12 include $(top_srcdir)/../../../automake/subdirs.am 13 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.