merge the formfield patch from ooo-build
[ooovba.git] / migrationanalysis / util / makefile.mk
blobe00e4db30acc168865ebb9f1fbe5e15872682eb5
1 #*************************************************************************
3 # $RCSfile: makefile.mk,v $
5 # The Contents of this file are made available subject to the terms of
6 # either of the following licenses
8 # - GNU Lesser General Public License Version 2.1
9 # - Sun Industry Standards Source License Version 1.1
11 # Sun Microsystems Inc., October, 2000
13 # GNU Lesser General Public License Version 2.1
14 # =============================================
15 # Copyright 2000 by Sun Microsystems, Inc.
16 # 901 San Antonio Road, Palo Alto, CA 94303, USA
18 # This library is free software; you can redistribute it and/or
19 # modify it under the terms of the GNU Lesser General Public
20 # License version 2.1, as published by the Free Software Foundation.
22 # This library is distributed in the hope that it will be useful,
23 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
25 # Lesser General Public License for more details.
27 # You should have received a copy of the GNU Lesser General Public
28 # License along with this library; if not, write to the Free Software
29 # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
30 # MA 02111-1307 USA
33 # Sun Industry Standards Source License Version 1.1
34 # =================================================
35 # The contents of this file are subject to the Sun Industry Standards
36 # Source License Version 1.1 (the "License"); You may not use this file
37 # except in compliance with the License. You may obtain a copy of the
38 # License at http://www.openoffice.org/license.html.
40 # Software provided under this License is provided on an "AS IS" basis,
41 # WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
42 # WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
43 # MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
44 # See the License for the specific provisions governing your rights and
45 # obligations concerning the Software.
47 # The Initial Developer of the Original Code is: Sun Microsystems, Inc.
49 # Copyright: 2000 by Sun Microsystems, Inc.
51 # All Rights Reserved.
53 # Contributor(s): _______________________________________
57 #*************************************************************************
59 PRJ=..
61 PRJNAME=migrationanalysis
62 TARGET=paw
64 no_common_build_zip=TRUE
66 # --- Settings -----------------------------------------------------
68 .INCLUDE : settings.mk
70 # --- Files --------------------------------------------------------
72 ZIPFLAGS =
73 ZIP1DIR = $(BIN)$/ProAnalysisWizard
74 ZIP1TARGET = MigrationAnalysis
75 ZIP1LIST = ProAnalysisWizard.exe Resources$/* Resources$/lang$/*
77 ZIP2DIR = $(BIN)$/ProAnalysisWizard
78 ZIP2TARGET = ProAnalysisWizard
79 ZIP2LIST = Resources$/* Resources$/lang$/*
81 # --- Targets ------------------------------------------------------
83 .INCLUDE : target.mk