source: rtems/c/src/lib/libbsp/i386/ts_386ex/clock/Makefile.am @ 13435c73

4.104.114.84.95
Last change on this file since 13435c73 was 88daa3d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:56:51

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
network/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 545 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/clock.rel
7
8C_FILES = ckinit.c rtc.c
9clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
10
11include $(top_srcdir)/../../../../automake/compile.am
12include $(top_srcdir)/../../../../automake/lib.am
13
14#
15# (OPTIONAL) Add local stuff here using +=
16#
17
18$(PGM): $(clock_rel_OBJECTS)
19        $(make-rel)
20
21# the .rel file built here will be put into libbsp.a by
22#       ../wrapup/Makefile
23
24all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
25
26.PRECIOUS: $(PGM)
27
28EXTRA_DIST = ckinit.c rtc.c
29
30include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.