programs/localized: add automake files
authorChase <nicetrynsa@protonmail.ch>
Wed, 23 Oct 2019 20:35:16 +0000 (15:35 -0500)
committerJon Trulson <jon@radscan.com>
Wed, 23 Oct 2019 21:34:20 +0000 (15:34 -0600)
cde/programs/localized/C/Makefile.am [new file with mode: 0644]
cde/programs/localized/Makefile.am [new file with mode: 0644]
cde/programs/localized/de_DE.ISO8859-1/Makefile.am [new file with mode: 0644]
cde/programs/localized/es_ES.ISO8859-1/Makefile.am [new file with mode: 0644]
cde/programs/localized/fr_FR.ISO8859-1/Makefile.am [new file with mode: 0644]
cde/programs/localized/it_IT.ISO8859-1/Makefile.am [new file with mode: 0644]
cde/programs/localized/ja_JP.dt-eucJP/Makefile.am [new file with mode: 0644]
cde/programs/localized/util/Makefile.am [new file with mode: 0644]

diff --git a/cde/programs/localized/C/Makefile.am b/cde/programs/localized/C/Makefile.am
new file mode 100644 (file)
index 0000000..ffa5ebf
--- /dev/null
@@ -0,0 +1,5 @@
+if SUN
+.NO_PARALLEL:
+endif
+
+SUBDIRS = app-defaults config types msg palettes backdrops
diff --git a/cde/programs/localized/Makefile.am b/cde/programs/localized/Makefile.am
new file mode 100644 (file)
index 0000000..6f6b96b
--- /dev/null
@@ -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
diff --git a/cde/programs/localized/de_DE.ISO8859-1/Makefile.am b/cde/programs/localized/de_DE.ISO8859-1/Makefile.am
new file mode 100644 (file)
index 0000000..8e43dfb
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = msg app-defaults config types palettes backdrops
diff --git a/cde/programs/localized/es_ES.ISO8859-1/Makefile.am b/cde/programs/localized/es_ES.ISO8859-1/Makefile.am
new file mode 100644 (file)
index 0000000..8e43dfb
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = msg app-defaults config types palettes backdrops
diff --git a/cde/programs/localized/fr_FR.ISO8859-1/Makefile.am b/cde/programs/localized/fr_FR.ISO8859-1/Makefile.am
new file mode 100644 (file)
index 0000000..8e43dfb
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = msg app-defaults config types palettes backdrops
diff --git a/cde/programs/localized/it_IT.ISO8859-1/Makefile.am b/cde/programs/localized/it_IT.ISO8859-1/Makefile.am
new file mode 100644 (file)
index 0000000..efe276f
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = types config msg app-defaults palettes backdrops
diff --git a/cde/programs/localized/ja_JP.dt-eucJP/Makefile.am b/cde/programs/localized/ja_JP.dt-eucJP/Makefile.am
new file mode 100644 (file)
index 0000000..efe276f
--- /dev/null
@@ -0,0 +1 @@
+SUBDIRS = types config msg app-defaults palettes backdrops
diff --git a/cde/programs/localized/util/Makefile.am b/cde/programs/localized/util/Makefile.am
new file mode 100644 (file)
index 0000000..be70d27
--- /dev/null
@@ -0,0 +1,5 @@
+noinst_PROGRAMS = merge mkcatdefs
+
+merge_SOURCES = merge.c
+
+mkcatdefs_SOURCES = mkcatdefs.c