source: rtems/c/src/optman/sapi/Makefile.am @ db3e0108

4.104.114.84.95
Last change on this file since db3e0108 was db3e0108, checked in by Joel Sherrill <joel.sherrill@…>, on 12/21/99 at 14:32:00

Patch rtems-rc-19991203-6.diff from Ralf Corsepius <corsepiu@…>
which fixes a nasty dependency bug in optman/Makefile.am. Those
directories have been build twice before, i.e. re-running make after
having built rtems before, was rebuilding the files in optman/
directories.

To apply:

patch -p1 < rtems-rc-19991203-6.diff
./bootstrap

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