2002-08-06 Joel Sherrill <joel@OARcorp.com>

* Makefile.am: New file.
This commit is contained in:
Joel Sherrill
2002-08-06 14:08:27 +00:00
parent c388cdc3ca
commit 22c58b3d13
2 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: New file.
2002-08-06 Chris Ziomkowski <chris@asics.ws>
* ChangeLog, acinclude.m4, configure.ac: New files added as part

View File

@@ -0,0 +1,14 @@
##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../../../../../aclocal
## Descend into the $(RTEMS_BSP_FAMILY) directory
## Currently, the shared directory is not explicitly
## added but it is present in the source tree.
## Currently no shared
SUBDIRS = $(RTEMS_BSP_FAMILY)
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am