1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ		= ..$/..$/..$/..$/..$/..
25PRJNAME = wizards
26TARGET  = web_data
27PACKAGE = com$/sun$/star$/wizards$/web$/data
28
29# --- Settings -----------------------------------------------------
30
31.INCLUDE : settings.mk
32
33#.INCLUDE :  $(PRJ)$/util$/makefile.pmk
34JARFILES= unoil.jar jurt.jar ridl.jar juh.jar jut.jar java_uno.jar java_uno_accessbridge commonwizards.jar
35
36.IF "$(SYSTEM_SAXON)" == "YES"
37EXTRAJARFILES = $(SAXON_JAR)
38.ELSE
39JARFILES += saxon9.jar
40.ENDIF
41
42#JARCLASSDIRS	= com$/sun$/star$/wizards$/web
43#JARTARGET		= $(TARGET).jar
44
45# --- Files --------------------------------------------------------
46
47JAVAFILES=			\
48	CGArgument.java \
49	CGContent.java \
50	CGDesign.java \
51	CGDocument.java \
52	CGExporter.java \
53	CGFilter.java \
54	CGGeneralInfo.java \
55	CGIconSet.java \
56	CGImage.java \
57	CGLayout.java \
58	CGPublish.java \
59	CGSession.java \
60	CGSessionName.java \
61	CGSettings.java \
62	CGStyle.java \
63	ConfigSetItem.java \
64	TypeDetection.java
65
66JAVACLASSFILES = $(foreach,i,$(JAVAFILES) $(CLASSDIR)$/$(PACKAGE)$/$(i:b).class)
67
68# --- Targets ------------------------------------------------------
69
70.INCLUDE :  target.mk
71