4.104.114.84.95
Last change
on this file since 006a432a was
de2b815,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/03 at 16:09:15
|
2003-12-22 Ralf Corsepius <corsepiu@…>
- clock/Makefile.am: Eliminate VPATH.
- console/Makefile.am: Eliminate VPATH.
- scv64/Makefile.am: Eliminate VPATH.
- sonic/Makefile.am: Eliminate VPATH.
- start/Makefile.am: Eliminate VPATH.
- startup/Makefile.am: Eliminate VPATH.
- timer/Makefile.am: Eliminate VPATH.
- tod/Makefile.am: Eliminate VPATH.
|
-
Property mode set to
100644
|
File size:
281 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | C_FILES = scv64.c |
---|
6 | OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) |
---|
7 | |
---|
8 | include $(top_srcdir)/../../../../automake/compile.am |
---|
9 | include $(top_srcdir)/../../../../automake/lib.am |
---|
10 | |
---|
11 | noinst_DATA = $(OBJS) |
---|
12 | |
---|
13 | EXTRA_DIST = $(C_FILES) |
---|
14 | |
---|
15 | include $(top_srcdir)/../../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.