mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
programs/localized: add automake files
This commit is contained in:
parent
2f8484ae14
commit
29424f66cd
8 changed files with 40 additions and 0 deletions
5
cde/programs/localized/C/Makefile.am
Normal file
5
cde/programs/localized/C/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
if SUN
|
||||||
|
.NO_PARALLEL:
|
||||||
|
endif
|
||||||
|
|
||||||
|
SUBDIRS = app-defaults config types msg palettes backdrops
|
25
cde/programs/localized/Makefile.am
Normal file
25
cde/programs/localized/Makefile.am
Normal 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
|
1
cde/programs/localized/de_DE.ISO8859-1/Makefile.am
Normal file
1
cde/programs/localized/de_DE.ISO8859-1/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
SUBDIRS = msg app-defaults config types palettes backdrops
|
1
cde/programs/localized/es_ES.ISO8859-1/Makefile.am
Normal file
1
cde/programs/localized/es_ES.ISO8859-1/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
SUBDIRS = msg app-defaults config types palettes backdrops
|
1
cde/programs/localized/fr_FR.ISO8859-1/Makefile.am
Normal file
1
cde/programs/localized/fr_FR.ISO8859-1/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
SUBDIRS = msg app-defaults config types palettes backdrops
|
1
cde/programs/localized/it_IT.ISO8859-1/Makefile.am
Normal file
1
cde/programs/localized/it_IT.ISO8859-1/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
SUBDIRS = types config msg app-defaults palettes backdrops
|
1
cde/programs/localized/ja_JP.dt-eucJP/Makefile.am
Normal file
1
cde/programs/localized/ja_JP.dt-eucJP/Makefile.am
Normal file
|
@ -0,0 +1 @@
|
||||||
|
SUBDIRS = types config msg app-defaults palettes backdrops
|
5
cde/programs/localized/util/Makefile.am
Normal file
5
cde/programs/localized/util/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
noinst_PROGRAMS = merge mkcatdefs
|
||||||
|
|
||||||
|
merge_SOURCES = merge.c
|
||||||
|
|
||||||
|
mkcatdefs_SOURCES = mkcatdefs.c
|
Loading…
Add table
Add a link
Reference in a new issue