source: rtems/c/src/lib/libbsp/powerpc/score603e/tod/Makefile.am @ 72965527

4.104.114.84.95
Last change on this file since 72965527 was df49c60, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/00 at 15:00:15

Merged from 4.5.0-beta3a

  • Property mode set to 100644
File size: 695 bytes
RevLine 
[df49c60]1##
[4e36a2f]2## $Id$
[df49c60]3##
[4e36a2f]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM = $(ARCH)/tod.rel
8
9include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
10include $(top_srcdir)/../../../../../../automake/lib.am
11
12# generation 1
13TOD_C_FILES_1_V = tod_g1.c
14# generation 2
15TOD_C_FILES_2_V = tod.c
16TOD_C_FILES = $(TOD_C_FILES_$(SCORE603E_GENERATION)_V)
17
18C_FILES = $(TOD_C_FILES)
19C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
20
21OBJS = $(C_O_FILES)
22
23#
24# (OPTIONAL) Add local stuff here using +=
25#
26
27$(PGM): $(OBJS)
28        $(make-rel)
29
30# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
31
32all-local: $(ARCH) $(OBJS) $(PGM)
33
34.PRECIOUS: $(PGM)
35
36EXTRA_DIST = tod.c tod_g1.c
37
38include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.