programs/localized: add automake files

This commit is contained in:
Chase
2019-10-23 15:35:16 -05:00
committed by Jon Trulson
parent 2f8484ae14
commit 29424f66cd
8 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
SUBDIRS = util C
if SUN
.NO_PARALLEL:
endif
if JAPANESE
SUBDIRS += ja_JP.dt-eucJP
endif
if GERMAN
SUBDIRS += de_DE.ISO8859-1
endif
if ITALIAN
SUBDIRS += it_IT.ISO8859-1
endif
if SPANISH
SUBDIRS += es_ES.ISO8859-1
endif
if FRENCH
SUBDIRS += fr_FR.ISO8859-1
endif