source: rtems/c/src/lib/libcpu/m68k/mcf5206/clock/Makefile.am @ 2cd1ba5

4.104.114.84.95
Last change on this file since 2cd1ba5 was 7a53dc9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 12:13:39

2003-12-01 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reformat.
  • clock/Makefile.am: Reformat.
  • console/Makefile.am: Reformat.
  • include/Makefile.am: Reformat. Use dirstamps for preinstallation.
  • timer/Makefile.am: Reformat.
  • Property mode set to 100644
File size: 488 bytes
Line 
1##
2## $Id$
3##
4
5PGM = $(ARCH)/clock.rel
6
7C_FILES = ckinit.c
8OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
9
10include $(top_srcdir)/../../../../automake/compile.am
11include $(top_srcdir)/../../../../automake/lib.am
12
13#
14# (OPTIONAL) Add local stuff here using +=
15#
16
17$(PGM): $(OBJS)
18        $(make-rel)
19
20# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile
21
22all: $(ARCH) $(OBJS) $(PGM)
23
24.PRECIOUS: $(PGM)
25
26EXTRA_DIST = $(C_FILES)
27
28include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.