Changeset 2d5748f in rtems
- Timestamp:
- 10/26/00 12:59:48 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b507814
- Parents:
- c05edee
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/Makefile.am
rc05edee r2d5748f 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = include libc -
c/src/lib/ChangeLog
rc05edee r2d5748f 1 2 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 3 4 * configure.in: Remove bogus cfg_subdirs. 5 * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. 6 Switch to GNU canonicalization. 1 7 2 8 2000-10-24 Joel Sherrill <joel@OARcorp.com> -
c/src/lib/Makefile.am
rc05edee r2d5748f 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = include libc -
c/src/lib/configure.in
rc05edee r2d5748f 33 33 AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") 34 34 35 AC_CONFIG_SUBDIRS($cfg_subdirs)36 37 35 # Explicitly list all Makefiles here 38 36 AC_OUTPUT( -
cpukit/libcsupport/Makefile.am
rc05edee r2d5748f 4 4 5 5 AUTOMAKE_OPTIONS = foreign 1.4 6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/ aclocal6 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros 7 7 8 8 SUBDIRS = include libc
Note: See TracChangeset
for help on using the changeset viewer.