summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/gdbsci/Makefile.am
blob: 607742ceda1427b862ed20ae97e956b14248669a (plain) (tree)






























                                                           
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

PGM = $(ARCH)/sci.rel

C_FILES = gdbsci.c
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)

OBJS = $(C_O_FILES)

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

#
# (OPTIONAL) Add local stuff here using +=
#

$(PGM): $(OBJS)
	$(make-rel)

all-local: $(ARCH) $(OBJS) $(PGM)

.PRECIOUS: $(PGM)

EXTRA_DIST = sci.c

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