# # Makefile # # See README.Makefiles in the main ada-examples directory. # # $Id$ # PGM=${ARCH}/gen-soccon.exe # optional managers required MANAGERS=all # C source names CSRCS = init.c gen-soccon.c COBJS = $(CSRCS:%.c=${ARCH}/%.o) include $(RTEMS_MAKEFILE_PATH)/Makefile.inc include $(RTEMS_CUSTOM) include $(PROJECT_ROOT)/make/leaf.cfg OBJS= $(COBJS) CFLAGS += -DTARGET=\"RTEMS\" all: ${ARCH} $(PGM) $(PGM): $(OBJS) $(make-exe)