source: rtems/c/src/exec/rtems/optman/Makefile.am @ 6f921ba

Last change on this file since 6f921ba was 6f921ba, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 17:57:21

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

  • Property mode set to 100644
File size: 763 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/lib.am
15
16TMPINSTALL_FILES += \
17    $(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel)
18
19$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
20        $(INSTALL_DATA) $< $@
21
22#
23# (OPTIONAL) Add local stuff here using +=
24#
25
26AM_CFLAGS += $(CFLAGS_OS_V)
27ASM4FLAGS += -I$(PROJECT_INCLUDE)/rtems
28
29all: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
30
31.PRECIOUS: $(PGMS)
32
33EXTRA_DIST = $(C_FILES)
34
35include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.