#************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2008 by Sun Microsystems, Inc. # # OpenOffice.org - a multi-platform office productivity suite # # $RCSfile: makefile.mk,v $ # # $Revision: 1.65 $ # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* PRJ=..$/.. PRJNAME=svx TARGET=dialogs ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/util$/makefile.pmk .IF "$(ENABLE_LAYOUT)" == "TRUE" CFLAGS+= -DENABLE_LAYOUT=1 -I../$(PRJ)/layout/inc -I../$(PRJ)/layout/$(INPATH)/inc .ENDIF # ENABLE_LAYOUT == TRUE # .IF "$(GUI)"=="WNT" CFLAGS+= -DUNICODE -D_UNICODE .ENDIF # --- Files -------------------------------------------------------- SRS1NAME=dialogs SRC1FILES = \ bmpmask.src \ contdlg.src \ ctredlin.src \ dlgctrl.src \ docrecovery.src \ fontwork.src \ frmsel.src \ hdft.src \ hyprlink.src \ imapdlg.src \ impgrf.src \ langbox.src \ language.src \ lingu.src \ passwd.src \ prtqry.src \ rubydialog.src\ ruler.src \ srchdlg.src \ svxbmpnumvalueset.src \ swframeposstrings.src \ sidebar.src \ txenctab.src \ ucsubset.src SRS2NAME=drawdlgs SRC2FILES = \ sdstring.src \ SLOFILES= \ $(SLO)$/charmap.obj \ $(SLO)$/checklbx.obj \ $(SLO)$/connctrl.obj \ $(SLO)$/contwnd.obj \ $(SLO)$/ctredlin.obj \ $(SLO)$/databaseregistrationui.obj \ $(SLO)$/dialcontrol.obj \ $(SLO)$/dialmgr.obj\ $(SLO)$/dlgctl3d.obj \ $(SLO)$/dlgctrl.obj \ $(SLO)$/dlgutil.obj \ $(SLO)$/docrecovery.obj \ $(SLO)$/fntctrl.obj \ $(SLO)$/fontlb.obj \ $(SLO)$/fontwork.obj \ $(SLO)$/framelink.obj\ $(SLO)$/framelinkarray.obj \ $(SLO)$/frmdirlbox.obj \ $(SLO)$/frmsel.obj \ $(SLO)$/graphctl.obj \ $(SLO)$/grfflt.obj \ $(SLO)$/hangulhanja.obj \ $(SLO)$/hdft.obj \ $(SLO)$/hyperdlg.obj \ $(SLO)$/hyprlink.obj \ $(SLO)$/imapdlg.obj \ $(SLO)$/imapwnd.obj \ $(SLO)$/impgrf.obj \ $(SLO)$/langbox.obj \ $(SLO)$/measctrl.obj \ $(SLO)$/opengrf.obj \ $(SLO)$/orienthelper.obj \ $(SLO)$/pagectrl.obj \ $(SLO)$/paraprev.obj \ $(SLO)$/passwd.obj \ $(SLO)$/pfiledlg.obj \ $(SLO)$/prtqry.obj \ $(SLO)$/relfld.obj \ $(SLO)$/rlrcitem.obj \ $(SLO)$/rubydialog.obj \ $(SLO)$/rulritem.obj \ $(SLO)$/simptabl.obj \ $(SLO)$/SpellDialogChildWindow.obj \ $(SLO)$/splwrap.obj \ $(SLO)$/srchctrl.obj \ $(SLO)$/srchdlg.obj \ $(SLO)$/stddlg.obj \ $(SLO)$/strarray.obj \ $(SLO)$/svxbmpnumvalueset.obj\ $(SLO)$/svxbox.obj \ $(SLO)$/svxdlg.obj \ $(SLO)$/svxgrahicitem.obj \ $(SLO)$/svxruler.obj \ $(SLO)$/swframeexample.obj \ $(SLO)$/swframeposstrings.obj \ $(SLO)$/txencbox.obj \ $(SLO)$/txenctab.obj \ $(SLO)$/wrapfield.obj \ $(SLO)$/_bmpmask.obj \ $(SLO)$/_contdlg.obj .IF "$(GUI)"=="UNX" SLOFILES += $(SLO)$/sendreportunx.obj .ELSE .IF "$(GUI)"=="WNT" SLOFILES += $(SLO)$/sendreportw32.obj .ELSE SLOFILES += $(SLO)$/sendreportgen.obj .ENDIF .ENDIF # --- Targets ------------------------------------------------------- .INCLUDE : target.mk