mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
22 lines
265 B
Makefile
22 lines
265 B
Makefile
MODULE := common
|
|
|
|
MODULE_OBJS := \
|
|
archive.o \
|
|
config-file.o \
|
|
config-manager.o \
|
|
debug.o \
|
|
file.o \
|
|
fs.o \
|
|
hashmap.o \
|
|
libz.o \
|
|
memorypool.o \
|
|
md5.o \
|
|
mutex.o \
|
|
str.o \
|
|
stream.o \
|
|
system.o \
|
|
util.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|