source: rtems/c/src/lib/libcpu/hppa1.1/clock/Makefile.am @ df49c60

4.104.114.84.95
Last change on this file since df49c60 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: 478 bytes
RevLine 
[df49c60]1##
[bc2f04f]2## $Id$
[df49c60]3##
[bc2f04f]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[4e36a2f]7PGM = $(ARCH)/clock.rel
[bc2f04f]8
9C_FILES = clock.c
10
[4e36a2f]11clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
[bc2f04f]12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../../../../../automake/lib.am
15
16#
17# (OPTIONAL) Add local stuff here using +=
18#
19
20$(PGM): $(clock_rel_OBJECTS)
21        $(make-rel)
22
[4e36a2f]23all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
[bc2f04f]24
[4e36a2f]25.PRECIOUS: $(PGM)
26
27EXTRA_DIST = clock.c
[bc2f04f]28
29include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.