summaryrefslogtreecommitdiff
path: root/nls/C/Makefile.am
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-10-31 07:22:56 +0000
committerDana Jansens <danakj@orodu.net>2002-10-31 07:22:56 +0000
commit4aaf063aa2842893bbaa59fe7f3ac83d885c2e38 (patch)
treee75bdf9af9b1598724f4b0f6849c52cb587e890c /nls/C/Makefile.am
parentdb451d95bf97b8a8e995f031ac98da50606fd3a0 (diff)
rming all the nls bullshit. gettext.
Diffstat (limited to 'nls/C/Makefile.am')
-rw-r--r--nls/C/Makefile.am50
1 files changed, 0 insertions, 50 deletions
diff --git a/nls/C/Makefile.am b/nls/C/Makefile.am
deleted file mode 100644
index 8ef42894..00000000
--- a/nls/C/Makefile.am
+++ /dev/null
@@ -1,50 +0,0 @@
-# nls/C/Makefile.am for Blackbox - an X11 Window Manager
-
-NLSTEST = @NLS@
-CLEANFILES = openbox.cat
-MAINTAINERCLEANFILES = Makefile.in Translation.m
-DISTCLEANFILES = Translation.m
-MFILES = @srcdir@/BaseDisplay.m @srcdir@/Basemenu.m @srcdir@/Configmenu.m @srcdir@/Icon.m @srcdir@/Image.m @srcdir@/Screen.m @srcdir@/Slit.m @srcdir@/Toolbar.m @srcdir@/Window.m @srcdir@/Windowmenu.m @srcdir@/Workspace.m @srcdir@/Workspacemenu.m @srcdir@/blackbox.m @srcdir@/common.m @srcdir@/main.m @srcdir@/bsetroot.m
-
-all-local: Translation.m openbox.cat
-install-data-local: openbox.cat
- @if test x$(NLSTEST) = "xyes"; then \
- echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/C"; \
- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/C; \
- $(INSTALL_DATA) openbox.cat $(DESTDIR)$(pkgdatadir)/nls/C; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
- ln -f -ss C $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
- ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
- ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en_US; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/en_GB; \
- ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en_GB; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
- ln -f -s C $(DESTDIR)$(pkgdatadir)/nls/en; \
- fi
-uninstall-local:
- @if test x$(NLSTEST) = "xyes"; then \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/C/openbox.cat; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/US_ASCII; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/POSIX; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/en_US; \
- rm -f $(DESTDIR)$(pkgdatadir)/nls/en; \
- rmdir $(DESTDIR)$(pkgdatadir)/nls/C; \
- fi
-
-# note... when adding new catalogs... you do not need the
-# header=../blackbox-nls.hh which is passed to awk... we
-# only need to generate it once.
-
-Translation.m: $(MFILES)
- awk -f @srcdir@/../convert.awk header=../blackbox-nls.hh \
- output=Translation.m $(MFILES)
-
-openbox.cat: Translation.m
- @if test x$(NLSTEST) = "xyes"; then \
- $(gencat_cmd) openbox.cat Translation.m; \
- fi
-
-distclean-local:
- rm -f *\~ .\#*