home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-05-29 | 672 b | 19 lines |
- # Project: IconLib
-
- .SUFFIXES: .c .o
- CC = cc
- CCflags = -c -IDeskLib:,C: $(x_cflags)
-
- Files = o.BarIcon o.BarIconUse o.ClickWait o.Deselect o.DisposeInd \
- o.FileIcon o.ForceWR o.GetBgCol o.GetDouble o.GetFgCol \
- o.GetInteger o.GetSelect o.GetShade o.GetText o.GetTextPtr \
- o.LoseCaret o.printf o.ScreenPos o.SelctGroup o.Select \
- o.SetCaret o.SetCol o.SetDouble o.SetInteger o.SetRadios \
- o.SetSelect o.SetShade o.SetText o.SetTextRJ o.Shade \
- o.ShadeGroup o.Slider o.StartDrag o.Unshade o.WhichRadio
-
- IconLib: $(Files)
- $(do)
-
- .c.o:; $(CC) $(CCflags) $< -o $@
-