1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
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 #*************************************************************************
35 # --- Settings -----------------------------------------------------
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
48 $(SLO
)$/x
$(TARGET
).obj
50 # ==========================================================================
52 SHL1TARGET
= rot
$(DLLPOSTFIX
)
54 SHL1OBJS
= $(SLO
)$/x
$(TARGET
).obj
56 SHL1VERSIONMAP
=exports.map
57 SHL1DEF
=$(MISC
)$/$(SHL1TARGET
).def
58 DEF1NAME
=$(SHL1TARGET
)
61 SHL1STDLIBS
= $(GDI32LIB
) $(ADVAPI32LIB
) $(COMDLG32LIB
) \
62 $(UUIDLIB
) $(OLE32LIB
) $(SHELL32LIB
) $(WINSPOOLLIB
)
63 .IF
"$(GVER)" == "W40"
64 SHL1STDLIBS
= $(SHL1STDLIBS
) $(COMCTL32LIB
)
68 # --- Targets -------------------------------------------------------
70 ALLTAR
: $(MISC
)$/rot.lst
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
)
84 $(MISC
)$/x
$(TARGET
).c \