source: rtems/c/src/lib/libcpu/hppa1.1/milli/Makefile.am @ 4ec962cd

4.104.114.84.95
Last change on this file since 4ec962cd 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
RevLine 
[df49c60]1##
[bc2f04f]2## $Id$
[df49c60]3##
[bc2f04f]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
[4e36a2f]7PGM = $(ARCH)/milli.rel
[bc2f04f]8
9S_FILES = milli.S
10
[4e36a2f]11milli_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.o)
[bc2f04f]12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[072d56b6]14include $(top_srcdir)/../../../../../automake/compile.am
[bc2f04f]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
[4e36a2f]24all-local: $(ARCH) $(milli_rel_OBJECTS) $(PGM)
[bc2f04f]25
[4e36a2f]26.PRECIOUS: $(PGM)
27
28EXTRA_DIST = milli.S
[bc2f04f]29
30include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.