File: rules

package info (click to toggle)
qdox2 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,720 kB
  • sloc: java: 28,162; yacc: 1,312; xml: 690; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 452 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	jflex -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/lexer.flex
	jflex -d src/main/java/com/thoughtworks/qdox/parser/impl src/grammar/commentlexer.flex
	#FIXME: JFlexLexer.java is the generated output of lexer.flex with jflex 1.7.0
	#FIXME: plus the old JFlexLexer InputStream constructor
	cp debian/JFlexLexer.java src/main/java/com/thoughtworks/qdox/parser/impl
	dh_auto_build