source: rtems/c/src/optman/rtems/Makefile.am @ b91f0338

4.104.114.84.95
Last change on this file since b91f0338 was b91f0338, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 17:58:43

2002-01-02 Ralf Corsepius <corsepiu@…>

  • ChangeLog?: New.
  • configure.ac: New.
  • Makefile.am: New.
  • rtems/*: Copied from c/src/exec/rtems/optman.
  • sapi/*: Copied from c/src/exec/sapi/optman.
  • Property mode set to 100644
File size: 779 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \
8    no-rtmon.c no-sem.c no-signal.c no-timer.c
9C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
10
11PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../../../automake/compile.am
15include $(top_srcdir)/../../../automake/lib.am
16
17TMPINSTALL_FILES += \
18    $(C_FILES:%.c=$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/%$(LIB_VARIANT).rel)
19
20$(PROJECT_RELEASE)/lib$(MULTISUBDIR)/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
21        $(INSTALL_DATA) $< $@
22
23#
24# (OPTIONAL) Add local stuff here using +=
25#
26
27all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
28
29.PRECIOUS: $(PGMS)
30
31EXTRA_DIST = $(C_FILES)
32
33include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.