summaryrefslogtreecommitdiffstats
path: root/gen-soconn/Makefile
blob: 268296fe2ccc77f610a2f4278e0fc25d18568e8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
#  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)