OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [ts_386ex/] [clock/] [Makefile.am] - Blame information for rev 1026

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
##
2
## Makefile.am,v 1.5 2002/03/28 00:39:29 joel Exp
3
##
4
 
5
 
6
PGM = $(ARCH)/clock.rel
7
 
8
C_FILES = ckinit.c rtc.c
9
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
10
 
11
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12
include $(top_srcdir)/../../../../../../automake/compile.am
13
include $(top_srcdir)/../../../../../../automake/lib.am
14
 
15
#
16
# (OPTIONAL) Add local stuff here using +=
17
#
18
 
19
$(PGM): $(clock_rel_OBJECTS)
20
        $(make-rel)
21
 
22
# the .rel file built here will be put into libbsp.a by
23
#       ../wrapup/Makefile
24
 
25
all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
26
 
27
.PRECIOUS: $(PGM)
28
 
29
EXTRA_DIST = ckinit.c rtc.c
30
 
31
include $(top_srcdir)/../../../../../../automake/local.am

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.