home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-14 | 301 b | 16 lines |
- # Project: EventLib
-
- .SUFFIXES: .c .o
- CC = cc
- CCflags = -c -IDeskLib:,C: $(x_cflags)
- Linkflags = -o $@
- LibFileflags = -c -o $@
-
- Files = o.Event o.MClaimInit o.MRelease o.MRelMsg o.MRelWindow
-
-
- EventLib: $(Files)
- $(do)
-
- .c.o:; $(CC) $(CCflags) $< -o $@
-