summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorWilliam Ahern <william@server.local>2013-10-24 22:54:03 -0700
committerWilliam Ahern <william@server.local>2013-10-24 22:54:03 -0700
commit1890e394cb350ed6e08aa0de834259a255dca7e3 (patch)
treee222e4c1c3d66c215c39d7f5b5eaf716cd06610b /GNUmakefile
parent59c4e8ec366ee30c841695ce0d13d23991e2b35b (diff)
downloadluaossl-1890e394cb350ed6e08aa0de834259a255dca7e3.tar.gz
luaossl-1890e394cb350ed6e08aa0de834259a255dca7e3.tar.bz2
luaossl-1890e394cb350ed6e08aa0de834259a255dca7e3.zip
-n
some tweaks to build documentation
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index bf3a7a0..17d7681 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -153,6 +153,45 @@ clean: $(d)/clean
153clean~: $(d)/clean~ 153clean~: $(d)/clean~
154 154
155 155
156#
157# H E L P R U L E S
158#
159.PHONY: $(d)/help help
160
161$(d)/help:
162 @echo
163 @echo "ext/ targets:"
164 @echo ""
165 @echo " all - build all binary targets"
166 @echo "openssl - invokes openssl5.1 and openssl5.2"
167 @echo "openssl5.1 - build 5.1/openssl.so"
168 @echo "openssl5.2 - build 5.2/openssl.so"
169 @echo "install - invokes install5.1 and install5.2"
170 @echo "install5.1 - install openssl Lua 5.1 modules"
171 @echo "install5.2 - install openssl Lua 5.2 modules"
172 @echo "uninstall - invokes uninstall5.1 and uninstall5.2"
173 @echo "uninstall5.1 - uninstall openssl Lua 5.1 modules"
174 @echo "uninstall5.2 - uninstall openssl Lua 5.2 modules"
175 @echo " clean - rm binary targets, object files, debugging symbols, etc"
176 @echo " clean~ - clean + rm *~"
177 @echo " help - echo this help message"
178 @echo ""
179 @echo "Some important Make variables:"
180 @echo ""
181 @echo " prefix - path to install root"
182 @echo ' lua51path - install path for Lua 5.1 modules ($$(lua51path))'
183 @echo 'lua51cpath - install path for Lua 5.1 C modules ($$(lua51cpath))'
184 @echo ' lua52path - install path for Lua 5.1 modules ($$(lua51path))'
185 @echo 'lua52cpath - install path for Lua 5.1 C modules ($$(lua51cpath))'
186 @echo ""
187 @echo "(NOTE: all the common GNU-style paths are supported, including"
188 @echo "prefix, bindir, libdir, datadir, includedir, and DESTDIR.)"
189 @echo ""
190 @echo "Report bugs to <william@25thandClement.com>"
191
192help: $(d)/help
193
194
156endif # include guard 195endif # include guard
157 196
158# non-recursive epilogue 197# non-recursive epilogue