home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-06-28 | 11.7 KB | 469 lines |
- # Library-making makefile
-
- CCFlags = -c -fahi -depend !Depend -throwback -I,C:
- LibFileFlags = -c -o
-
- Target = ^.o.ShellLib
-
- ObjectFiles = o.Init \
- o.Poll \
- o.Label \
- o.Misc \
- o.GFX \
- o.GenArray \
- o.DArray2 \
- o.Check \
- o.Menu \
- o.TextRect \
- o.Scroll \
- o.FontLabel \
- o.BlockRect \
- o.PlotIcon \
- o.Icon \
- o.RectSave \
- o.SafeAlloc \
- o.DVector \
- o.BarGraph \
- o.ArrayLabel \
- o.DBarGraph \
- o.DBarGraph2 \
- o.Printf \
- o.BlockRect2 \
- o.PlainRect \
- o.PlainGRect \
- o.RedrawToSp \
- o.FindWind \
- o.WaitClick \
- o.BarIcon \
-
-
- # path(s) to source files:
- VPATH = @ @.^
-
- # Don't change the following
-
- .SUFFIXES: .o .c
-
- $(Target): $(ObjectFiles)
- LibFile $(LibFileFlags) $@ $(ObjectFiles)
-
- .c.o:
- cc $(ccFlags) -o $@ $<
-
- #o.GenArray: c.GenArray
- # cc -g $(ccFlags) -o $@ c.$*
-
- # Dynamic dependencies:
- o.Extra: c.Extra
- o.Extra: DeskLib:h.Wimp
- o.Extra: DeskLib:h.Core
- o.Extra: DeskLib:h.WimpSWIs
- o.Extra: C:h.kernel
- o.Extra: DeskLib:h.Coord
- o.DArray: c.DArray
- o.DArray: C:Shell.h.Array
- o.DArray: C:Shell.h.Shell
- o.DArray: DeskLib:h.Wimp
- o.DArray: DeskLib:h.Core
- o.DArray: DeskLib:h.Coord
- o.DArray: DeskLib:h.Error
- o.DArray: C:h.kernel
- o.DArray: DeskLib:h.LinkList
- o.DArray: C:Shell.h.Extra
- o.DArray: DeskLib:h.GFX
- o.DArray: C:Shell.h.SafeAlloc
- o.DArray: DeskLib:h.WimpSWIs
- o.WaitKey: c.WaitKey
- o.WaitKey: DeskLib:h.Event
- o.WaitKey: DeskLib:h.Core
- o.WaitKey: DeskLib:h.Wimp
- o.WaitKey: C:Shell.h.WaitClick
- o.WaitKey: C:Shell.h.Shell
- o.WaitKey: DeskLib:h.Coord
- o.WaitKey: DeskLib:h.Error
- o.WaitKey: C:h.kernel
- o.WaitKey: DeskLib:h.LinkList
- o.SafeAlloc: c.SafeAlloc
- o.SafeAlloc: DeskLib:h.Error
- o.SafeAlloc: C:h.kernel
- o.SafeAlloc: DeskLib:h.Core
- o.SafeAlloc: C:Shell.h.SafeAlloc
- o.PlainGRect: c.PlainGRect
- o.PlainGRect: C:Shell.h.RedrawToSp
- o.PlainGRect: C:Shell.h.Shell
- o.PlainGRect: DeskLib:h.Wimp
- o.PlainGRect: DeskLib:h.Core
- o.PlainGRect: DeskLib:h.Coord
- o.PlainGRect: DeskLib:h.Error
- o.PlainGRect: C:h.kernel
- o.PlainGRect: DeskLib:h.LinkList
- o.PlainGRect: C:Shell.h.PlainRect
- o.PlainGRect: C:Shell.h.Shell
- o.FindWind: c.FindWind
- o.FindWind: C:Shell.h.Shell
- o.FindWind: DeskLib:h.Wimp
- o.FindWind: DeskLib:h.Core
- o.FindWind: DeskLib:h.Coord
- o.FindWind: DeskLib:h.Error
- o.FindWind: C:h.kernel
- o.FindWind: DeskLib:h.LinkList
- o.FindWind: C:Shell.h.FindWind
- o.FindWind: C:Shell.h.Shell
- o.WaitClick: c.WaitClick
- o.WaitClick: DeskLib:h.Event
- o.WaitClick: DeskLib:h.Core
- o.WaitClick: DeskLib:h.Wimp
- o.WaitClick: C:Shell.h.WaitClick
- o.WaitClick: C:Shell.h.Shell
- o.WaitClick: DeskLib:h.Coord
- o.WaitClick: DeskLib:h.Error
- o.WaitClick: C:h.kernel
- o.WaitClick: DeskLib:h.LinkList
- o.PlainRect: c.PlainRect
- o.PlainRect: C:Shell.h.RedrawToSp
- o.PlainRect: C:Shell.h.Shell
- o.PlainRect: DeskLib:h.Wimp
- o.PlainRect: DeskLib:h.Core
- o.PlainRect: DeskLib:h.Coord
- o.PlainRect: DeskLib:h.Error
- o.PlainRect: C:h.kernel
- o.PlainRect: DeskLib:h.LinkList
- o.PlainRect: C:Shell.h.PlainRect
- o.PlainRect: C:Shell.h.Shell
- o.Printf: c.Printf
- o.Printf: DeskLib:h.Event
- o.Printf: DeskLib:h.Core
- o.Printf: DeskLib:h.Wimp
- o.Printf: C:Shell.h.SafeAlloc
- o.Printf: C:Shell.h.TextRect
- o.Printf: C:Shell.h.Shell
- o.Printf: DeskLib:h.Coord
- o.Printf: DeskLib:h.Error
- o.Printf: C:h.kernel
- o.Printf: DeskLib:h.LinkList
- o.Printf: C:Shell.h.Printf
- o.ArrayLabel: c.ArrayLabel
- o.ArrayLabel: C:Shell.h.ArrayLabel
- o.ArrayLabel: C:Shell.h.Shell
- o.ArrayLabel: DeskLib:h.Wimp
- o.ArrayLabel: DeskLib:h.Core
- o.ArrayLabel: DeskLib:h.Coord
- o.ArrayLabel: DeskLib:h.Error
- o.ArrayLabel: C:h.kernel
- o.ArrayLabel: DeskLib:h.LinkList
- o.ArrayLabel: C:Shell.h.Array
- o.ArrayLabel: C:Shell.h.FontLabel
- o.ArrayLabel: C:Shell.h.Vector
- o.RectSave: c.RectSave
- o.RectSave: DeskLib:h.WimpSWIs
- o.RectSave: DeskLib:h.Core
- o.RectSave: C:h.kernel
- o.RectSave: DeskLib:h.Wimp
- o.RectSave: DeskLib:h.Save
- o.RectSave: DeskLib:h.Event
- o.RectSave: DeskLib:h.Kbd
- o.RectSave: DeskLib:h.Wimp
- o.RectSave: DeskLib:h.Window
- o.RectSave: C:Shell.h.RectSave
- o.RectSave: C:Shell.h.Shell
- o.RectSave: DeskLib:h.Coord
- o.RectSave: DeskLib:h.Error
- o.RectSave: DeskLib:h.LinkList
- o.RectSave: C:Shell.h.FindWind
- o.RectSave: C:Shell.h.Shell
- o.PlotIcon: c.PlotIcon
- o.PlotIcon: DeskLib:h.WimpSWIs
- o.PlotIcon: DeskLib:h.Core
- o.PlotIcon: C:h.kernel
- o.PlotIcon: DeskLib:h.Wimp
- o.PlotIcon: DeskLib:h.Coord
- o.PlotIcon: DeskLib:h.Wimp
- o.PlotIcon: C:Shell.h.Extra
- o.PlotIcon: C:Shell.h.Shell
- o.PlotIcon: DeskLib:h.Error
- o.PlotIcon: DeskLib:h.LinkList
- o.PlotIcon: DeskLib:h.GFX
- o.PlotIcon: C:Shell.h.PlotIcon
- o.Icon: c.Icon
- o.Icon: C:Shell.h.Extra
- o.Icon: C:Shell.h.Shell
- o.Icon: DeskLib:h.Wimp
- o.Icon: DeskLib:h.Core
- o.Icon: DeskLib:h.Coord
- o.Icon: DeskLib:h.Error
- o.Icon: C:h.kernel
- o.Icon: DeskLib:h.LinkList
- o.Icon: DeskLib:h.GFX
- o.Icon: C:Shell.h.Check
- o.DVector: c.DVector
- o.DVector: DeskLib:h.WimpSWIs
- o.DVector: DeskLib:h.Core
- o.DVector: C:h.kernel
- o.DVector: DeskLib:h.Wimp
- o.DVector: C:Shell.h.Vector
- o.DVector: C:Shell.h.Shell
- o.DVector: DeskLib:h.Coord
- o.DVector: DeskLib:h.Error
- o.DVector: DeskLib:h.LinkList
- o.DVector: C:Shell.h.Extra
- o.DVector: DeskLib:h.GFX
- o.DVector: C:Shell.h.SafeAlloc
- o.BarGraph: c.BarGraph
- o.BarGraph: DeskLib:h.WimpSWIs
- o.BarGraph: DeskLib:h.Core
- o.BarGraph: C:h.kernel
- o.BarGraph: DeskLib:h.Wimp
- o.BarGraph: C:Shell.h.Extra
- o.BarGraph: C:Shell.h.Shell
- o.BarGraph: DeskLib:h.Coord
- o.BarGraph: DeskLib:h.Error
- o.BarGraph: DeskLib:h.LinkList
- o.BarGraph: DeskLib:h.GFX
- o.BarGraph: C:Shell.h.BarGraph
- o.BarGraph: C:Shell.h.SafeAlloc
- o.DBarGraph: c.DBarGraph
- o.DBarGraph: DeskLib:h.WimpSWIs
- o.DBarGraph: DeskLib:h.Core
- o.DBarGraph: C:h.kernel
- o.DBarGraph: DeskLib:h.Wimp
- o.DBarGraph: C:Shell.h.Extra
- o.DBarGraph: C:Shell.h.Shell
- o.DBarGraph: DeskLib:h.Coord
- o.DBarGraph: DeskLib:h.Error
- o.DBarGraph: DeskLib:h.LinkList
- o.DBarGraph: DeskLib:h.GFX
- o.DBarGraph: C:Shell.h.BarGraph
- o.DBarGraph: C:Shell.h.SafeAlloc
- o.DBarGraph2: c.DBarGraph2
- o.DBarGraph2: DeskLib:h.WimpSWIs
- o.DBarGraph2: DeskLib:h.Core
- o.DBarGraph2: C:h.kernel
- o.DBarGraph2: DeskLib:h.Wimp
- o.DBarGraph2: C:Shell.h.Extra
- o.DBarGraph2: C:Shell.h.Shell
- o.DBarGraph2: DeskLib:h.Coord
- o.DBarGraph2: DeskLib:h.Error
- o.DBarGraph2: DeskLib:h.LinkList
- o.DBarGraph2: DeskLib:h.GFX
- o.DBarGraph2: C:Shell.h.BarGraph
- o.DBarGraph2: C:Shell.h.SafeAlloc
- o.RedrawToSp: c.RedrawToSp
- o.RedrawToSp: DeskLib:h.ColourTran
- o.RedrawToSp: DeskLib:h.core
- o.RedrawToSp: DeskLib:h.Sprite
- o.RedrawToSp: DeskLib:h.Wimp
- o.RedrawToSp: DeskLib:h.Coord
- o.RedrawToSp: DeskLib:h.Screen
- o.RedrawToSp: DeskLib:h.SWI
- o.RedrawToSp: C:Shell.h.Redraw2
- o.RedrawToSp: C:Shell.h.Shell
- o.RedrawToSp: DeskLib:h.Error
- o.RedrawToSp: C:h.kernel
- o.RedrawToSp: DeskLib:h.LinkList
- o.RedrawToSp: C:Shell.h.RedrawToSp
- o.RedrawToSp: C:Shell.h.Shell
- o.RedrawToSp: C:Shell.h.Printf
- o.RedrawToSp: C:Shell.h.FindWind
- o.RedrawToSp: C:Shell.h.Shell
- o.RedrawToSp: C:Shell.h.Extra
- o.RedrawToSp: DeskLib:h.GFX
- o.GenArray: c.GenArray
- o.GenArray: DeskLib:h.WimpSWIs
- o.GenArray: DeskLib:h.Core
- o.GenArray: C:h.kernel
- o.GenArray: DeskLib:h.Wimp
- o.GenArray: C:Shell.h.Array
- o.GenArray: C:Shell.h.Shell
- o.GenArray: DeskLib:h.Coord
- o.GenArray: DeskLib:h.Error
- o.GenArray: DeskLib:h.LinkList
- o.GenArray: C:Shell.h.Extra
- o.GenArray: DeskLib:h.GFX
- o.GenArray: C:Shell.h.SafeAlloc
- o.DArray2: c.DArray2
- o.DArray2: DeskLib:h.WimpSWIs
- o.DArray2: DeskLib:h.Core
- o.DArray2: C:h.kernel
- o.DArray2: DeskLib:h.Wimp
- o.DArray2: C:Shell.h.Array
- o.DArray2: C:Shell.h.Shell
- o.DArray2: DeskLib:h.Coord
- o.DArray2: DeskLib:h.Error
- o.DArray2: DeskLib:h.LinkList
- o.DArray2: C:Shell.h.Extra
- o.DArray2: DeskLib:h.GFX
- o.DArray2: C:Shell.h.SafeAlloc
- o.Check: c.Check
- o.Check: DeskLib:h.WimpSWIs
- o.Check: DeskLib:h.Core
- o.Check: C:h.kernel
- o.Check: DeskLib:h.Wimp
- o.Check: DeskLib:h.Coord
- o.Check: C:Shell.h.Shell
- o.Check: DeskLib:h.Error
- o.Check: DeskLib:h.LinkList
- o.Check: C:Shell.h.Check
- o.Menu: c.Menu
- o.Menu: DeskLib:h.Menus
- o.Menu: DeskLib:h.Core
- o.Menu: DeskLib:h.Wimp
- o.Menu: DeskLib:h.WimpSWIs
- o.Menu: C:h.kernel
- o.Menu: DeskLib:h.Kbd
- o.Menu: DeskLib:h.Window
- o.Menu: DeskLib:h.Event
- o.Menu: DeskLib:h.Save
- o.Menu: C:Shell.h.ShellMenu
- o.Menu: C:Shell.h.Shell
- o.Menu: DeskLib:h.Coord
- o.Menu: DeskLib:h.Error
- o.Menu: DeskLib:h.LinkList
- o.Menu: C:Shell.h.Extra
- o.Menu: DeskLib:h.GFX
- o.TextRect: c.TextRect
- o.TextRect: DeskLib:h.WimpSWIs
- o.TextRect: DeskLib:h.Core
- o.TextRect: C:h.kernel
- o.TextRect: DeskLib:h.Wimp
- o.TextRect: DeskLib:h.Error
- o.TextRect: C:Shell.h.Shell
- o.TextRect: DeskLib:h.Coord
- o.TextRect: DeskLib:h.LinkList
- o.TextRect: C:Shell.h.Extra
- o.TextRect: DeskLib:h.GFX
- o.TextRect: C:Shell.h.SafeAlloc
- o.TextRect: C:Shell.h.TextRect
- o.Scroll: c.Scroll
- o.Scroll: DeskLib:h.Wimp
- o.Scroll: DeskLib:h.Core
- o.Scroll: DeskLib:h.WimpSWIs
- o.Scroll: C:h.kernel
- o.Scroll: C:Shell.h.Extra
- o.Scroll: C:Shell.h.Shell
- o.Scroll: DeskLib:h.Coord
- o.Scroll: DeskLib:h.Error
- o.Scroll: DeskLib:h.LinkList
- o.Scroll: DeskLib:h.GFX
- o.Init: c.Init
- o.Init: DeskLib:h.Wimp
- o.Init: DeskLib:h.Core
- o.Init: DeskLib:h.Template
- o.Init: DeskLib:h.Sprite
- o.Init: DeskLib:h.Coord
- o.Init: DeskLib:h.Resource
- o.Init: DeskLib:h.Error
- o.Init: C:h.kernel
- o.Init: DeskLib:h.Handler
- o.Init: DeskLib:h.WimpSWIs
- o.Init: DeskLib:h.Event
- o.Init: C:Shell.h.Shell
- o.Init: DeskLib:h.LinkList
- o.Poll: c.Poll
- o.Poll: DeskLib:h.Event
- o.Poll: DeskLib:h.Core
- o.Poll: DeskLib:h.Wimp
- o.Poll: C:Shell.h.Shell
- o.Poll: DeskLib:h.Coord
- o.Poll: DeskLib:h.Error
- o.Poll: C:h.kernel
- o.Poll: DeskLib:h.LinkList
- o.Label: c.Label
- o.Label: DeskLib:h.WimpSWIs
- o.Label: DeskLib:h.Core
- o.Label: C:h.kernel
- o.Label: DeskLib:h.Wimp
- o.Label: C:Shell.h.Shell
- o.Label: DeskLib:h.Coord
- o.Label: DeskLib:h.Error
- o.Label: DeskLib:h.LinkList
- o.Label: C:Shell.h.Extra
- o.Label: DeskLib:h.GFX
- o.Label: C:Shell.h.Check
- o.Label: C:Shell.h.SafeAlloc
- o.Label: C:Shell.h.Label
- o.Misc: c.Misc
- o.Misc: DeskLib:h.GFX
- o.Misc: DeskLib:h.Coord
- o.Misc: DeskLib:h.Core
- o.Misc: DeskLib:h.Wimp
- o.Misc: DeskLib:h.WimpSWIs
- o.Misc: C:h.kernel
- o.Misc: DeskLib:h.Error
- o.Misc: C:Shell.h.Extra
- o.Misc: C:Shell.h.Shell
- o.Misc: DeskLib:h.LinkList
- o.GFX: c.GFX
- o.GFX: DeskLib:h.GFX
- o.GFX: DeskLib:h.Coord
- o.GFX: DeskLib:h.Core
- o.GFX: DeskLib:h.Wimp
- o.GFX: DeskLib:h.WimpSWIs
- o.GFX: C:h.kernel
- o.GFX: DeskLib:h.Error
- o.GFX: DeskLib:h.Window
- o.GFX: DeskLib:h.Event
- o.GFX: C:Shell.h.Extra
- o.GFX: C:Shell.h.Shell
- o.GFX: DeskLib:h.LinkList
- o.GFX: C:Shell.h.SafeAlloc
- o.GFX: C:Shell.h.PlotIcon
- o.GFX: C:Shell.h.Redraw2
- o.GFX: C:Shell.h.Shell
- o.FontLabel: c.FontLabel
- o.FontLabel: DeskLib:h.WimpSWIs
- o.FontLabel: DeskLib:h.Core
- o.FontLabel: C:h.kernel
- o.FontLabel: DeskLib:h.Wimp
- o.FontLabel: DeskLib:h.Font
- o.FontLabel: DeskLib:h.GFX
- o.FontLabel: C:Shell.h.FontLabel
- o.FontLabel: C:Shell.h.Shell
- o.FontLabel: DeskLib:h.Coord
- o.FontLabel: DeskLib:h.Error
- o.FontLabel: DeskLib:h.LinkList
- o.FontLabel: C:Shell.h.Extra
- o.FontLabel: C:Shell.h.SafeAlloc
- o.BlockRect: c.BlockRect
- o.BlockRect: DeskLib:h.WimpSWIs
- o.BlockRect: DeskLib:h.Core
- o.BlockRect: C:h.kernel
- o.BlockRect: DeskLib:h.Wimp
- o.BlockRect: DeskLib:h.GFX
- o.BlockRect: C:Shell.h.BlockRct
- o.BlockRect: C:Shell.h.Shell
- o.BlockRect: DeskLib:h.Coord
- o.BlockRect: DeskLib:h.Error
- o.BlockRect: DeskLib:h.LinkList
- o.BlockRect: C:Shell.h.Extra
- o.BlockRect: C:Shell.h.SafeAlloc
- o.BlockRect2: c.BlockRect2
- o.BlockRect2: DeskLib:h.WimpSWIs
- o.BlockRect2: DeskLib:h.Core
- o.BlockRect2: C:h.kernel
- o.BlockRect2: DeskLib:h.Wimp
- o.BlockRect2: DeskLib:h.GFX
- o.BlockRect2: C:Shell.h.BlockRct
- o.BlockRect2: C:Shell.h.Shell
- o.BlockRect2: DeskLib:h.Coord
- o.BlockRect2: DeskLib:h.Error
- o.BlockRect2: DeskLib:h.LinkList
- o.BlockRect2: C:Shell.h.Extra
- o.BlockRect2: C:Shell.h.SafeAlloc
- o.BarIcon: c.BarIcon
- o.BarIcon: DeskLib:h.Icon
- o.BarIcon: DeskLib:h.Wimp
- o.BarIcon: DeskLib:h.Core
- o.BarIcon: DeskLib:h.DragASpr
- o.BarIcon: DeskLib:h.Event
- o.BarIcon: DeskLib:h.Sound
- o.BarIcon: DeskLib:h.WimpSWIs
- o.BarIcon: C:h.kernel
- o.BarIcon: DeskLib:h.Menu
- o.BarIcon: DeskLib:h.Window
- o.BarIcon: C:Shell.h.BarIcon
- o.BarIcon: C:Shell.h.Shell
- o.BarIcon: DeskLib:h.Coord
- o.BarIcon: DeskLib:h.Error
- o.BarIcon: DeskLib:h.LinkList
- o.BarIcon: C:Shell.h.SafeAlloc
-