1*cdf0e10cSrcweir#************************************************************************* 2*cdf0e10cSrcweir# 3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir# 5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir# 7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir# 9*cdf0e10cSrcweir# This file is part of OpenOffice.org. 10*cdf0e10cSrcweir# 11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir# only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir# 15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir# 21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir# version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir# for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir# 26*cdf0e10cSrcweir#************************************************************************* 27*cdf0e10cSrcweir 28*cdf0e10cSrcweirPRJ=..$/..$/.. 29*cdf0e10cSrcweir 30*cdf0e10cSrcweirPRJNAME=desktop 31*cdf0e10cSrcweirTARGET=applauncher 32*cdf0e10cSrcweirLIBTARGET=NO 33*cdf0e10cSrcweirTARGETTYPE=GUI 34*cdf0e10cSrcweirUWINAPILIB= 35*cdf0e10cSrcweir 36*cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 37*cdf0e10cSrcweir 38*cdf0e10cSrcweir.INCLUDE : settings.mk 39*cdf0e10cSrcweir 40*cdf0e10cSrcweir# --- Files -------------------------------------------------------- 41*cdf0e10cSrcweir 42*cdf0e10cSrcweirCDEFS+=-DUNICODE 43*cdf0e10cSrcweir 44*cdf0e10cSrcweir 45*cdf0e10cSrcweirOBJFILES= \ 46*cdf0e10cSrcweir $(OBJ)$/launcher.obj \ 47*cdf0e10cSrcweir $(OBJ)$/swriter.obj \ 48*cdf0e10cSrcweir $(OBJ)$/scalc.obj \ 49*cdf0e10cSrcweir $(OBJ)$/sdraw.obj \ 50*cdf0e10cSrcweir $(OBJ)$/simpress.obj \ 51*cdf0e10cSrcweir $(OBJ)$/sbase.obj \ 52*cdf0e10cSrcweir $(OBJ)$/smath.obj \ 53*cdf0e10cSrcweir $(OBJ)$/sweb.obj 54*cdf0e10cSrcweir 55*cdf0e10cSrcweir# SO launcher 56*cdf0e10cSrcweir.IF "$(LINK_SO)"=="TRUE" 57*cdf0e10cSrcweir.IF "$(BUILD_SPECIAL)"!="" 58*cdf0e10cSrcweirAPP1DEPN= $(APP1RES) verinfo.rc 59*cdf0e10cSrcweirAPP1TARGET=so$/swriter 60*cdf0e10cSrcweirAPP1NOSAL=TRUE 61*cdf0e10cSrcweirAPP1LINKRES=$(MISC)$/$(TARGET)1.res 62*cdf0e10cSrcweirAPP1ICON=$(SOLARRESDIR)$/icons/so9_writer_app.ico 63*cdf0e10cSrcweirAPP1OBJS = \ 64*cdf0e10cSrcweir $(OBJ)$/launcher.obj\ 65*cdf0e10cSrcweir $(OBJ)$/swriter.obj 66*cdf0e10cSrcweirAPP1STDLIBS = $(SHELL32LIB) 67*cdf0e10cSrcweirAPP1VERINFO=verinfo.rc 68*cdf0e10cSrcweirAPP1PRODUCTDEF+=-DRES_APP_NAME=swriter 69*cdf0e10cSrcweir 70*cdf0e10cSrcweirAPP2TARGET=so$/scalc 71*cdf0e10cSrcweirAPP2NOSAL=TRUE 72*cdf0e10cSrcweirAPP2LINKRES=$(MISC)$/$(TARGET)2.res 73*cdf0e10cSrcweirAPP2ICON=$(SOLARRESDIR)$/icons/so9_calc_app.ico 74*cdf0e10cSrcweirAPP2OBJS = \ 75*cdf0e10cSrcweir $(OBJ)$/launcher.obj\ 76*cdf0e10cSrcweir $(OBJ)$/scalc.obj 77*cdf0e10cSrcweirAPP2STDLIBS = $(SHELL32LIB) 78*cdf0e10cSrcweirAPP2DEPN=verinfo.rc 79*cdf0e10cSrcweirAPP2VERINFO=verinfo.rc 80*cdf0e10cSrcweirAPP2PRODUCTDEF+=-DRES_APP_NAME=scalc 81*cdf0e10cSrcweir 82*cdf0e10cSrcweirAPP3TARGET=so$/sdraw 83*cdf0e10cSrcweirAPP3NOSAL=TRUE 84*cdf0e10cSrcweirAPP3LINKRES=$(MISC)$/$(TARGET)3.res 85*cdf0e10cSrcweirAPP3ICON=$(SOLARRESDIR)$/icons/so9_draw_app.ico 86*cdf0e10cSrcweirAPP3OBJS = \ 87*cdf0e10cSrcweir $(OBJ)$/launcher.obj\ 88*cdf0e10cSrcweir $(OBJ)$/sdraw.obj 89*cdf0e10cSrcweirAPP3STDLIBS = $(SHELL32LIB) 90*cdf0e10cSrcweirAPP3DEPN=verinfo.rc 91*cdf0e10cSrcweirAPP3VERINFO=verinfo.rc 92*cdf0e10cSrcweirAPP3PRODUCTDEF+=-DRES_APP_NAME=sdraw 93*cdf0e10cSrcweir 94*cdf0e10cSrcweirAPP4TARGET=so$/simpress 95*cdf0e10cSrcweirAPP4NOSAL=TRUE 96*cdf0e10cSrcweirAPP4LINKRES=$(MISC)$/$(TARGET)4.res 97*cdf0e10cSrcweirAPP4ICON=$(SOLARRESDIR)$/icons/so9_impress_app.ico 98*cdf0e10cSrcweirAPP4OBJS = \ 99*cdf0e10cSrcweir $(OBJ)$/launcher.obj\ 100*cdf0e10cSrcweir $(OBJ)$/simpress.obj 101*cdf0e10cSrcweirAPP4STDLIBS = $(SHELL32LIB) 102*cdf0e10cSrcweirAPP4DEPN=verinfo.rc 103*cdf0e10cSrcweirAPP4VERINFO=verinfo.rc 104*cdf0e10cSrcweirAPP4PRODUCTDEF+=-DRES_APP_NAME=simpress 105*cdf0e10cSrcweir 106*cdf0e10cSrcweirAPP5TARGET=so$/sbase 107*cdf0e10cSrcweirAPP5NOSAL=TRUE 108*cdf0e10cSrcweirAPP5LINKRES=$(MISC)$/$(TARGET)5.res 109*cdf0e10cSrcweirAPP5ICON=$(SOLARRESDIR)$/icons/so9_base_app.ico 110*cdf0e10cSrcweirAPP5OBJS = \ 111*cdf0e10cSrcweir $(OBJ)$/launcher.obj\ 112*cdf0e10cSrcweir $(OBJ)$/sbase.obj 113*cdf0e10cSrcweirAPP5STDLIBS = $(SHELL32LIB) 114*cdf0e10cSrcweirAPP5DEPN=verinfo.rc 115*cdf0e10cSrcweirAPP5VERINFO=verinfo.rc 116*cdf0e10cSrcweirAPP5PRODUCTDEF+=-DRES_APP_NAME=sbase 117*cdf0e10cSrcweir 118*cdf0e10cSrcweirAPP6TARGET=so$/smath 119*cdf0e10cSrcweirAPP6NOSAL=TRUE 120*cdf0e10cSrcweirAPP6LINKRES=$(MISC)$/$(TARGET)6.res 121*cdf0e10cSrcweirAPP6ICON=$(SOLARRESDIR)$/icons/so9_math_app.ico 122*cdf0e10cSrcweirAPP6OBJS = \ 123*cdf0e10cSrcweir $(OBJ)$/launcher.obj\ 124*cdf0e10cSrcweir $(OBJ)$/smath.obj 125*cdf0e10cSrcweirAPP6STDLIBS = $(SHELL32LIB) 126*cdf0e10cSrcweirAPP6DEPN=verinfo.rc 127*cdf0e10cSrcweirAPP6VERINFO=verinfo.rc 128*cdf0e10cSrcweirAPP6PRODUCTDEF+=-DRES_APP_NAME=smath 129*cdf0e10cSrcweir 130*cdf0e10cSrcweirAPP7TARGET=so$/sweb 131*cdf0e10cSrcweirAPP7NOSAL=TRUE 132*cdf0e10cSrcweirAPP7LINKRES=$(MISC)$/$(TARGET)7.res 133*cdf0e10cSrcweirAPP7ICON=$(SOLARRESDIR)$/icons/so9_writer_app.ico 134*cdf0e10cSrcweirAPP7OBJS = \ 135*cdf0e10cSrcweir $(OBJ)$/launcher.obj\ 136*cdf0e10cSrcweir $(OBJ)$/sweb.obj 137*cdf0e10cSrcweirAPP7STDLIBS = $(SHELL32LIB) 138*cdf0e10cSrcweirAPP7DEPN=verinfo.rc 139*cdf0e10cSrcweirAPP7VERINFO=verinfo.rc 140*cdf0e10cSrcweirAPP7PRODUCTDEF+=-DRES_APP_NAME=sweb 141*cdf0e10cSrcweir 142*cdf0e10cSrcweir 143*cdf0e10cSrcweir.ENDIF # "$(BUILD_SPECIAL)"!="" 144*cdf0e10cSrcweir.ENDIF # "$(LINK_SO)"=="TRUE" 145*cdf0e10cSrcweir 146*cdf0e10cSrcweir# --- Targets ------------------------------------------------------ 147*cdf0e10cSrcweir 148*cdf0e10cSrcweir 149*cdf0e10cSrcweir.INCLUDE : target.mk 150*cdf0e10cSrcweir 151