source: trunk/Mars/checksyntax.sh@ 19539

Last change on this file since 19539 was 19012, checked in by tbretz, 6 years ago
A little tool for synatax check of a macro.
  • Property svn:executable set to *
File size: 906 bytes
Line 
1clang $1 -fsyntax-only \
2 -O3 -std=c++0x -Wall -Winit-self -fPIC -Wpointer-arith -Wcast-align -Woverloaded-virtual \
3 -D__MARS__ -DHAVE_ZLIB -DPACKAGE_NAME=\"\" -DPACKAGE_VERSION=\"\" -DREVISION=\"\" \
4 -I/opt/root-5.34.36/include -I./macros -I./manalysis -I./mastro \
5 -I./mbase -I./mbadpixels -I./mcamera -I./mcalib -I./mcore -I./mdrs \
6 -I./mhcalib -I./mdata -I./mfbase -I./mfileio -I./mfilter -I./mgeom \
7 -I./mgui -I./mhbase -I./mhflux -I./mhft -I./mhist -I./mhistmc -I./mhvstime \
8 -I./mimage -I./mjobs -I./mjoptim -I./mjtrain -I./mmain -I./mmc -I./mmontecarlo \
9 -I./mmuon -I./mpedestal -I./mpointing -I./mranforest -I./mraw -I./mreflector \
10 -I./mreport -I./msignal -I./msql -I./mstarcam -I./mtools -I./mtrigger \
11 -I./melectronics -I./msim -I./msimreflector -I./msimcamera -I./mcorsika -I./mextralgo
Note: See TracBrowser for help on using the repository browser.