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

4.104.114.84.95
Last change on this file since 2f6a4b3 was 2f6a4b3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:58:11

2002-08-11 Ralf Corsepius <corsepiu@…>

  • rtems/Makefile.am: Use .$(OBJEXT) instead of .o.
    • sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 622 bytes
Line 
1##
2##  $Id$
3##
4
5
6C_FILES = no-ext.c no-io.c
7C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
8
9PGMS = $(C_FILES:%.c=$(ARCH)/%.rel)
10
11include $(top_srcdir)/../../../automake/compile.am
12include $(top_srcdir)/../../../automake/lib.am
13
14bsplib_DATA = $(PGMS)
15
16TMPINSTALL_FILES += \
17    $(C_FILES:%.c=$(PROJECT_RELEASE)/lib/%$(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.