23 lines
724 B
Makefile
23 lines
724 B
Makefile
HAUNTED_MANSION_TEX = \
|
|
textures/brick_floor_diff_1k.vq.o \
|
|
textures/brick_wall_10_diff_512p.vq.o \
|
|
textures/rebar_reinforced_concrete_diff_512.vq.o \
|
|
textures/red_plaster_weathered_diff_512p.vq.o \
|
|
textures/weathered_planks_diff_1k.vq.o \
|
|
textures/white_plaster_rough_02_diff_512p.vq.o \
|
|
textures/wooden_gate_diff_1k.vq.o \
|
|
textures/yellow_plaster_02_diff_512p.vq.o \
|
|
textures/yellow_plaster_diff_512p.vq.o \
|
|
textures/generic.vq.o
|
|
|
|
HAUNTED_MANSION_OBJ = \
|
|
$(LIB)/holly/core.o \
|
|
$(LIB)/holly/region_array.o \
|
|
$(LIB)/holly/background.o \
|
|
$(LIB)/holly/ta_fifo_polygon_converter.o \
|
|
$(LIB)/holly/video_output.o \
|
|
$(LIB)/sh7091/serial.o \
|
|
$(LIB)/maple/maple.o \
|
|
src/haunted_mansion.o \
|
|
$(HAUNTED_MANSION_TEX)
|