source: rtems/c/src/lib/libcpu/hppa1.1/milli/Makefile.am @ 072d56b6

4.104.114.84.95
Last change on this file since 072d56b6 was 072d56b6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 16:01:32

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

  • clock/Makefile.am, milli/Makefile.am, semaphore/Makefile.am, timer/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 535 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7PGM = $(ARCH)/milli.rel
8
9S_FILES = milli.S
10
11milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.o)
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../../../../../automake/compile.am
15include $(top_srcdir)/../../../../../automake/lib.am
16
17#
18# (OPTIONAL) Add local stuff here using +=
19#
20
21$(PGM): $(milli_rel_OBJECTS)
22        $(make-rel)
23
24all-local: $(ARCH) $(milli_rel_OBJECTS) $(PGM)
25
26.PRECIOUS: $(PGM)
27
28EXTRA_DIST = milli.S
29
30include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.