include $(ROOT)/usr/include/make/PRdefs

LCDEFS += -I../../Source  -DF3DEX_GBI
ifdef LOCALE
LCDEFS += -DLOCALE=$(LOCALE)
endif

ASSET_DIR=../../i10n/assets_zh/gameover

TARGET=MOJIP_pol_YOUx4.o

SRCS = MOJI_pol_YOU.c
OBJS=$(SRCS:.c=.o)

default: $(TARGET)

include $(COMMONRULES)

$(TARGET): $(OBJS)
	$(LD) -r -o $(TARGET) $(OBJS)

$(SRCS):
	ln -s $(ASSET_DIR)/$@ .
