Kaydet (Commit) b8aaa1d5 authored tarafından Hans-Joachim Lankenau's avatar Hans-Joachim Lankenau

#96287# make use of makedepend more flexible

üst b9efbad6
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: mh $ $Date: 2001-11-27 10:43:40 $
# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -69,9 +69,8 @@ NO_DEFAULT_STL=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
......
/* $Id: cpp.h,v 1.1 2001-04-19 08:20:22 nf Exp $ */
/* $Id: cpp.h,v 1.2 2002-01-08 12:07:30 hjs Exp $ */
#define INS 32768 /* input buffer */
#define OBS 8092 /* outbut buffer */
......@@ -126,7 +126,6 @@ enum errtype
};
// NP
typedef struct macroValidator
{
Nlist * pMacro;
......
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.5 $
# $Revision: 1.6 $
#
# last change: $Author: hr $ $Date: 2001-07-02 14:05:46 $
# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -67,10 +67,10 @@ TARGET=cpp
TARGETTYPE=CUI
TARGETTHREAD=ST
NO_DEFAULT_STL=TRUE
nodep=true
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
......
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.7 $
# $Revision: 1.8 $
#
# last change: $Author: armin $ $Date: 2001-10-26 14:40:55 $
# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -66,10 +66,10 @@ PRJNAME=soltools
TARGET=soltools_giparser
TARGETTYPE=CUI
NO_SHL_DESCRIPTION=TRUE
nodep=true
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
.INCLUDE : use_perl.mk
......
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: armin $ $Date: 2001-06-12 07:55:01 $
# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -67,13 +67,11 @@ TARGET=javadep
TARGETTYPE=CUI
TARGETTHREAD=MT
NO_DEFAULT_STL=TRUE
nodep=true
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
......
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
# $Revision: 1.2 $
#
# last change: $Author: nf $ $Date: 2001-04-11 09:52:26 $
# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -68,7 +68,7 @@ TARGETTYPE=CUI
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
......
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.5 $
# $Revision: 1.6 $
#
# last change: $Author: vg $ $Date: 2001-07-02 14:21:00 $
# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -69,6 +69,7 @@ LIBTARGET=NO
NO_DEFAULT_STL=TRUE
nodep=true
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
dot=.
......
so soltools : stlport NULL
so soltools usr1 - all so_usr1 NULL
so soltools\inc get - all so_inc NULL
so soltools\ldump nmake - n so_ldump NULL
so soltools\ldump nmake - n so_ldump so_mkdep NULL
so soltools\winunistd nmake - n so_wunistd NULL
so soltools\mkdepend nmake - all so_mkdep NULL
so soltools\checkdll nmake - u so_chkdl NULL
so soltools\cpp nmake - all so_cpp__ NULL
so soltools\javadep nmake - all so_jvdep NULL
so soltools\support nmake - all so_supp NULL
so soltools\checkdll nmake - u so_chkdl so_mkdep NULL
so soltools\cpp nmake - all so_cpp__ so_mkdep NULL
so soltools\javadep nmake - all so_jvdep so_mkdep NULL
so soltools\support nmake - all so_supp so_mkdep NULL
so soltools\giparser nmake - all so_gip so_supp NULL
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: armin $ $Date: 2001-10-26 14:38:35 $
# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -65,12 +65,10 @@ PRJ=..
PRJNAME=soltools
TARGET=soltools_support
TARGETTYPE=CUI
nodep=true
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
......
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.2 $
# $Revision: 1.3 $
#
# last change: $Author: pluby $ $Date: 2001-04-18 14:48:35 $
# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -65,13 +65,10 @@ PRJNAME=soltools
TARGET=testshl
TARGETTYPE=CUI
#USE_LDUMP2=TRUE
#LDUMP2=LDUMP3
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
.INCLUDE : sv.mk
# ------------------------------------------------------------------
......
......@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1 $
# $Revision: 1.2 $
#
# last change: $Author: hjs $ $Date: 2001-11-05 16:33:52 $
# last change: $Author: hjs $ $Date: 2002-01-08 12:06:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -68,6 +68,7 @@ TARGETTYPE=CUI
# --- Settings -----------------------------------------------------
.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : settings.mk
# --- Files --------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment