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

4.104.114.84.95
Last change on this file since a9b84f7 was a9b84f7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:52:15

2000-09-04 Ralf Corsepius <corsepiu@…>

  • PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 755 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
[a9b84f7]10include $(top_srcdir)/../../../../../../automake/compile.am
[4e36a2f]11include $(top_srcdir)/../../../../../../automake/lib.am
12
13# generation 1
14TOD_C_FILES_1_V = tod_g1.c
15# generation 2
16TOD_C_FILES_2_V = tod.c
17TOD_C_FILES = $(TOD_C_FILES_$(SCORE603E_GENERATION)_V)
18
19C_FILES = $(TOD_C_FILES)
20C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
21
22OBJS = $(C_O_FILES)
23
24#
25# (OPTIONAL) Add local stuff here using +=
26#
27
28$(PGM): $(OBJS)
29        $(make-rel)
30
31# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
32
33all-local: $(ARCH) $(OBJS) $(PGM)
34
35.PRECIOUS: $(PGM)
36
37EXTRA_DIST = tod.c tod_g1.c
38
39include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.