mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Add clang pseudo-target.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8427 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -121,6 +121,19 @@ native-dist:
|
|||||||
etags:
|
etags:
|
||||||
etags FL/*.H FL/*.h src/*.cxx src/*.c src/*.h src/xutf8/*.h src/xutf8/*.c cairo/*.cxx fluid/*.h fluid/*.cxx test/*.h test/*.cxx
|
etags FL/*.H FL/*.h src/*.cxx src/*.c src/*.h src/xutf8/*.h src/xutf8/*.c cairo/*.cxx fluid/*.h fluid/*.cxx test/*.h test/*.cxx
|
||||||
|
|
||||||
|
#
|
||||||
|
# Run the clang.llvm.org static code analysis tool on the C sources.
|
||||||
|
# (at least checker-231 is required for scan-build to work this way)
|
||||||
|
#
|
||||||
|
|
||||||
|
.PHONY: clang clang-changes
|
||||||
|
clang:
|
||||||
|
$(RM) -r clang
|
||||||
|
scan-build -V -k -o `pwd`/clang $(MAKE) $(MFLAGS) clean all
|
||||||
|
clang-changes:
|
||||||
|
scan-build -V -k -o `pwd`/clang $(MAKE) $(MFLAGS) all
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# End of "$Id$".
|
# End of "$Id$".
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user