home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-14 | 524 b | 17 lines |
- # Project: IconLib
-
- .SUFFIXES: .c .o
- CC = cc
- CCflags = -c -IDeskLib:,C: $(x_cflags)
-
- Files = o.BarIcon o.ClickWait o.Deselect o.DisposeInd o.ForceWR \
- o.GetDouble o.GetInteger o.GetSelect o.GetShade o.GetText \
- o.LoseCaret o.printf o.Select o.SetCaret o.SetDouble \
- o.SetInteger o.SetRadios o.SetSelect o.SetShade o.SetText \
- o.Shade o.Slider o.StartDrag o.Unshade o.WhichRadio
-
- IconLib: $(Files)
- $(do)
-
- .c.o:; $(CC) $(CCflags) $< -o $@
-