File: Makefile.config

package info (click to toggle)
jserv 1.1-3
  • links: PTS
  • area: contrib
  • in suites: potato
  • size: 4,616 kB
  • ctags: 3,003
  • sloc: sh: 7,718; java: 6,652; ansic: 4,755; makefile: 816; perl: 39; xml: 32
file content (22 lines) | stat: -rw-r--r-- 590 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# here we declare variables that are used in every Makefile

# which compiler and options do we want?
#J_COMPILER=jikes +P +Z
#J_COMPILER=javac -deprecation
J_COMPILER=javac

# which jar tool and options do we want?
JAR=jar -c0f
#JAR=fastjar -cf
#JAR=fastjar -c0f

# if you want to build the jsp 1.1 tag extensions and have have
# OpenXml 1.1 installed then than change this line to 
# HAVE_OPENXML_1_1=true
HAVE_OPENXML_1_1=


# if you want to build the jsp 1.1 tag extensions and have have
# OpenXml 1.0 installed then than change this line to 
# HAVE_OPENXML_1_0=true
#HAVE_OPENXML_1_0=