summaryrefslogtreecommitdiff
path: root/classic_api/triple_period/Makefile
blob: 32f9eefd0d5bbd8d29782d2cfdc57fd17f20d748 (plain)
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
#
#  $Id$
#

PGM=${ARCH}/triple_period.exe

# optional managers required
MANAGERS=all

# C source names, if any, go here -- minus the .c
CSRCS = init.c tasks.c
COBJS = $(CSRCS:%.c=${ARCH}/%.o)

H_FILES=system.h

OBJS=$(COBJS)

include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
include $(RTEMS_CUSTOM)
include $(RTEMS_ROOT)/make/leaf.cfg

all:	${ARCH} $(PGM)

${PGM}: ${OBJS}
	$(make-exe)