source: rtems/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am @ 99df18a

4.104.114.84.95
Last change on this file since 99df18a was 99df18a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:38:52

2002-08-11 Ralf Corsepius <corsepiu@…>

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