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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [i386/] [i386ex/] [timer/] [Makefile.am] - Blame information for rev 1765

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:12 joel Exp
3
##
4
 
5
 
6
PGM = $(ARCH)/timer.rel
7
 
8
C_FILES = timer.c
9
S_FILES = timerisr.S
10
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
11
 
12
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13
include $(top_srcdir)/../../../../../../automake/compile.am
14
include $(top_srcdir)/../../../../../../automake/lib.am
15
 
16
#
17
# (OPTIONAL) Add local stuff here using +=
18
#
19
 
20
$(PGM): $(timer_rel_OBJECTS)
21
        $(make-rel)
22
 
23
# the .rel file built here will be put into libbsp.a by
24
#       ../wrapup/Makefile
25
 
26
all-local: $(ARCH) $(timer_rel_OBJECTS) $(PGM)
27
 
28
.PRECIOUS: $(PGM)
29
 
30
EXTRA_DIST = timer.c timerisr.S
31
 
32
include $(top_srcdir)/../../../../../../automake/local.am

powered by: WebSVN 2.1.0

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