summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/samples
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-28 06:42:34 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-28 06:42:34 +0000
commit8eb04a7713623a5acae9975ccf0d28b3cae6f513 (patch)
treef4bafc792dd4b06c8b30f3c389fea2c2daae18be /llvm/projects/Stacker/samples
parent56dbc4ca154e4b5e97c3fb61e21bcb5797826bac (diff)
downloadbcm5719-llvm-8eb04a7713623a5acae9975ccf0d28b3cae6f513.tar.gz
bcm5719-llvm-8eb04a7713623a5acae9975ccf0d28b3cae6f513.zip
Make sure the sources get distributed (use EXTRA_DIST)
Add the goof.st sample. llvm-svn: 17312
Diffstat (limited to 'llvm/projects/Stacker/samples')
-rw-r--r--llvm/projects/Stacker/samples/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/projects/Stacker/samples/Makefile b/llvm/projects/Stacker/samples/Makefile
index 999f7c0cd99..2d4c40cbbbd 100644
--- a/llvm/projects/Stacker/samples/Makefile
+++ b/llvm/projects/Stacker/samples/Makefile
@@ -8,13 +8,11 @@
# Indicates our relative path to the top of the project's root directory.
#
LEVEL = ../../..
-
-#
-# Directories that needs to be built.
-#
DIRS =
-SAMPLES = fibonacci hello prime
+EXTRA_DIST = fibonacci.st hello.st prime.st goof.st
+
+SAMPLES = fibonacci hello prime goof
LLVMC_EXEC = $(TOOLDIR)/llvmc
OpenPOWER on IntegriCloud