source: rtems/c/src/lib/libcpu/hppa1.1/clock/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
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
[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): $(clock_rel_OBJECTS)
22        $(make-rel)
23
[4e36a2f]24all-local: $(ARCH) $(clock_rel_OBJECTS) $(PGM)
[bc2f04f]25
[4e36a2f]26.PRECIOUS: $(PGM)
27
28EXTRA_DIST = clock.c
[bc2f04f]29
30include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.