mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-08 03:47:32 +00:00
19 lines
268 B
Makefile
19 lines
268 B
Makefile
MODULE := common/compression
|
|
|
|
MODULE_OBJS := \
|
|
clickteam.o \
|
|
dcl.o \
|
|
gzio.o \
|
|
installshield_cab.o \
|
|
installshieldv3_archive.o \
|
|
powerpacker.o \
|
|
rnc_deco.o \
|
|
stuffit.o \
|
|
unarj.o \
|
|
unzip.o \
|
|
vise.o \
|
|
zlib.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|