File: src_doku

package info (click to toggle)
armagetron 0.1.4.9-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,384 kB
  • ctags: 3,392
  • sloc: cpp: 24,650; makefile: 262; ansic: 40; sh: 16
file content (11 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
DIRS="tron engine win32 tools render ui network ."
rm filelist
for f in $DIRS ; do
  find src/$f -maxdepth 1  -name "*.h" >> filelist
done

find src \( -name "*.cpp" -o -name "*.in" \) >> filelist

cat filelist | shar -ST