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

4.104.114.84.95
Last change on this file since a9f1a11 was c34635be, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/08/02 at 17:57:06

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

  • rtems/Makefile.am: Reworked.
  • sapi/Makefile.am: Reworked.
  • rel.am: New.
  • Property mode set to 100644
File size: 359 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)/%$(LIB_VARIANT).rel)
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../../../automake/compile.am
13include $(top_srcdir)/../../../automake/lib.am
14include ../rel.am
15
16include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.