source: rtems/c/src/optman/rtems/Makefile.am @ 7eeb2376

4.104.114.84.95
Last change on this file since 7eeb2376 was 7eeb2376, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:49:59

2002-03-27 Ralf Corsepius <corsepiu@…>

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