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.13 $
008 #
009 #   last change: $Author: vg $ $Date: 2007/09/20 14:40:49 $
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=ui
040 
041 # --- Settings -----------------------------------------------------
042 
043 .INCLUDE :  $(PRJ)$/inc$/swpre.mk
044 .INCLUDE :  settings.mk
045 .INCLUDE :  $(PRJ)$/inc$/sw.mk
046 
047 .IF "$(GUI)" != "OS2"
048 .IF "$(GUI)" != "WNT"
049 .IF "$(COM)" != "BLC"
050 .IF "$(COM)" != "WTC"
051 LIBFLAGS=/NOI /NOE /PAGE:256
052 .ENDIF
053 .ENDIF
054 .ENDIF
055 .ENDIF
056 
057 # --- Files --------------------------------------------------------
058 
059 # andere Label als Verzeichnisnamen fuer VC++/NT
060 
061 SUBLIBS1= \
062                 $(SLB)$/app.lib      \
063                 $(SLB)$/cctrl.lib    \
064                 $(SLB)$/chrdlg.lib   \
065                 $(SLB)$/config.lib   \
066                 $(SLB)$/dbui.lib     \
067                 $(SLB)$/dialog.lib   \
068                 $(SLB)$/dochdl.lib   \
069                 $(SLB)$/docvw.lib    \
070         $(SLB)$/envelp.lib   \
071                 $(SLB)$/fldui.lib    \
072                 $(SLB)$/frmdlg.lib   \
073                 $(SLB)$/globdoc.lib
074 
075 SUBLIBS2= \
076                 $(SLB)$/index.lib    \
077                 $(SLB)$/lingu.lib    \
078                 $(SLB)$/misc.lib     \
079                 $(SLB)$/ribbar.lib   \
080                 $(SLB)$/shells.lib   \
081                 $(SLB)$/smartmenu.lib \
082                 $(SLB)$/table.lib    \
083                 $(SLB)$/unoidl.lib   \
084                 $(SLB)$/utlui.lib    \
085                 $(SLB)$/web.lib   \
086                 $(SLB)$/uiview.lib   \
087                 $(SLB)$/wrtsh.lib
088 
089 # -----------------------------------------------------------
090 
091 ################################################################
092 
093 LIB1TARGET=$(SLB)$/ui1.lib
094 LIB1FILES= \
095                 $(SUBLIBS1)
096 
097 LIB2TARGET=$(SLB)$/ui2.lib
098 LIB2FILES= \
099                 $(SUBLIBS2)
100 
101 .INCLUDE :  target.mk
102 
103 ################################################################
104 
105 kill:
106         @$(RM) $(SLB)$/ui.lst
107         @$(RM) $(SLB)$/ui.lib
108 
109 

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

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