-
Notifications
You must be signed in to change notification settings - Fork 0
/
spooky-c-srcs.mk
49 lines (47 loc) · 934 Bytes
/
spooky-c-srcs.mk
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
36
37
38
39
40
41
42
43
44
45
46
47
48
spooky_SOURCES = \
sp_limits.c \
sp_error.c \
sp_str.c \
sp_math.c \
sp_hash.c \
sp_io.c \
sp_z.c \
sp_pak.c \
sp_db.c \
sp_time.c \
sp_gui.c \
sp_base.c \
sp_font.c \
sp_config.c \
sp_log.c \
sp_context.c \
sp_menu.c \
sp_spooky.c \
$(NULL)
#spooky_SOURCES = \
# sp_limits.c \
# sp_math.c \
# sp_error.c \
# sp_str.c \
sp_hash.c \
sp_io.c \
sp_z.c \
sp_pak.c \
sp_db.c \
sp_time.c \
sp_config.c \
sp_gui.c \
sp_font.c \
sp_context.c \
sp_base.c \
sp_wm.c \
sp_box.c \
sp_sprite.c \
sp_menu.c \
sp_console.c \
sp_log.c \
sp_debug.c \
sp_help.c \
sp_text.c \
sp_spooky.c \
$(NULL)