## ## $Id$ ## AUTOMAKE_OPTIONS = foreign 1.4 SAMPLE = unlimited PGM = ${ARCH}/$(SAMPLE).exe MANAGERS = io event C_FILES = init.c test1.c test2.c test3.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) H_FILES = system.h noinst_HEADERS = $(H_FILES) DOCTYPES = doc scn DOCS = $(DOCTYPES:%=$(SAMPLE).%) SRCS = $(DOCS) $(C_FILES) $(H_FILES) OBJS = $(C_O_FILES) PRINT_SRCS = $(DOCS) PGM = ${ARCH}/$(SAMPLE).exe include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/leaf.cfg include $(top_srcdir)/sample.am # # (OPTIONAL) Add local stuff here using += # all-local: ${ARCH} $(TMPINSTALL_FILES) ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) EXTRA_DIST = $(C_FILES) $(DOCS) include $(top_srcdir)/../../../../automake/local.am