source: rtems/c/src/lib/libcpu/mips/timer/Makefile.am @ e3355c71

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

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

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