merged tag ooo/OOO330_m14
[LibreOffice.git] / sc / addin / rot13 / makefile.mk
bloba33c50d2a725ea7a30180dec0fcef36f59ccbee8
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2000, 2010 Oracle and/or its affiliates.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # This file is part of OpenOffice.org.
11 # OpenOffice.org is free software: you can redistribute it and/or modify
12 # it under the terms of the GNU Lesser General Public License version 3
13 # only, as published by the Free Software Foundation.
15 # OpenOffice.org is distributed in the hope that it will be useful,
16 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 # GNU Lesser General Public License version 3 for more details
19 # (a copy is included in the LICENSE file that accompanied this code).
21 # You should have received a copy of the GNU Lesser General Public License
22 # version 3 along with OpenOffice.org. If not, see
23 # <http://www.openoffice.org/license.html>
24 # for a copy of the LGPLv3 License.
26 #*************************************************************************
28 PRJ=..$/..
30 PRJNAME=sc
31 TARGET=rot
32 LIBTARGET=NO
35 # --- Settings -----------------------------------------------------
37 .INCLUDE: settings.mk
39 CL2C=+$(PERL) $(MISC)$/cl2c.pl
40 CL2CRID=RID_SC_ADDIN_ROT13
41 CL2CSRC=$(TARGET)13.src
43 # --- Files --------------------------------------------------------
45 CFILES= $(MISC)$/x$(TARGET).c
47 SLOFILES= \
48 $(SLO)$/x$(TARGET).obj
50 # ==========================================================================
52 SHL1TARGET= rot$(DLLPOSTFIX)
53 SHL1IMPLIB= irot
54 SHL1OBJS= $(SLO)$/x$(TARGET).obj
56 SHL1VERSIONMAP=exports.map
57 SHL1DEF=$(MISC)$/$(SHL1TARGET).def
58 DEF1NAME=$(SHL1TARGET)
60 .IF "$(GUI)" == "WNT"
61 SHL1STDLIBS= $(GDI32LIB) $(ADVAPI32LIB) $(COMDLG32LIB) \
62 $(UUIDLIB) $(OLE32LIB) $(SHELL32LIB) $(WINSPOOLLIB)
63 .IF "$(GVER)" == "W40"
64 SHL1STDLIBS= $(SHL1STDLIBS) $(COMCTL32LIB)
65 .ENDIF # W40
66 .ENDIF # WNT
68 # --- Targets -------------------------------------------------------
70 ALLTAR: $(MISC)$/rot.lst
72 .INCLUDE: target.mk
74 $(MISC)$/x$(TARGET).c: $(TARGET)13.cl $(CL2CSRC) $(MISC)$/cl2c.pl
75 $(CL2C) $(TARGET)13.cl $(MISC)$/x$(TARGET).c $(CL2CSRC) $(CL2CRID)
77 # copy file to include in package
78 $(INCCOM)$/xlang.h : $(SOLARINCDIR)$/i18npool$/lang.h
79 @$(COPY) $(SOLARINCDIR)$/i18npool$/lang.h $@
81 $(SLOFILES) : $(INCCOM)$/xlang.h $(CFILES)
83 $(MISC)$/rot.lst : \
84 $(MISC)$/x$(TARGET).c \
85 $(INCCOM)$/xlang.h \
86 ..$/inc$/rot13.hrc \
87 ..$/inc$/addin.h
88 @echo $< > $@