summaryrefslogtreecommitdiffstats
path: root/c/src/optman/sapi/Makefile.am
blob: 87d357e6ab06209b005123c2b75bc6aa59d240f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##
##  $Id$
##


C_FILES = no-ext.c no-io.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))

PGMS = $(C_FILES:%.c=$(ARCH)/%$(LIB_VARIANT).rel)

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../automake/compile.am
include $(top_srcdir)/../../../automake/lib.am
include ../rel.am

include $(top_srcdir)/../../../automake/local.am