home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
programming
/
tcl
/
tclsrc
/
Makefile
Wrap
Makefile
|
1996-03-27
|
9KB
|
297 lines
# Project: tcl
# Toolflags:
CCflags = -c -depend !Depend -IC: -throwback -DTCL_GENERIC_ONLY -Dlint -Wdn
C++flags = -c -depend !Depend -IC: -throwback
Linkflags = -aif -c++ -o $@
ObjAsmflags = -throwback -NoCache -depend !Depend
CMHGflags =
LibFileflags = -c -o $@
Squeezeflags = -o $@
# Final targets:
@.shade: @.o.panic @.o.regexp @.o.shade @.o.tclAsync @.o.tclBasic \
@.o.tclCmdAH @.o.tclCmdIL @.o.tclCmdMZ @.o.tclExpr @.o.tclGet @.o.tclHash @.o.tclLink \
@.o.tclMemory @.o.tclParse @.o.tclProc @.o.tclRISCOS @.o.tclUtil @.o.tclVar @.o.WimpBox \
@.o.WimpDoc @.o.WimpDraw @.o.WimpInit @.o.WimpMenu @.o.WimpTask \
@.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib @.o.WimpInfo
link $(linkflags) @.o.panic @.o.regexp @.o.shade @.o.tclAsync \
@.o.tclBasic @.o.tclCmdAH @.o.tclCmdIL @.o.tclCmdMZ @.o.tclExpr @.o.tclGet @.o.tclHash \
@.o.tclLink @.o.tclMemory @.o.tclParse @.o.tclProc @.o.tclRISCOS @.o.tclUtil @.o.tclVar \
@.o.WimpBox @.o.WimpDoc @.o.WimpDraw @.o.WimpInit @.o.WimpMenu @.o.WimpTask \
@.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib @.o.WimpInfo
@.tclsh: @.o.panic @.o.regexp @.o.tclAsync @.o.tclBasic @.o.tclCmdAH \
@.o.tclCmdIL @.o.tclCmdMZ @.o.tclExpr @.o.tclGet @.o.tclHash @.o.tclHistory @.o.tclLink \
@.o.tclMemory @.o.tclParse @.o.tclProc @.o.tclRISCOS @.o.tclsh @.o.tclUtil @.o.tclVar \
@.^.^.AcornC_C++.Libraries.clib.o.Stubs @.^.^.AcornC_C++.Libraries.OSLib.o.OSLib
link $(linkflags) @.o.panic @.o.regexp @.o.tclAsync @.o.tclBasic \
@.o.tclCmdAH @.o.tclCmdIL @.o.tclCmdMZ @.o.tclExpr @.o.tclGet @.o.tclHash @.o.tclHistory \
@.o.tclLink @.o.tclMemory @.o.tclParse @.o.tclProc @.o.tclRISCOS @.o.tclsh @.o.tclUtil \
@.o.tclVar @.^.^.AcornC_C++.Libraries.clib.o.Stubs \
@.^.^.AcornC_C++.Libraries.OSLib.o.OSLib
# User-editable dependencies:
tidy:; squeeze -v shade
squeeze -v tclsh
wipe o.* ~C~F~R~V
# Static dependencies:
@.o.panic: @.c.panic
cc $(ccflags) -o @.o.panic @.c.panic
@.o.regexp: @.c.regexp
cc $(ccflags) -o @.o.regexp @.c.regexp
@.o.tclAsync: @.c.tclAsync
cc $(ccflags) -o @.o.tclAsync @.c.tclAsync
@.o.tclBasic: @.c.tclBasic
cc $(ccflags) -o @.o.tclBasic @.c.tclBasic
@.o.tclCmdAH: @.c.tclCmdAH
cc $(ccflags) -o @.o.tclCmdAH @.c.tclCmdAH
@.o.tclCmdIL: @.c.tclCmdIL
cc $(ccflags) -o @.o.tclCmdIL @.c.tclCmdIL
@.o.tclCmdMZ: @.c.tclCmdMZ
cc $(ccflags) -o @.o.tclCmdMZ @.c.tclCmdMZ
@.o.tclExpr: @.c.tclExpr
cc $(ccflags) -o @.o.tclExpr @.c.tclExpr
@.o.tclGet: @.c.tclGet
cc $(ccflags) -o @.o.tclGet @.c.tclGet
@.o.tclHash: @.c.tclHash
cc $(ccflags) -o @.o.tclHash @.c.tclHash
@.o.tclHistory: @.c.tclHistory
cc $(ccflags) -o @.o.tclHistory @.c.tclHistory
@.o.tclLink: @.c.tclLink
cc $(ccflags) -o @.o.tclLink @.c.tclLink
@.o.tclMemory: @.c.tclMemory
cc $(ccflags) -o @.o.tclMemory @.c.tclMemory
@.o.tclParse: @.c.tclParse
cc $(ccflags) -o @.o.tclParse @.c.tclParse
@.o.tclProc: @.c.tclProc
cc $(ccflags) -o @.o.tclProc @.c.tclProc
@.o.tclRISCOS: @.c.tclRISCOS
cc $(ccflags) -o @.o.tclRISCOS @.c.tclRISCOS
@.o.tclsh: @.c.tclsh
cc $(ccflags) -o @.o.tclsh @.c.tclsh
@.o.tclUtil: @.c.tclUtil
cc $(ccflags) -o @.o.tclUtil @.c.tclUtil
@.o.tclVar: @.c.tclVar
cc $(ccflags) -o @.o.tclVar @.c.tclVar
@.o.shade: @.c.shade
cc $(ccflags) -o @.o.shade @.c.shade
@.o.WimpBox: @.c.WimpBox
cc $(ccflags) -o @.o.WimpBox @.c.WimpBox
@.o.WimpDoc: @.c.WimpDoc
cc $(ccflags) -o @.o.WimpDoc @.c.WimpDoc
@.o.WimpDraw: @.c.WimpDraw
cc $(ccflags) -o @.o.WimpDraw @.c.WimpDraw
@.o.WimpInit: @.c.WimpInit
cc $(ccflags) -o @.o.WimpInit @.c.WimpInit
@.o.WimpMenu: @.c.WimpMenu
cc $(ccflags) -o @.o.WimpMenu @.c.WimpMenu
@.o.WimpTask: @.c.WimpTask
cc $(ccflags) -o @.o.WimpTask @.c.WimpTask
@.o.tclTest: @.c.tclTest
cc $(ccflags) -o @.o.tclTest @.c.tclTest
@.o.tclMain: @.c.tclMain
cc $(ccflags) -o @.o.tclMain @.c.tclMain
@.o.WimpInfo: @.c.WimpInfo
cc $(ccflags) -o @.o.WimpInfo @.c.WimpInfo
# Dynamic dependencies:
o.panic: c.panic
o.regexp: c.regexp
o.regexp: h.tclInt
o.regexp: h.tcl
o.regexp: h.tclRegexp
o.tclAsync: c.tclAsync
o.tclAsync: h.tclInt
o.tclAsync: h.tcl
o.tclAsync: h.tclRegexp
o.tclCmdAH: c.tclCmdAH
o.tclCmdAH: h.tclInt
o.tclCmdAH: h.tcl
o.tclCmdAH: h.tclRegexp
o.tclCmdIL: c.tclCmdIL
o.tclCmdIL: h.tclInt
o.tclCmdIL: h.tcl
o.tclCmdIL: h.tclRegexp
o.tclCmdMZ: c.tclCmdMZ
o.tclCmdMZ: h.tclInt
o.tclCmdMZ: h.tcl
o.tclCmdMZ: h.tclRegexp
o.tclExpr: c.tclExpr
o.tclExpr: h.tclInt
o.tclExpr: h.tcl
o.tclExpr: h.tclRegexp
o.tclGet: c.tclGet
o.tclGet: h.tclInt
o.tclGet: h.tcl
o.tclGet: h.tclRegexp
o.tclHash: c.tclHash
o.tclHash: h.tclInt
o.tclHash: h.tcl
o.tclHash: h.tclRegexp
o.tclLink: c.tclLink
o.tclLink: h.tclInt
o.tclLink: h.tcl
o.tclLink: h.tclRegexp
o.tclMemory: c.tclMemory
o.tclMemory: h.tclInt
o.tclMemory: h.tcl
o.tclMemory: h.tclRegexp
o.tclParse: c.tclParse
o.tclParse: h.tclInt
o.tclParse: h.tcl
o.tclParse: h.tclRegexp
o.tclProc: c.tclProc
o.tclProc: h.tclInt
o.tclProc: h.tcl
o.tclProc: h.tclRegexp
o.tclUtil: c.tclUtil
o.tclUtil: h.tclInt
o.tclUtil: h.tcl
o.tclUtil: h.tclRegexp
o.tclVar: c.tclVar
o.tclVar: h.tclInt
o.tclVar: h.tcl
o.tclVar: h.tclRegexp
o.tclBasic: c.tclBasic
o.tclBasic: h.tclInt
o.tclBasic: h.tcl
o.tclBasic: h.tclRegexp
o.tclBasic: h.RISCOSint
o.tclBasic: h.patchlevel
o.tclHistory: c.tclHistory
o.tclHistory: h.tclInt
o.tclHistory: h.tcl
o.tclHistory: h.tclRegexp
o.shade: c.shade
o.shade: h.tcl
o.shade: h.tclRISCOS
o.shade: h.tclW
o.tclRISCOS: c.tclRISCOS
o.tclRISCOS: h.tclInt
o.tclRISCOS: h.tcl
o.tclRISCOS: h.tclRegexp
o.tclRISCOS: h.tclRISCOS
o.tclRISCOS: h.RISCOSint
o.tclRISCOS: C:h.osfile
o.tclRISCOS: C:h.types
o.tclRISCOS: C:h.os
o.tclRISCOS: C:h.fileswitch
o.tclRISCOS: C:h.osgbpb
o.tclRISCOS: C:h.osfscontrol
o.tclRISCOS: C:h.osword
o.tclRISCOS: C:h.territory
o.WimpBox: c.WimpBox
o.WimpBox: h.tclInt
o.WimpBox: h.tcl
o.WimpBox: h.tclRegexp
o.WimpBox: C:h.wimp
o.WimpBox: C:h.types
o.WimpBox: C:h.os
o.WimpBox: C:h.osspriteop
o.WimpBox: C:h.font
o.WimpBox: h.WInt
o.WimpBox: h.tclInt
o.WimpBox: h.tclW
o.WimpBox: C:h.wimp
o.WimpBox: C:h.wimpspriteop
o.WimpBox: h.RISCOSint
o.WimpBox: C:h.dragasprite
o.WimpDoc: c.WimpDoc
o.WimpDoc: h.WInt
o.WimpDoc: h.tclInt
o.WimpDoc: h.tcl
o.WimpDoc: h.tclRegexp
o.WimpDoc: h.tclW
o.WimpDoc: C:h.wimp
o.WimpDoc: C:h.types
o.WimpDoc: C:h.os
o.WimpDoc: C:h.osspriteop
o.WimpDoc: C:h.font
o.WimpDoc: C:h.wimpspriteop
o.WimpDoc: C:h.colourtrans
o.WimpDraw: c.WimpDraw
o.WimpDraw: h.WInt
o.WimpDraw: h.tclInt
o.WimpDraw: h.tcl
o.WimpDraw: h.tclRegexp
o.WimpDraw: h.tclW
o.WimpDraw: C:h.wimp
o.WimpDraw: C:h.types
o.WimpDraw: C:h.os
o.WimpDraw: C:h.osspriteop
o.WimpDraw: C:h.font
o.WimpDraw: C:h.wimpspriteop
o.WimpDraw: C:h.colourtrans
o.WimpDraw: C:h.draw
o.WimpDraw: C:h.osfile
o.WimpDraw: C:h.fileswitch
o.WimpInit: c.WimpInit
o.WimpInit: h.WInt
o.WimpInit: h.tclInt
o.WimpInit: h.tcl
o.WimpInit: h.tclRegexp
o.WimpInit: h.tclW
o.WimpInit: C:h.wimp
o.WimpInit: C:h.types
o.WimpInit: C:h.os
o.WimpInit: C:h.osspriteop
o.WimpInit: C:h.font
o.WimpInit: C:h.wimpspriteop
o.WimpInit: C:h.osbyte
o.WimpInit: C:h.taskwindow
o.WimpInit: C:h.taskmanager
o.WimpInit: h.RISCOSint
o.WimpMenu: c.WimpMenu
o.WimpMenu: h.WInt
o.WimpMenu: h.tclInt
o.WimpMenu: h.tcl
o.WimpMenu: h.tclRegexp
o.WimpMenu: h.tclW
o.WimpMenu: C:h.wimp
o.WimpMenu: C:h.types
o.WimpMenu: C:h.os
o.WimpMenu: C:h.osspriteop
o.WimpMenu: C:h.font
o.WimpMenu: C:h.wimpspriteop
o.WimpMenu: C:h.osbyte
o.WimpTask: c.WimpTask
o.WimpTask: h.tclInt
o.WimpTask: h.tcl
o.WimpTask: h.tclRegexp
o.WimpTask: h.WInt
o.WimpTask: h.tclInt
o.WimpTask: h.tclW
o.WimpTask: C:h.wimp
o.WimpTask: C:h.types
o.WimpTask: C:h.os
o.WimpTask: C:h.osspriteop
o.WimpTask: C:h.font
o.WimpTask: C:h.wimpspriteop
o.WimpTask: C:h.wimp
o.WimpTask: C:h.taskwindow
o.WimpInfo: c.WimpInfo
o.WimpInfo: h.WInt
o.WimpInfo: h.tclInt
o.WimpInfo: h.tcl
o.WimpInfo: h.tclRegexp
o.WimpInfo: h.tclW
o.WimpInfo: C:h.wimp
o.WimpInfo: C:h.types
o.WimpInfo: C:h.os
o.WimpInfo: C:h.osspriteop
o.WimpInfo: C:h.font
o.WimpInfo: C:h.wimpspriteop
o.WimpInfo: C:h.taskmanager
o.tclsh: c.tclsh
o.tclsh: h.tclInt
o.tclsh: h.tcl
o.tclsh: h.tclRegexp
o.tclsh: h.tclRISCOS
o.tclsh: C:h.os
o.tclsh: C:h.types