2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Add Templates/*.
	* Templates/Makefile.am: Remove.
This commit is contained in:
Ralf Corsepius
2002-11-07 10:18:05 +00:00
parent 6f6cde6f55
commit a9020bbbe2
3 changed files with 13 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add Templates/*.
* Templates/Makefile.am: Remove.
2002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/Cygwin-posix.cfg: Remove obsolete comment on RTEMS_LIBC_DIR.

View File

@@ -9,7 +9,14 @@ rtems_make_DATA = main.cfg leaf.cfg
EXTRA_DIST = README directory.cfg host.cfg.in leaf.cfg lib.cfg
SUBDIRS = Templates custom compilers
rtems_make_Templatesdir = $(rtems_makedir)/Templates
rtems_make_Templates_DATA = \
Templates/Makefile.dir \
Templates/Makefile.leaf \
Templates/Makefile.lib
SUBDIRS = custom compilers
## -------------------------------------------------------
include $(top_srcdir)/automake/subdirs.am

View File

@@ -1,11 +0,0 @@
##
## $Id$
##
rtems_makedir = $(prefix)/make
rtems_make_Templatesdir = $(rtems_makedir)/Templates
rtems_make_Templates_DATA = Makefile.dir Makefile.leaf Makefile.lib
include $(top_srcdir)/automake/host.am