run make indent
This commit is contained in:
25
Makefile
25
Makefile
@@ -39,7 +39,30 @@ bindist: XXMakefile
|
||||
$(MAKE) -f XXMakefile bindist
|
||||
|
||||
indent:
|
||||
indent -orig -nce -ncdb -i4 -di1 -nbc *.c *.h
|
||||
# indent -orig -nce -ncdb -i4 -di1 -nbc *.c *.h
|
||||
indent -orig -nce -ncdb -i4 -di1 -nbc -l79 -ncs -npcs -nfca -ss \
|
||||
-TAnchor -TAnchorList -TBuffer -TBufferPoint -TBreakpoint \
|
||||
-TDirectory \
|
||||
-TFuncList -TKeyListItem -TKeyList \
|
||||
-TFormList -TFormItemList \
|
||||
-TFormSelectOption -TFormSelectOptionItem \
|
||||
-THist -THistItem -THistList \
|
||||
-THmarkerList -THRequest \
|
||||
-TLine -TLineprop -TLinecolor \
|
||||
-TListItem -TGeneralList -TTextListItem -TTextList \
|
||||
-TMapList -TMatrix \
|
||||
-TMenu -TMenuItem -TMenuList \
|
||||
-TParsedURL \
|
||||
-TRegex \
|
||||
-TStr -TStreamBuffer \
|
||||
-TBaseStream -TFileStream -TStrStream -TSSLStream \
|
||||
-TEncodedStrStream -TInputStream \
|
||||
-TTagAttrInfo \
|
||||
-Ttable_attr \
|
||||
-TTextLine -TTextLineList -TTextLineListItem \
|
||||
-TURLOption -TURLFile \
|
||||
-TVector \
|
||||
*.c *.h
|
||||
|
||||
XXMakefile: XMakefile config.h
|
||||
awk '/^#ifdef makefile_parameter/,/^#else/' config.h | cat - XMakefile > XXMakefile
|
||||
|
Reference in New Issue
Block a user