Changeset 4352
- Timestamp:
- Feb 9, 2010, 1:49:31 AM (13 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/Makefile.am
r4333 r4352 32 32 tools/makefont monobold12 "Monospace Bold 12" 96 4 >| $(srcdir)/caca/monobold12.data 33 33 34 echo-dirs: ; echo caca kernel src cxx examples ruby tools 35 34 36 FORCE: -
libcaca/trunk/test/check-source
r4351 r4352 7 7 nfiles=0 8 8 nlines=0 9 for dir in caca kernel src cxx examples ruby tools; do 9 for dir in $(make -s echo-dirs -C ..); do 10 if [ ! -d "../$dir" ]; then continue; fi 10 11 for x in $(make -s echo-sources -C ../$dir); do 11 12 case "$x" in 12 *.c|*.cpp|*.h|*.m )13 *.c|*.cpp|*.h|*.m|*.php|*.cs|*.java|.py|.pl) 13 14 nfiles=$(($nfiles + 1)); 14 15 nlines=$(($nlines + `grep -c . "../$dir/$x"`)) ;;
Note: See TracChangeset
for help on using the changeset viewer.