2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* clock/Makefile.am: Reformat.
	* timer/Makefile.am: Reformat.
This commit is contained in:
Ralf Corsepius
2003-12-01 12:20:12 +00:00
parent 2c48597d36
commit 48290fe03c
3 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Reformat.
* timer/Makefile.am: Reformat.
2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CANONICAL_HOST.

View File

@@ -2,7 +2,6 @@
## $Id$
##
PGM = $(ARCH)/clock.rel
C_FILES = ckinit.c
@@ -11,7 +10,8 @@ S_FILES = clock.S
noinst_HEADERS = clock.h
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
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

View File

@@ -2,14 +2,14 @@
## $Id$
##
PGM = $(ARCH)/timer.rel
C_FILES = timer.c
S_FILES = gettime.S
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
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