2001-12-12 05:42:22 -06:00
|
|
|
#*************************************************************************
|
|
|
|
#
|
|
|
|
# $RCSfile: tg_dep.mk,v $
|
|
|
|
#
|
2005-01-14 04:34:43 -06:00
|
|
|
# $Revision: 1.17 $
|
2001-12-12 05:42:22 -06:00
|
|
|
#
|
2005-01-14 04:34:43 -06:00
|
|
|
# last change: $Author: kz $ $Date: 2005-01-14 11:34:43 $
|
2001-12-12 05:42:22 -06:00
|
|
|
#
|
|
|
|
# The Contents of this file are made available subject to the terms of
|
|
|
|
# either of the following licenses
|
|
|
|
#
|
|
|
|
# - GNU Lesser General Public License Version 2.1
|
|
|
|
# - Sun Industry Standards Source License Version 1.1
|
|
|
|
#
|
|
|
|
# Sun Microsystems Inc., October, 2000
|
|
|
|
#
|
|
|
|
# GNU Lesser General Public License Version 2.1
|
|
|
|
# =============================================
|
|
|
|
# Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
# 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Lesser General Public
|
|
|
|
# License version 2.1, as published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# This library 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 for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Lesser General Public
|
|
|
|
# License along with this library; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
# MA 02111-1307 USA
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Sun Industry Standards Source License Version 1.1
|
|
|
|
# =================================================
|
|
|
|
# The contents of this file are subject to the Sun Industry Standards
|
|
|
|
# Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of the
|
|
|
|
# License at http://www.openoffice.org/license.html.
|
|
|
|
#
|
|
|
|
# Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
# WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
# MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
# See the License for the specific provisions governing your rights and
|
|
|
|
# obligations concerning the Software.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
#
|
|
|
|
# Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
#
|
|
|
|
# All Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s): _______________________________________
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#*************************************************************************
|
|
|
|
|
2001-08-22 12:39:51 -05:00
|
|
|
.IF "$(SLOFILES)$(OBJFILES)$(DEPOBJFILES)$(SRCFILES)$(SRC1FILES)$(SRC2FILES)$(SRC3FILES)$(RCFILES)$(HXX1TARGET)$(HDBDEPNTARGET)$(IDLFILES)$(PARFILES)$(ZIP1TARGET)$(ZIP2TARGET)$(ZIP3TARGET)$(ZIP4TARGET)$(ZIP5TARGET)$(ZIP6TARGET)$(ZIP7TARGET)$(ZIP8TARGET)$(ZIP9TARGET)$(COMP1TYPELIST)$(COMP2TYPELIST)$(COMP3TYPELIST)$(COMP4TYPELIST)$(COMP5TYPELIST)$(COMP6TYPELIST)$(COMP7TYPELIST)$(COMP8TYPELIST)$(COMP9TYPELIST)"!=""
|
2000-09-20 08:43:26 -05:00
|
|
|
ALLDEP .PHONY:
|
2003-03-27 04:48:49 -06:00
|
|
|
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
|
2000-09-20 08:43:26 -05:00
|
|
|
@+if ( -e "$(SRS)$/$(PWD:f).*.dpr" ) +-$(RM) "$(SRS)$/$(PWD:f).*.dpr" >& $(NULLDEV)
|
|
|
|
.ELSE
|
|
|
|
@+-$(RM) $(SRS)$/$(PWD:f).*.dpr >& $(NULLDEV)
|
|
|
|
.ENDIF
|
|
|
|
@+-$(RM) $(MISC)$/$(TARGET).dpr >& $(NULLDEV)
|
2005-01-14 04:34:43 -06:00
|
|
|
@+-$(RM) $(MISC)$/$(PWD:f).*.dprr >& $(NULLDEV)
|
2000-09-20 08:43:26 -05:00
|
|
|
@+-$(RM) $(MISC)$/$(TARGET).dpj >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(TARGET).dpc >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(TARGET).dpz >& $(NULLDEV)
|
2001-08-22 12:39:51 -05:00
|
|
|
@+-$(RM) $(MISC)$/$(COMP1TYPELIST).mk >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(COMP2TYPELIST).mk >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(COMP3TYPELIST).mk >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(COMP4TYPELIST).mk >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(COMP5TYPELIST).mk >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(COMP6TYPELIST).mk >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(COMP7TYPELIST).mk >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(COMP8TYPELIST).mk >& $(NULLDEV)
|
|
|
|
@+-$(RM) $(MISC)$/$(COMP9TYPELIST).mk >& $(NULLDEV)
|
2001-02-08 08:21:43 -06:00
|
|
|
.IF "$(DEPFILES)" != ""
|
2001-02-23 12:22:07 -06:00
|
|
|
#to keep win9x happy
|
|
|
|
.IF "$(GROUPSHELL:b:l)"=="4dos"
|
|
|
|
@+-echo $(foreach,i,$(DEPFILES) $(shell +-del $i >& $(NULLDEV))) >& $(NULLDEV)
|
|
|
|
.ELSE # "$(GROUPSHELL:b)"=="4dos"
|
2003-03-27 04:48:49 -06:00
|
|
|
.IF "$(USE_SHELL)"=="4nt"
|
2001-04-03 04:56:27 -05:00
|
|
|
@+-echo $(foreach,i,$(DEPFILES) $(shell +-del $i >& $(NULLDEV))) >& $(NULLDEV)
|
2003-03-27 04:48:49 -06:00
|
|
|
.ELSE # "$(USE_SHELL)"=="4nt"
|
2001-02-08 08:21:43 -06:00
|
|
|
@+-$(RM) $(DEPFILES) >& $(NULLDEV)
|
2003-03-27 04:48:49 -06:00
|
|
|
.ENDIF # "$(USE_SHELL)"=="4nt"
|
2001-02-23 12:22:07 -06:00
|
|
|
.ENDIF # "$(GROUPSHELL:b)"=="4dos"
|
2001-02-08 08:21:43 -06:00
|
|
|
.ENDIF # "$(DEPFILES)" != ""
|
2000-09-20 08:43:26 -05:00
|
|
|
+@echo ---
|
|
|
|
+@echo Old dependency files removed
|
|
|
|
+@echo ---
|
|
|
|
|
|
|
|
|
|
|
|
ALLDPC: \
|
2001-02-02 07:01:02 -06:00
|
|
|
$(DEPFILES) \
|
2000-09-20 08:43:26 -05:00
|
|
|
$(CFILES) \
|
|
|
|
$(CXXFILES) \
|
|
|
|
$(RCFILES) \
|
|
|
|
$(IDLFILES) \
|
|
|
|
$(HDBDEPNTARGET)
|
|
|
|
.IF "$(nodep)"!=""
|
|
|
|
@echo NOT-Making: Depend-Lists
|
|
|
|
@echo ttt: ppp > $(MISC)$/$(TARGET).dpc
|
|
|
|
.ELSE
|
|
|
|
@echo Making : Dependencies
|
|
|
|
.IF "$(CFILES)$(CXXFILES)"!=""
|
|
|
|
.IF "$(SLOFILES)$(OBJFILES)$(DEPOBJFILES)"==""
|
|
|
|
@echo ++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
@echo da stimmt was nicht!!
|
|
|
|
@echo source files aber keine obj
|
|
|
|
@echo ++++++++++++++++++++++++++++++++++++++++++++++++
|
|
|
|
# @quit
|
|
|
|
.ENDIF
|
|
|
|
.ENDIF
|
|
|
|
.IF "$(HDBDEPNTARGET)$(OBJFILES)$(SLOFILES)$(DEPOBJFILES)$(RCFILES)$(PARFILES)"!=""
|
2003-03-27 04:48:49 -06:00
|
|
|
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
|
2000-09-20 08:43:26 -05:00
|
|
|
# @+if ( -e $(MISC)$/$(TARGET).dpr ) $(RM) $(MISC)$/$(TARGET).dpr >& $(NULLDEV)
|
2001-02-02 07:01:02 -06:00
|
|
|
@+if ( -e $(MISC)$/$(TARGET).dpj ) $(RM) $(MISC)$/$(TARGET).dpj >& $(NULLDEV)
|
2000-09-20 08:43:26 -05:00
|
|
|
@+if ( -e $(MISC)$/genjava.mk ) $(RM) $(MISC)$/genjava.mk >& $(NULLDEV)
|
|
|
|
.ELSE
|
|
|
|
# @+-if exist $(MISC)$/$(TARGET).dpr $(RM) $(MISC)$/$(TARGET).dpr >& $(NULLDEV)
|
2001-02-02 07:01:02 -06:00
|
|
|
@+-if exist $(MISC)$/$(TARGET).dpj $(RM) $(MISC)$/$(TARGET).dpj >& $(NULLDEV)
|
2000-09-20 08:43:26 -05:00
|
|
|
@+-if exist $(MISC)$/genjava.mk $(RM) $(MISC)$/genjava.mk >& $(NULLDEV)
|
|
|
|
.ENDIF
|
2001-02-08 04:17:02 -06:00
|
|
|
+$(TOUCH) $(MISC)$/$(TARGET).dpc
|
2001-11-21 10:07:41 -06:00
|
|
|
.IF "$(SVXLIGHT)"!=""
|
2000-09-20 08:43:26 -05:00
|
|
|
#.IF "$(SVXLIGHTSLOFILES)"!=""
|
|
|
|
# @+$(TYPE) $(mktmp $(foreach,i,$(SVXLIGHTSLOFILES) $(i:d:^"\n")sxl_$(i:f) : $i )) >> $(MISC)$/$(TARGET).dpc
|
|
|
|
#.ENDIF
|
|
|
|
.IF "$(SVXLIGHTOBJFILES)"!=""
|
|
|
|
@+$(TYPE) $(mktmp $(foreach,i,$(SVXLIGHTOBJFILES) $(i:d:^"\n")sxl_$(i:f) : $(i:d:s/obj/slo/)$(i:b).obj )) >> $(MISC)$/$(TARGET).dpc
|
|
|
|
.ENDIF
|
2001-11-21 10:07:41 -06:00
|
|
|
.ENDIF # "$(SVXLIGHT)"!=""
|
2001-02-02 07:01:02 -06:00
|
|
|
.IF "$($(SECOND_BUILD)_SLOFILES)"!=""
|
|
|
|
@+$(TYPE) $(mktmp $(foreach,i,$($(SECOND_BUILD)_SLOFILES) $(i:d:^"\n")$(SECOND_BUILD)_$(i:f) : $i )) >> $(MISC)$/$(TARGET).dpc
|
2000-09-20 08:43:26 -05:00
|
|
|
.ENDIF
|
2001-02-02 07:01:02 -06:00
|
|
|
.IF "$($(SECOND_BUILD)_OBJFILES)"!=""
|
|
|
|
@+$(TYPE) $(mktmp $(foreach,i,$($(SECOND_BUILD)_OBJFILES) $(i:d:^"\n")$(SECOND_BUILD)_$(i:f) : $(i:d:s/obj/slo/)$(i:b).obj )) >> $(MISC)$/$(TARGET).dpc
|
2000-09-20 08:43:26 -05:00
|
|
|
.ENDIF
|
|
|
|
.ELSE # "$(HDBDEPNTARGET)$(OBJFILES)$(SLOFILES)$(DEPOBJFILES)$(RCFILES)"!=""
|
|
|
|
@echo ttt: ppp > $(MISC)$/$(TARGET).dpc
|
|
|
|
.ENDIF # "$(HDBDEPNTARGET)$(OBJFILES)$(SLOFILES)$(DEPOBJFILES)$(RCFILES)"!=""
|
|
|
|
.ENDIF # "$(nodep)"!=""
|
|
|
|
.ELSE # irgendwas abhaengiges
|
|
|
|
|
2000-10-12 05:54:47 -05:00
|
|
|
|
2000-09-20 08:43:26 -05:00
|
|
|
ALLDPC:
|
|
|
|
@echo ------------------------------
|
|
|
|
@echo No Dependencies
|
2003-03-27 04:48:49 -06:00
|
|
|
.IF "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
|
2000-10-06 09:03:01 -05:00
|
|
|
@echo "#" > $(MISC)$/$(TARGET).dpc
|
2003-03-27 04:48:49 -06:00
|
|
|
.ELSE # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
|
2000-10-12 05:54:47 -05:00
|
|
|
@echo # > $(MISC)$/$(TARGET).dpc
|
2003-03-27 04:48:49 -06:00
|
|
|
.ENDIF # "$(GUI)"=="UNX" || "$(USE_SHELL)"!="4nt"
|
2000-09-20 08:43:26 -05:00
|
|
|
|
|
|
|
ALLDEP:
|
|
|
|
@echo ------------------------------
|
|
|
|
@echo No Dependencies
|
|
|
|
|
|
|
|
.ENDIF
|
|
|
|
|