2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>

* include/Makefile.am: Remove.
	* Makefile.am: Merge-in include/Makefile.am.
	* configure.ac: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2004-03-26 04:57:54 +00:00
parent ef02bc1828
commit dc75609271
5 changed files with 8 additions and 14 deletions

View File

@@ -1,3 +1,9 @@
2004-03-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/Makefile.am: Remove.
* Makefile.am: Merge-in include/Makefile.am.
* configure.ac: Reflect changes above.
2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add 2nd arg to RTEMS_TOP.

View File

@@ -4,16 +4,14 @@
ACLOCAL_AMFLAGS = -I ../aclocal
SHARED_DIRS =
noinst_HEADERS = include/pmacros.h
POSIX_DIRS = include psxhdrs psx01 psx02 psx03 psx04 psx05 psx06 psx07 psx08 \
psx09 psx10 psx11 psx12 psxtime psxtimer psxcancel psxmsgq01 psxsem01
POSIX_FILES_DIRS = psxfile01 psxreaddir psxstat psxmount psx13 psxchroot01
UNUSED_DIRS =
SUBDIRS = $(SHARED_DIRS) $(POSIX_DIRS) $(POSIX_FILES_DIRS) $(UNUSED_DIRS)
SUBDIRS = $(POSIX_DIRS) $(POSIX_FILES_DIRS)
EXTRA_DIST = psxtests.am

View File

@@ -29,7 +29,6 @@ AC_SUBST(BARE_CPU_MODEL)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
include/Makefile
psx01/Makefile
psx02/Makefile
psx03/Makefile

View File

@@ -1,2 +0,0 @@
Makefile
Makefile.in

View File

@@ -1,7 +0,0 @@
##
## $Id$
##
noinst_HEADERS = pmacros.h
include $(top_srcdir)/../automake/local.am