home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-14 | 261 b | 13 lines |
- # Project: DragSprLib
-
- .SUFFIXES: .c .o
- ObjAsmflags = -Stamp -NoCache -CloseExec -Quit $(x_aflags)
- LibFileflags = -c -o $@
-
- Files = o.DragIcon o.Start o.Stop
-
- DragSprLib: $(Files)
- $(do)
-
- .s.o:; objasm $(ObjAsmflags) -from $< -to $@
-