Better, Faster, Freer

The LXR Cross Referencer

source navigation ]
diff markup ]
identifier search ]
general search ]
 
 
Architecture: i386 ]
Version: HEAD ]

001 #*************************************************************************
002 #
003 #   OpenOffice.org - a multi-platform office productivity suite
004 #
005 #   $RCSfile: makefile.mk,v $
006 #
007 #   $Revision: 1.18 $
008 #
009 #   last change: $Author: rt $ $Date: 2005/09/09 11:18:38 $
010 #
011 #   The Contents of this file are made available subject to
012 #   the terms of GNU Lesser General Public License Version 2.1.
013 #
014 #
015 #     GNU Lesser General Public License Version 2.1
016 #     =============================================
017 #     Copyright 2005 by Sun Microsystems, Inc.
018 #     901 San Antonio Road, Palo Alto, CA 94303, USA
019 #
020 #     This library is free software; you can redistribute it and/or
021 #     modify it under the terms of the GNU Lesser General Public
022 #     License version 2.1, as published by the Free Software Foundation.
023 #
024 #     This library is distributed in the hope that it will be useful,
025 #     but WITHOUT ANY WARRANTY; without even the implied warranty of
026 #     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
027 #     Lesser General Public License for more details.
028 #
029 #     You should have received a copy of the GNU Lesser General Public
030 #     License along with this library; if not, write to the Free Software
031 #     Foundation, Inc., 59 Temple Place, Suite 330, Boston,
032 #     MA  02111-1307  USA
033 #
034 #*************************************************************************
035 
036 PRJ=..$/..$/..
037 
038 PRJNAME=sw
039 TARGET=unoidl
040 ENABLE_EXCEPTIONS=TRUE
041 LIBTARGET=no
042 
043 # --- Settings -----------------------------------------------------
044 
045 .INCLUDE :  $(PRJ)$/inc$/swpre.mk
046 .INCLUDE :  settings.mk
047 .INCLUDE :  $(PRJ)$/inc$/sw.mk
048 
049 .IF "$(DVO_XFORMS)" != ""
050 CDEFS+=-DDVO_XFORMS
051 .ENDIF
052 
053 # --- Files --------------------------------------------------------
054 
055 SLO1FILES =  \
056         $(SLO)$/unodefaults.obj\
057         $(SLO)$/unodispatch.obj\
058         $(SLO)$/unotxdoc.obj\
059         $(SLO)$/unoatxt.obj \
060         $(SLO)$/unomailmerge.obj \
061         $(SLO)$/unomod.obj \
062         $(SLO)$/unotxvw.obj \
063         $(SLO)$/dlelstnr.obj \
064         $(SLO)$/unofreg.obj \
065         $(SLO)$/SwXDocumentSettings.obj \
066         $(SLO)$/SwXPrintPreviewSettings.obj \
067         $(SLO)$/SwXFilterOptions.obj\
068                 $(SLO)$/RefreshListenerContainer.obj \
069                 $(SLO)$/unomodule.obj \
070                 $(SLO)$/unodoc.obj \
071                 $(SLO)$/warnpassword.obj
072 
073 SLO2FILES = \
074         $(SLO)$/swdetect.obj            \
075         $(SLO)$/swdet2.obj              \
076         $(SLO)$/detreg.obj
077 
078 SLOFILES = \
079         $(SLO1FILES) \
080         $(SLO2FILES)
081 
082 LIB1TARGET = \
083         $(SLB)$/$(TARGET).lib
084 
085 LIB1OBJFILES = \
086         $(SLO1FILES)
087 
088 # --- Targets -------------------------------------------------------
089 
090 .INCLUDE :  target.mk
091 

source navigation ] diff markup ] identifier search ] general search ]

This page was automatically generated by the LXR engine.
The LXR team
Valid HTML 4.01!