source: rtems/c/src/exec/posix/optman/Makefile.am @ 3ac5d4e2

4.104.114.84.95
Last change on this file since 3ac5d4e2 was 3ac5d4e2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 15:34:41

2000-09-04 Ralf Corsepius <corsepiu@…>

  • src/Makefile.am, optman/Makefile.am: Include compile.am.
  • Property mode set to 100644
File size: 691 bytes
Line 
1##
2##  $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7C_FILES =
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/%$(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
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.