4.104.114.84.95
Last change
on this file since 48290fe0 was
48290fe0,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 12:20:12
|
2003-12-01 Ralf Corsepius <corsepiu@…>
- clock/Makefile.am: Reformat.
- timer/Makefile.am: Reformat.
|
-
Property mode set to
100644
|
File size:
547 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | PGM = $(ARCH)/clock.rel |
---|
6 | |
---|
7 | C_FILES = ckinit.c |
---|
8 | |
---|
9 | S_FILES = clock.S |
---|
10 | |
---|
11 | noinst_HEADERS = clock.h |
---|
12 | |
---|
13 | clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \ |
---|
14 | $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) |
---|
15 | |
---|
16 | include $(top_srcdir)/../../../automake/compile.am |
---|
17 | include $(top_srcdir)/../../../automake/lib.am |
---|
18 | |
---|
19 | # |
---|
20 | # (OPTIONAL) Add local stuff here using += |
---|
21 | # |
---|
22 | |
---|
23 | $(PGM): $(clock_rel_OBJECTS) |
---|
24 | $(make-rel) |
---|
25 | |
---|
26 | all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM) |
---|
27 | |
---|
28 | .PRECIOUS: $(PGM) |
---|
29 | |
---|
30 | EXTRA_DIST = ckinit.c clock.S clock.h |
---|
31 | |
---|
32 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.