Mercurial > 510Connectbot
view Makefile @ 56:556c387889b9 tn5250
start tn5250 integration
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 11 Jun 2014 14:17:55 -0700 |
parents | ab7313512aba |
children | accf93be8c12 |
line wrap: on
line source
#mc40 is "On Device Storage" #tc55 is "Internal Storage" style=release dest=/run/user/1000/gvfs/mtp*/*torage/Download apk='bin/510Connectbot-$(style).apk' all: hg pull; hg update; rm -rf gen bin ndk-build clean; V=1 ndk-build android update project -p . -t android-16 ant $(style) genkey: keytool -genkeypair -keystore 510Connectbot.keystore -alias 510Connectbot -dname "cn=510Connectbot , ou=510Connectbot, o=five-ten-sg, o=com, c=US" -keyalg RSA -keysize 2048 -validity 10000 docs: (cd xml; make) install: cp $(apk) $(dest) ls -al $(apk) $(dest) indentc: indent --line-length100 \ --brace-indent4 \ --braces-on-if-line \ --braces-on-func-def-line \ --case-brace-indentation4 \ --case-indentation4 \ --comment-indentation60 \ --cuddle-else \ --declaration-comment-column60 \ --no-tabs \ -nbbo \ -npcs \ -nprs \ -npsl \ -saf -sai -saw \ -i4 \ $(shell find . -iname *.c -o -iname *.h -o -iname *.cpp) indentjava: astyle --style=java \ --attach-namespaces \ --attach-classes \ --indent-classes \ --indent-switches \ --indent-cases \ --indent-namespaces \ --break-blocks \ --pad-oper \ --pad-header \ --unpad-paren \ --delete-empty-lines \ --align-pointer=type \ --break-closing-brackets \ --keep-one-line-blocks \ --keep-one-line-statements \ --convert-tabs \ --break-after-logical \ --mode=java \ $(shell find . -iname *.java | grep -v /gen/) internaldocs: doxygen