File: Makefile.am

package info (click to toggle)
genparse 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,272 kB
  • ctags: 2,718
  • sloc: ansic: 8,794; cpp: 6,060; sh: 5,175; java: 578; yacc: 482; makefile: 344; lex: 315
file content (42 lines) | stat: -rw-r--r-- 669 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
TESTS_ENVIRONMENT = \
  PATH="$(srcdir):$(srcdir)/../../src/:$$PATH"

TESTS =\
  cppext\
  debug\
  directory\
  err_msg\
  int\
  internationalize\
  new_print\
  no_struct\
  outfile\
  quiet\
  string_macro

if HAVE_JAVAC
if HAVE_JAVA
if HAVE_GETOPT_JAVA
TESTS +=\
  break_lines\
  code\
  do_not_document\
  exit_value\
  glossary\
  gp_include\
  help\
  parsefunc\
  program_name\
  short_options\
  version
endif
endif
endif

EXTRA_DIST = $(TESTS) test-lib.sh \
	simple.c    simple.cc    simple.java \
	new_print.c new_print.cc new_print.java

clean-local:
	rm -f out exp exp2 java_exp java_exp2 empty empty.gp parse_cl* x.gp CmdlineEx.java *.o
	rm -rf classes/