Removed unused directories from Makefile.am and warnings

from cvs by adding .cvsignore files.
This commit is contained in:
Joel Sherrill
2000-06-13 21:44:09 +00:00
parent 80ad143b73
commit c30f5e88ce
3 changed files with 17 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
Makefile
Makefile.in
aclocal.m4
config.cache
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
missing
mkinstalldirs

View File

@@ -7,7 +7,8 @@ ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
SUBDIRS = include start startup clock console timer wrapup
#SUBDIRS = include start startup clock console timer wrapup
SUBDIRS = include start startup console wrapup
include $(top_srcdir)/../../bsp.am

View File

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