home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-03-11 | 618 b | 27 lines |
- .c.o:
- cc $*.c
-
- .c.o32:
- cc +L $*.c -o $*.o32
-
- 16= whereis.o cc:startup/_maincli.o date.o
-
- whereis: $(16)
- ln $(16) -lmyc
-
- large: whereis.o32 cc:startup/_maincli.o32 date.o32
- ln -o whereis.32 whereis.o32 date.o32 cc:startup/_maincli.o32 -lc32
-
- cc:startup/_maincli.o: cc:startup/_maincli.c
- cc cc:startup/_maincli.c
-
- cc:startup/_maincli.o32: cc:startup/_maincli.c
- cc +L cc:startup/_maincli.c -o cc:startup/_maincli.o32
-
- .c.odbg:
- cc $*.c -n
-
- debug: whereis.odbg cc:startup/_maincli.o date.o
- ln whereis.odbg date cc:startup/_maincli -lc -G
- delete whereis.odbg
-