home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-14 | 572 b | 20 lines |
- # Project: PDriverLib
-
- .SUFFIXES: .c .s .o
- CC = cc
- CCflags = -c -IDeskLib:,C: $(x_cflags)
- ObjAsmflags = -Stamp -NoCache -CloseExec -Quit $(x_aflags)
-
- Files = o.Info o.CheckFeatu o.PageSize o.SelectJob o.CurrentJob \
- o.EndJob o.AbortJob o.GiveRectan o.DrawPage o.CancelJob \
- o.EnumerateJ o.GetRectang o.ScreenDump o.CancelJobW \
- o.SelectIllu o.InsertIllu o.PrintrName
-
-
- PDriverLib: $(Files)
- $(do)
-
- .c.o:; $(CC) $(CCflags) $< -o $@
-
- .s.o:; objasm $(ObjAsmflags) -from $< -to $@
-