run make indent

This commit is contained in:
Fumitoshi UKAI
2001-11-24 02:01:26 +00:00
parent aa74d02025
commit 975c8f9d43
60 changed files with 4970 additions and 4688 deletions

View File

@@ -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