diff options
Diffstat (limited to 'projects/Stacker/lib/runtime/Makefile')
-rw-r--r-- | projects/Stacker/lib/runtime/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/projects/Stacker/lib/runtime/Makefile b/projects/Stacker/lib/runtime/Makefile new file mode 100644 index 0000000..eaf1b48 --- /dev/null +++ b/projects/Stacker/lib/runtime/Makefile @@ -0,0 +1,17 @@ +##===- projects/sample/lib/sample/Makefile -----------------*- Makefile -*-===## + +# +# Indicate where we are relative to the top of the source tree. +# +LEVEL=../../../.. + +# +# Give the name of a library. This will build a dynamic version. +# +SHARED_LIBRARY=1 +LIBRARYNAME=stkr_runtime + +# +# Include Makefile.common so we know what to do. +# +include $(LEVEL)/Makefile.common |