summaryrefslogtreecommitdiff
path: root/classic_api/triple_period/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'classic_api/triple_period/Makefile')
-rw-r--r--classic_api/triple_period/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/classic_api/triple_period/Makefile b/classic_api/triple_period/Makefile
new file mode 100644
index 0000000..32f9eef
--- /dev/null
+++ b/classic_api/triple_period/Makefile
@@ -0,0 +1,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)