]> Dogcows Code - chaz/openbox/blob - nls/tr_TR/Makefile.am
Initial revision
[chaz/openbox] / nls / tr_TR / Makefile.am
1 # nls/tr_TR/Makefile.am for Openbox
2 #
3 # -- Türkce tercüme dizini için bir yapim-dosya-tabaný
4 # kabalak -- kabalak@gmx.net
5 #
6
7 NLSTEST = @NLS@
8 CLEANFILES = openbox.cat
9 MAINTAINERCLEANFILES = Makefile.in Translation.m
10 DISTCLEANFILES = Translation.m
11 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@/openbox.m @srcdir@/common.m @srcdir@/main.m @srcdir@/bsetroot.m
12
13 all-local: openbox.cat
14 install-data-local: openbox.cat
15 @if test x$(NLSTEST) = "x-DNLS"; then \
16 echo "Installing catalog in $(DESTDIR)$(pkgdatadir)/nls/tr_TR"; \
17 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
18 $(INSTALL_DATA) openbox.cat $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
19 fi
20 uninstall-local:
21 @if test x$(NLSTEST) = "x-DNLS"; then \
22 rm -f $(DESTDIR)$(pkgdatadir)/nls/tr_TR/openbox.cat; \
23 rmdir $(DESTDIR)$(pkgdatadir)/nls/tr_TR; \
24 fi
25
26 Translation.m: $(MFILES)
27 @if test x$(NLSTEST) = "x-DNLS"; then \
28 awk -f @srcdir@/../convert.awk output=Translation.m $(MFILES); \
29 fi
30
31 openbox.cat: Translation.m
32 @if test x$(NLSTEST) = "x-DNLS"; then \
33 $(gencat_cmd) openbox.cat Translation.m; \
34 fi
35
36 distclean-local:
37 rm -f *\~
This page took 0.032567 seconds and 4 git commands to generate.