home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-01-14 | 735 b | 20 lines |
- # Project: IconLib
-
- .SUFFIXES: .c .o
- CC = cc
- CCflags = -c -IDeskLib:,C: $(x_cflags)
-
- Files = o.AlterValid o.BarIcon o.BarIconUse o.ButtIsHeld 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.IncDec o.LoseCaret o.printf o.RadioInESG \
- 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 $@
-