home *** CD-ROM | disk | FTP | other *** search
Makefile | 1987-04-03 | 445 b | 22 lines |
- OBJECTS = blitlab.o bits.o initialize.o render.o gadgets.o mem.o parse.o \
- math.o doblit.o
-
- .c.o:
- cc -a +istructures.b $*.c
- as -ZAP $*.asm
-
- all: blit
-
- blit: $(OBJECTS)
- ln -o blitlab $(OBJECTS) -lc
-
- $(OBJECTS): structures.b
-
- structures.b: structures.h
- cc -a +hstructures.b structures.h
- delete structures.asm
-
- count:
- wc makefile readme structures.h bits.c blitlab.c initialize.c \
- render.c gadgets.c mem.c parse.c math.c doblit.c
-