merge the formfield patch from ooo-build
[ooovba.git] / desktop / test / deployment / locationtest / makefile.mk
blobc8f9f4c6525a7f29ad6ca7c2186b615bcd2d8325
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.5 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
32 PRJ = ..$/..$/..
33 PRJNAME = location_test
34 PACKAGE = com$/sun$/star$/comp$/smoketest
35 TARGET = com_sun_star_comp_smoketest
37 no_common_build_zip:=TRUE
39 # --- Settings -----------------------------------------------------
41 .INCLUDE : settings.mk
43 JARFILES = ridl.jar jurt.jar unoil.jar juh.jar
45 JARTARGET = LocationTest.jar
46 JARCOMPRESS = TRUE
47 CUSTOMMANIFESTFILE = MANIFEST.MF
49 ZIP1TARGET=locationtest
50 ZIP1LIST=*
51 ZIPFLAGS=-r
52 ZIP1DIR=$(MISC)$/$(TARGET)
53 ZIP1EXT=.oxt
55 # --- Files --------------------------------------------------------
57 COPY_OXT_MANIFEST:= $(MISC)$/$(TARGET)$/META-INF$/manifest.xml
58 JAVAFILES = LocationTest.java
60 # --- Targets ------------------------------------------------------
62 .INCLUDE : target.mk
64 $(JARTARGETN) : $(MISC)$/$(TARGET).javamaker.done
66 $(JAVACLASSFILES) : $(MISC)$/$(TARGET).javamaker.done
68 $(MISC)$/$(TARGET).javamaker.done: $(BIN)$/LocationTest.rdb
69 $(JAVAMAKER) -O$(CLASSDIR) -BUCR -nD -X$(SOLARBINDIR)/types.rdb $<
70 $(TOUCH) $@
72 $(BIN)$/LocationTest.rdb: LocationTest.idl
73 $(IDLC) -O$(MISC) -I$(SOLARIDLDIR) -cid -we $<
74 +-$(RM) $@
75 $(REGMERGE) $@ /UCR $(MISC)$/LocationTest.urd
77 $(MISC)$/$(ZIP1TARGET).createdir :
78 +$(MKDIRHIER) $(MISC)$/$(TARGET)$/META-INF >& $(NULLDEV) && $(TOUCH) $@
80 $(MISC)$/$(TARGET)_resort : manifest.xml $(JARTARGETN) $(MISC)$/$(ZIP1TARGET).createdir $(BIN)$/LocationTest.rdb description.xml
81 $(COPY) manifest.xml $(MISC)$/$(TARGET)$/META-INF$/manifest.xml
82 $(COPY) $(JARTARGETN) $(MISC)$/$(TARGET)$/$(JARTARGET)
83 $(COPY) $(BIN)$/LocationTest.rdb $(MISC)$/$(TARGET)$/LocationTest.rdb
84 $(COPY) description.xml $(MISC)$/$(TARGET)$/description.xml
85 $(TOUCH) $@
87 $(ZIP1TARGETN) : $(MISC)$/$(TARGET)_resort $(MISC)$/$(ZIP1TARGET).createdir