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:
515 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | PGM = $(ARCH)/timer.rel |
---|
6 | |
---|
7 | C_FILES = timer.c |
---|
8 | |
---|
9 | S_FILES = gettime.S |
---|
10 | |
---|
11 | timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) \ |
---|
12 | $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT)) |
---|
13 | |
---|
14 | include $(top_srcdir)/../../../automake/compile.am |
---|
15 | include $(top_srcdir)/../../../automake/lib.am |
---|
16 | |
---|
17 | # |
---|
18 | # (OPTIONAL) Add local stuff here using += |
---|
19 | # |
---|
20 | |
---|
21 | $(PGM): $(timer_rel_OBJECTS) |
---|
22 | $(make-rel) |
---|
23 | |
---|
24 | all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM) |
---|
25 | |
---|
26 | .PRECIOUS: $(PGM) |
---|
27 | |
---|
28 | EXTRA_DIST = gettime.S timer.c |
---|
29 | |
---|
30 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.