2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

Makefile.am: Reflect having moved automake.
	clock/Makefile.am: Reflect having moved automake.
	timer/Makefile.am: Reflect having moved automake.
This commit is contained in:
Ralf Corsepius
2003-08-16 12:32:19 +00:00
parent 532125039d
commit b9e196bfcd
4 changed files with 14 additions and 8 deletions
+6
View File
@@ -1,3 +1,9 @@
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use rtems-bugs@rtems.com as bug report email address.
+2 -2
View File
@@ -6,5 +6,5 @@ ACLOCAL_AMFLAGS = -I ../../../../../aclocal
SUBDIRS = clock timer
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/subdirs.am
include $(top_srcdir)/../../../automake/local.am
@@ -13,8 +13,8 @@ noinst_HEADERS = clock.h
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -29,4 +29,4 @@ all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
EXTRA_DIST = ckinit.c clock.S clock.h
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am
@@ -11,8 +11,8 @@ S_FILES = gettime.S
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
#
# (OPTIONAL) Add local stuff here using +=
@@ -27,4 +27,4 @@ all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
EXTRA_DIST = gettime.S timer.c
include $(top_srcdir)/../../../../../automake/local.am
include $(top_srcdir)/../../../automake/local.am