source: rtems/c/src/lib/libbsp/sparc/leon2/clock/Makefile.am @ 1348869f

Last change on this file since 1348869f was d2a30c77, checked in by Joel Sherrill <joel.sherrill@…>, on 10/05/05 at 19:25:45

2005-10-05 Jiri Gaisler <jiri@…>

Edvin Catovic <edvin@…>
Konrad Eisele <konrad@…>

PR 827/bsps

  • .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, times, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, console/.cvsignore, console/Makefile.am, console/console.c, console/consolereserveresources.c, console/debugputs.c, gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/leon.h, leon_open_eth/.cvsignore, leon_open_eth/Makefile.am, leon_open_eth/leon_open_eth.c, leon_smc91111/.cvsignore, leon_smc91111/Makefile.am, leon_smc91111/leon_smc91111.c, start/.cvsignore, start/Makefile.am, startup/.cvsignore, startup/Makefile.am, startup/linkcmds, startup/setvec.c, startup/spurious.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, tools/.cvsignore, tools/ChangeLog, tools/Makefile.am, tools/configure.ac, tools/runtest.in, wrapup/.cvsignore, wrapup/Makefile.am: New files.
  • Property mode set to 100644
File size: 535 bytes
Line 
1##
2## $Id$
3##
4
5
6PGM = $(ARCH)/clock.rel
7
8C_FILES = ckinit.c
9C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
10
11OBJS = $(C_O_FILES)
12
13include $(top_srcdir)/../../../../../../automake/compile.am
14include $(top_srcdir)/../../../../../../automake/lib.am
15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20$(PGM): $(OBJS)
21        $(make-rel)
22
23# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
24
25all-local: $(ARCH) $(OBJS) $(PGM)
26
27.PRECIOUS: $(PGM)
28
29EXTRA_DIST = ckinit.c
30
31include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.