File: Makefile.am

package info (click to toggle)
genparse 0.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,456 kB
  • sloc: ansic: 8,766; cpp: 6,059; sh: 5,336; java: 578; yacc: 482; lex: 315; makefile: 302
file content (21 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS =

if HAVE_CUNIT
SUBDIRS += ccheck
endif

if HAVE_CPPUNIT
SUBDIRS += cppcheck
endif

if HAVE_JUNIT
if HAVE_JAVAC
if HAVE_JAVA
if HAVE_GETOPT_JAVA
SUBDIRS += javacheck
endif
endif
endif
endif

SUBDIRS += misc