forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||
|
||||
ITRON_DIRS = include tmitronsem01
|
||||
noinst_HEADERS = include/timesys.h
|
||||
|
||||
SUBDIRS = $(ITRON_DIRS)
|
||||
SUBDIRS = tmitronsem01
|
||||
|
||||
EXTRA_DIST = tmitrontests.am
|
||||
|
||||
|
||||
@@ -32,7 +32,6 @@ AC_SUBST(OPERATION_COUNT)
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
include/Makefile
|
||||
tmitronsem01/Makefile
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
@@ -1,7 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
noinst_HEADERS = timesys.h
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
@@ -4,7 +4,9 @@
|
||||
|
||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||
|
||||
SUBDIRS = include tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 \
|
||||
noinst_HEADERS = include/timesys.h
|
||||
|
||||
SUBDIRS = tmck tmoverhd tm01 tm02 tm03 tm04 tm05 tm06 tm07 tm08 tm09 \
|
||||
tm10 tm11 tm12 tm13 tm14 tm15 tm16 tm17 tm18 tm19 tm20 tm21 tm22 tm23 \
|
||||
tm24 tm25 tm26 tm27 tm28 tm29
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ AC_SUBST(OPERATION_COUNT)
|
||||
|
||||
# Explicitly list all Makefiles here
|
||||
AC_CONFIG_FILES([Makefile
|
||||
include/Makefile
|
||||
tmck/Makefile
|
||||
tmoverhd/Makefile
|
||||
tm01/Makefile
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
Makefile
|
||||
Makefile.in
|
||||
@@ -1,7 +0,0 @@
|
||||
##
|
||||
## $Id$
|
||||
##
|
||||
|
||||
noinst_HEADERS = timesys.h
|
||||
|
||||
include $(top_srcdir)/../automake/local.am
|
||||
Reference in New Issue
Block a user