2002-11-21 04:08:37 +00:00
|
|
|
MODULE := common
|
|
|
|
|
2003-09-17 21:53:13 +00:00
|
|
|
MODULE_OBJS := \
|
2002-11-21 04:08:37 +00:00
|
|
|
common/config-file.o \
|
|
|
|
common/file.o \
|
|
|
|
common/scaler.o \
|
|
|
|
common/str.o \
|
|
|
|
common/timer.o \
|
2003-08-10 20:49:13 +00:00
|
|
|
common/util.o \
|
|
|
|
common/savefile.o
|
2002-11-21 04:08:37 +00:00
|
|
|
|
2003-09-17 21:53:13 +00:00
|
|
|
MODULE_DIRS += \
|
|
|
|
common
|
|
|
|
|
2002-11-21 04:08:37 +00:00
|
|
|
# Include common rules
|
|
|
|
include common.rules
|