INTEGRATION: CWS ause076 (1.4.54); FILE MERGED
2007/03/01 16:53:08 hjs 1.4.54.1: #i75028# kick obsolete settings
This commit is contained in:
parent
b22a0320dc
commit
c599434137
1 changed files with 2 additions and 28 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.4 $
|
||||
# $Revision: 1.5 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-09-07 18:15:31 $
|
||||
# last change: $Author: obo $ $Date: 2007-03-09 09:14:27 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -38,7 +38,6 @@ PRJ=..$/..
|
|||
PRJNAME=idlc
|
||||
TARGET=idlcpp
|
||||
TARGETTYPE=CUI
|
||||
TARGETTHREAD=ST
|
||||
|
||||
# --- Settings -----------------------------------------------------
|
||||
|
||||
|
@ -49,17 +48,6 @@ LIBSALCPPRT=$(0)
|
|||
|
||||
# --- Files --------------------------------------------------------
|
||||
|
||||
CXXFILES= \
|
||||
cpp.c \
|
||||
eval.c \
|
||||
getopt.c \
|
||||
include.c \
|
||||
lex.c \
|
||||
macro.c \
|
||||
nlist.c \
|
||||
tokens.c \
|
||||
unix.c
|
||||
|
||||
OBJFILES= \
|
||||
$(OBJ)$/cpp.obj \
|
||||
$(OBJ)$/eval.obj \
|
||||
|
@ -79,22 +67,8 @@ APP1OBJS=$(OBJ)$/cpp.obj
|
|||
.ENDIF
|
||||
|
||||
APP1LIBS= $(LB)$/idlcpp.lib
|
||||
APP1DEPN=
|
||||
|
||||
.IF "$(GUI)" == "MAC"
|
||||
APP1STDLIBS=$(MWPPCLibraries)PPCToolLibs.o \
|
||||
$(STDSLOGUI)
|
||||
MACRES= $(SV_RES)MPWToolCfrg.r -d SVTOOLNAME="¶"SV TOOL¶""
|
||||
.ENDIF
|
||||
|
||||
# --- Targets ------------------------------------------------------
|
||||
.IF "$(depend)" == ""
|
||||
|
||||
all: \
|
||||
ALLTAR
|
||||
|
||||
.ENDIF
|
||||
|
||||
|
||||
.INCLUDE : target.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue