home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-14 | 298 b | 14 lines |
- # Project: TempLib
-
- .SUFFIXES: .c .o
- CC = cc
- CCflags = -c -IDeskLib:,C: $(x_cflags)
-
- Files = o.ClearAll o.Clone o.Delete o.Find o.Free o.Init \
- o.LoadFile o.UseOutFont
-
- TempLib: $(Files)
- $(do)
-
- .c.o:; $(CC) $(CCflags) $< -o $@
-