2001-04-18 03:11:00 -05:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
2008-04-10 12:06:06 -05:00
|
|
|
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2010-02-12 08:01:35 -06:00
|
|
|
#
|
|
|
|
# Copyright 2000, 2010 Oracle and/or its affiliates.
|
2001-04-18 03:11:00 -05:00
|
|
|
#
|
2008-04-10 12:06:06 -05:00
|
|
|
# OpenOffice.org - a multi-platform office productivity suite
|
2001-04-18 03:11:00 -05:00
|
|
|
#
|
2008-04-10 12:06:06 -05:00
|
|
|
# This file is part of OpenOffice.org.
|
2001-04-18 03:11:00 -05:00
|
|
|
#
|
2008-04-10 12:06:06 -05:00
|
|
|
# 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.
|
2001-04-18 03:11:00 -05:00
|
|
|
#
|
2008-04-10 12:06:06 -05:00
|
|
|
# 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).
|
2001-04-18 03:11:00 -05:00
|
|
|
#
|
2008-04-10 12:06:06 -05:00
|
|
|
# You should have received a copy of the GNU Lesser General Public License
|
|
|
|
# version 3 along with OpenOffice.org. If not, see
|
|
|
|
# <http://www.openoffice.org/license.html>
|
|
|
|
# for a copy of the LGPLv3 License.
|
2001-04-18 03:11:00 -05:00
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2001-04-18 03:52:08 -05:00
|
|
|
PRJNAME=soltools
|
2001-04-18 03:11:00 -05:00
|
|
|
TARGET=make_makedepend
|
|
|
|
PRJ=..
|
|
|
|
TARGETTYPE=CUI
|
|
|
|
LIBTARGET=NO
|
2008-01-16 07:22:35 -06:00
|
|
|
# noadjust here to have dependencies over there
|
|
|
|
noadjust=TRUE
|
2001-06-12 01:55:46 -05:00
|
|
|
nodep=true
|
2009-11-10 03:36:57 -06:00
|
|
|
ENABLE_EXCEPTIONS=TRUE
|
2001-04-18 03:11:00 -05:00
|
|
|
|
2006-06-19 23:09:01 -05:00
|
|
|
# "mkdepend" is written in K&R style C. Modern compilers will generate
|
|
|
|
# lots of warning. There is no point in cleaning this up, so we just
|
|
|
|
# ignore warnings
|
|
|
|
EXTERNAL_WARNINGS_NOT_ERRORS=TRUE
|
|
|
|
|
2002-01-08 05:07:30 -06:00
|
|
|
.INCLUDE : $(PRJ)$/util$/makefile.pmk
|
2001-04-18 03:11:00 -05:00
|
|
|
.INCLUDE : settings.mk
|
|
|
|
|
2008-03-06 08:04:09 -06:00
|
|
|
LIBSALCPPRT=
|
|
|
|
UWINAPILIB=
|
2001-04-18 03:11:00 -05:00
|
|
|
|
2009-11-10 03:36:57 -06:00
|
|
|
CDEFS+=-DNO_X11 -DXP_PC -DHW_THREADS
|
2001-04-18 03:11:00 -05:00
|
|
|
|
|
|
|
OBJFILES= \
|
|
|
|
$(OBJ)$/cppsetup.obj \
|
|
|
|
$(OBJ)$/ifparser.obj \
|
|
|
|
$(OBJ)$/include.obj \
|
|
|
|
$(OBJ)$/main.obj \
|
|
|
|
$(OBJ)$/parse.obj \
|
|
|
|
$(OBJ)$/pr.obj \
|
2006-09-22 02:57:22 -05:00
|
|
|
$(OBJ)$/collectdircontent.obj \
|
2001-04-18 03:11:00 -05:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
APP1TARGET=makedepend
|
|
|
|
APP1OBJS=$(OBJFILES)
|
2009-02-19 05:42:47 -06:00
|
|
|
APP1RPATH=NONE
|
2007-11-02 06:42:04 -05:00
|
|
|
|
2009-11-05 09:44:22 -06:00
|
|
|
.IF "$(COM)"=="MSC"
|
2009-11-10 03:36:57 -06:00
|
|
|
.IF "$(dbgutil)"==""
|
2009-11-05 09:44:22 -06:00
|
|
|
APP1STDLIBS+=msvcprt.lib
|
2009-11-10 03:36:57 -06:00
|
|
|
.ELSE
|
|
|
|
APP1STDLIBS+=msvcprtd.lib
|
|
|
|
CDEFS+=-D_DEBUG
|
|
|
|
.ENDIF # "$(DBG_UTIL)"==""
|
2009-11-05 09:44:22 -06:00
|
|
|
.ENDIF # "$(COM)"=="MSC"
|
|
|
|
|
|
|
|
.IF "$(OS)"=="SOLARIS"
|
2009-11-27 06:19:09 -06:00
|
|
|
#APP1STDLIBS+=-lstlport
|
|
|
|
APP1STDLIBS+=-lCstd
|
2009-11-05 09:44:22 -06:00
|
|
|
.ENDIF
|
|
|
|
|
|
|
|
|
2001-04-18 03:11:00 -05:00
|
|
|
.INCLUDE : target.mk
|
|
|
|
|
|
|
|
|