summaryrefslogtreecommitdiffstats
path: root/libtecla-1.6.3/Makefile.stub
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-05-27 13:48:33 -0700
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-05-27 13:48:33 -0700
commite96199c670ce672049d7f009bd03258649352fc5 (patch)
treee5f30408253b02c04b349c262d8d9fddfed76d25 /libtecla-1.6.3/Makefile.stub
parentAdd libtecla 1.6.3 (diff)
downloadrtems-addon-packages-e96199c670ce672049d7f009bd03258649352fc5.tar.bz2
Rename libtecla to a versioned directory (1.6.3)
Diffstat (limited to 'libtecla-1.6.3/Makefile.stub')
-rw-r--r--libtecla-1.6.3/Makefile.stub12
1 files changed, 12 insertions, 0 deletions
diff --git a/libtecla-1.6.3/Makefile.stub b/libtecla-1.6.3/Makefile.stub
new file mode 100644
index 0000000..cf89638
--- /dev/null
+++ b/libtecla-1.6.3/Makefile.stub
@@ -0,0 +1,12 @@
+default:
+ ./configure
+ $(MAKE)
+
+distclean:
+ ./configure --without-man-pages
+ $(MAKE) $@
+
+normal reentrant demos demos_r clean install_lib install_bin install_inc \
+ install_man install:
+ ./configure
+ $(MAKE) $@