home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 January
/
Chip_1997-01_cd.bin
/
ms95
/
disk23
/
dir02
/
f013570.re_
/
f013570.re
Wrap
Text File
|
1996-04-02
|
2KB
|
68 lines
#-----------------------------------------------------------------------
#
# Copyright (1995) Bentley Systems, Inc., All rights reserved.
#
# Application Make File
#
# $Logfile: J:/mdl/examples/cellpick/cellpick.mkv $
# $Workfile: cellpick.mke $
# $Revision: 1.8 $
# $Date: 16 Jun 1995 13:57:56 $
#
# "MicroStation" is a registered trademark and "MDL" and "MicroCSL"
# are trademarks of Bentley Systems, Inc.
#
# Limited permission is hereby granted to reproduce and modify this
# copyrighted material provided that the resulting code is used only
# in conjunction with Bentley Systems products under the terms of the
# license agreement provided therein, and that this notice is retained
# in its entirety in any such reproduction or modification.
#
#-----------------------------------------------------------------------
%if defined (_MakeFilePath)
BaseDir = $(_MakeFilePath)
%else
BaseDir = $(MS)/mdl/examples/cellpick/
%endif
PrivateInc = $(BaseDir)
%include mdl.mki
%include mdlexmpl.mki
#----------------------------------------------------------------------
# Define symbol for files included in our link and resource merge
#----------------------------------------------------------------------
cellPickObjs = $(o)cellpick.mo
cellPickRscs = $(o)cellpick.mp
#---------------------------------------------
# Compile and link MDL Application
#---------------------------------------------
$(o)cellpick.mo : $(BaseDir)cellpick.mc
$(o)cellpick.mp : $(o)cellpick.mo
$(msg)
>$(o)make.opt
-a$@
$(linkOpts)
$(cellPickObjs)
$(mdlLibs)ditemlib.ml
<
$(linkCmd) @$(o)make.opt
~time
#---------------------------------------------
# Merge Objects into one file
#---------------------------------------------
$(reqdObjs)cellpick.mi : $(cellPickRscs)
$(msg)
>$(o)make.opt
-o$@
$(cellPickRscs)
<
$(rscLibCmd) @$(o)make.opt
~time
%include $(baseDir)cellprsc.mki