summaryrefslogblamecommitdiffstats
path: root/gen-soconn/Makefile
blob: 268296fe2ccc77f610a2f4278e0fc25d18568e8f (plain) (tree)
1
2
3
4
5
6
7
8
9


           
                                                           
 
       

 
                          



















                                           
#
#  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)