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

* tod/Makefile.am: Cosmetics.
	* console/Makefile.am: Cosmetics.
This commit is contained in:
Ralf Corsepius
2003-12-30 02:17:12 +00:00
parent 5a30032a31
commit 14b7d3607e
3 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tod/Makefile.am: Cosmetics.
* console/Makefile.am: Cosmetics.
2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate VPATH.

View File

@@ -9,7 +9,8 @@ include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
shared_C_FILES = $(top_srcdir)/../../shared/console.c
OBJS += $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
OBJS += \
$(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../shared/%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $<

View File

@@ -2,7 +2,6 @@
## $Id$
##
C_FILES = todcfg.c
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
@@ -10,7 +9,8 @@ include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am
shared_C_FILES = $(top_srcdir)/../../shared/tod.c
OBJS += $(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
OBJS += \
$(shared_C_FILES:$(top_srcdir)/../../shared/%.c=$(ARCH)/%.$(OBJEXT))
$(ARCH)/%.$(OBJEXT): $(top_srcdir)/../../shared/%.c $(ARCH)/$(dirstamp)
${COMPILE} -o $@ -c $<