22 lines
224 B
Makefile
22 lines
224 B
Makefile
SUBDIRS = util C
|
|
|
|
if JAPANESE
|
|
SUBDIRS += ja_JP.dt-eucJP
|
|
endif
|
|
|
|
if GERMAN
|
|
SUBDIRS += de_DE.UTF-8
|
|
endif
|
|
|
|
if ITALIAN
|
|
SUBDIRS += it_IT.UTF-8
|
|
endif
|
|
|
|
if SPANISH
|
|
SUBDIRS += es_ES.UTF-8
|
|
endif
|
|
|
|
if FRENCH
|
|
SUBDIRS += fr_FR.UTF-8
|
|
endif
|