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

4.104.114.84.95
Last change on this file since b0e2360 was b0e2360, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 12:32:06

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
milli/Makefile.am: Reflect having moved automake.
semaphore/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.

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