summaryrefslogtreecommitdiffstats
path: root/libtecla/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-05-27 13:47:55 -0700
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-05-27 13:47:55 -0700
commitbc8510c4ea9da320e263b2eecd11a7b309b0e11e (patch)
treee1e5325f3635848c95c680d8ea92874e37653007 /libtecla/Makefile
parent.gitignore: New file (diff)
downloadrtems-addon-packages-bc8510c4ea9da320e263b2eecd11a7b309b0e11e.tar.bz2
Add libtecla 1.6.3
Diffstat (limited to 'libtecla/Makefile')
-rw-r--r--libtecla/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/libtecla/Makefile b/libtecla/Makefile
new file mode 100644
index 0000000..cf89638
--- /dev/null
+++ b/libtecla/Makefile
@@ -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) $@