mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
e347a6856e
This should be helpful for building on a system without perl. svn-id: r49991
34 lines
443 B
Makefile
34 lines
443 B
Makefile
MODULE := common
|
|
|
|
MODULE_OBJS := \
|
|
archive.o \
|
|
config-file.o \
|
|
config-manager.o \
|
|
debug.o \
|
|
error.o \
|
|
EventDispatcher.o \
|
|
EventRecorder.o \
|
|
file.o \
|
|
fs.o \
|
|
hashmap.o \
|
|
macresman.o \
|
|
memorypool.o \
|
|
md5.o \
|
|
mutex.o \
|
|
random.o \
|
|
rational.o \
|
|
str.o \
|
|
stream.o \
|
|
system.o \
|
|
textconsole.o \
|
|
tokenizer.o \
|
|
translation.o \
|
|
unarj.o \
|
|
unzip.o \
|
|
util.o \
|
|
xmlparser.o \
|
|
zlib.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|