File: rules

package info (click to toggle)
qdox 1.12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,272 kB
  • sloc: java: 13,545; xml: 950; yacc: 663; makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 380 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	# Compile the grammar since maven-jflex-plugin is missing
	#mkdir -p target/generated-sources/parser/com/thoughtworks/qdox/parser/impl
	java -cp /usr/share/java/jflex.jar jflex.Main -d target/generated-sources/parser/com/thoughtworks/qdox/parser/impl --skel src/grammar/skeleton.inner src/grammar/lexer.flex

	dh_auto_build