source: rtems/c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am @ 948a069

Last change on this file since 948a069 was 3d34c50f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/16/02 at 17:55:54

2002-12-16 Ralf Corsepius <corsepiu@…>

  • configure.ac: RTEMS_CHECK_CUSTOM_BSP.
  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • milli/Makefile.am: Ditto.
  • semaphore/Makefile.am: Ditto.
  • timer/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 486 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 $(top_srcdir)/../../../../../automake/compile.am
13include $(top_srcdir)/../../../../../automake/lib.am
14
15#
16# (OPTIONAL) Add local stuff here using +=
17#
18
19$(PGM): $(semaphore_rel_OBJECTS)
20        $(make-rel)
21
22all-local: $(ARCH) $(semaphore_rel_OBJECTS) $(PGM)
23
24.PRECIOUS: $(PGM)
25
26EXTRA_DIST = semaphore.c
27
28include $(top_srcdir)/../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.