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

4.104.114.84.95
Last change on this file since fa1661b was fa1661b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/01 at 18:20:53

2001-09-22 Ralf Corsepius <corsepiu@…>

  • optman/Makefile.am: Adapt ASM4FLAGS to automake-1.5.
  • Property mode set to 100644
File size: 731 bytes
RevLine 
[fba12eb6]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
[fa1661b]12## FIXME: Is this used anywhere?
13ASM4FLAGS = -I$(PROJECT_INCLUDE)/rtems
14
[fba12eb6]15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[3ac5d4e2]16include $(top_srcdir)/../../../automake/compile.am
[db3e0108]17include $(top_srcdir)/../../../automake/lib.am
18
19TMPINSTALL_FILES += \
[df49c60]20    $(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel)
[fba12eb6]21
[db3e0108]22$(PROJECT_RELEASE)/lib/%$(LIB_VARIANT).rel: $(ARCH)/%.rel
23        $(INSTALL_DATA) $< $@
[fba12eb6]24
25#
26# (OPTIONAL) Add local stuff here using +=
27#
28
[db3e0108]29all-local: ${ARCH} $(PGMS) $(TMPINSTALL_FILES)
[fba12eb6]30
[db3e0108]31.PRECIOUS: $(PGMS)
[fba12eb6]32
33EXTRA_DIST = $(C_FILES)
34
35include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.