-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsmakefile
More file actions
35 lines (19 loc) · 914 Bytes
/
smakefile
File metadata and controls
35 lines (19 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#
# Makefile automatically generated by MKMK V6.50 on Oct 1 1993 at 01:46:10
#
OBJS= starlight/graphics_controller.o starlight/bitmap_controller.o \
starlight/blob_controller.o starlight/init.o main.o starlight/utils.o \
ballblob.o twoplanes.o doublebuffer.o
starlight-sasc-build: $(OBJS)
sc link to starlight-sasc-build with <<
$(OBJS)
<
starlight/graphics_controller.o: starlight/graphics_controller.c starlight/starlight.h
starlight/blob_controller.o: starlight/blob_controller.c starlight/starlight.h
starlight/bitmap_controller.o: starlight/bitmap_controller.c starlight/starlight.h
starlight/init.o: starlight/init.c starlight/starlight.h
main.o: main.c main.h
starlight/utils.o: starlight/utils.c starlight/starlight.h
twoplanes.o: twoplanes.c twoplanes.h
ballblob.o: ballblob.c ballblob.h
doublebuffer.o: doublebuffer.c doublebuffer.h