summaryrefslogtreecommitdiff
path: root/solenv/bin/create-tags
blob: e7cc71221e0276d51422b54d5882cedccd6627fb (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env sh

. ./config_host.mk && . ./Env.Host.sh

omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q"
ctags -h "+.hdl.hrc" --langmap=c:+.hdl.hrc.src $omnicppoptions \
      --languages=-HTML,Java \
      -R --exclude=`echo ${INPATH} | sed 's/\./\\\./g'` --exclude=binfilter --exclude=solver \
      --exclude=clone --exclude=install --totals=yes --sort=foldcase *