From 9976c207cdb20871880bd2f4cf123cf4cb6a8b0f Mon Sep 17 00:00:00 2001 From: Stephan Broyles Date: Wed, 5 Nov 2014 19:09:37 -0600 Subject: Added remaining occ files. Change-Id: I91a748d3dcf3161a6a3eedcb376fcaf1e4dfe655 --- src/ssx/ssx/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100755 src/ssx/ssx/Makefile (limited to 'src/ssx/ssx/Makefile') diff --git a/src/ssx/ssx/Makefile b/src/ssx/ssx/Makefile new file mode 100755 index 0000000..ce1116f --- /dev/null +++ b/src/ssx/ssx/Makefile @@ -0,0 +1,25 @@ +# $Id: Makefile,v 1.2 2013/12/12 16:12:38 bcbrock Exp $ + +# This Makefile is designed to be invoked with the -I argument set to +# the location of the "ssx.mk" for the build + +include ../pgp/ssx.mk +include ssxssxfiles.mk + +ifeq "$(SSX_TIMER_SUPPORT)" "1" +SSX_OBJECTS += ${SSX-TIMER-C-SOURCES:.c=.o} +endif + +ifeq "$(SSX_THREAD_SUPPORT)" "1" +SSX_OBJECTS += ${SSX-THREAD-C-SOURCES:.c=.o} +endif + +all: $(SSX_OBJECTS) + +.PHONY : clean +clean: + rm -f *.o *.d *.d.* + +ifneq ($(MAKECMDGOALS),clean) +include $(SSX_OBJECTS:.o=.d) +endif -- cgit v1.2.1