1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
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 #*************************************************************************
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
47 CUSTOMMANIFESTFILE
= MANIFEST.MF
49 ZIP1TARGET
=locationtest
52 ZIP1DIR
=$(MISC
)$/$(TARGET
)
55 # --- Files --------------------------------------------------------
57 COPY_OXT_MANIFEST
:= $(MISC
)$/$(TARGET
)$/META-INF
$/manifest.xml
58 JAVAFILES
= LocationTest.java
60 # --- Targets ------------------------------------------------------
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
$<
72 $(BIN
)$/LocationTest.rdb
: LocationTest.idl
73 $(IDLC
) -O
$(MISC
) -I
$(SOLARIDLDIR
) -cid
-we
$<
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
87 $(ZIP1TARGETN
) : $(MISC
)$/$(TARGET
)_resort
$(MISC
)$/$(ZIP1TARGET
).createdir