No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gettext / gettext-tools / examples / hello-ycp / Makefile.am
blob3c316f9f98122ddbdf5b0c41910c07776086b799
1 # Example for use of GNU gettext.
2 # Copyright (C) 2003 Free Software Foundation, Inc.
3 # This file is in the public domain.
5 # Makefile configuration - processed by automake.
7 # General automake options.
8 AUTOMAKE_OPTIONS = foreign
9 ACLOCAL_AMFLAGS = -I m4
11 # The list of subdirectories containing Makefiles.
12 SUBDIRS = m4 po
14 # The list of programs that are built.
15 bin_SCRIPTS = hello
16 all-local: hello
17 CLEANFILES = hello
19 # The YCP program is installed as data and invoked through a shell script.
20 pkgdata_DATA = hello.ycp
21 hello:
22         { echo '#!/bin/sh'; \
23           echo 'if test -n "$$DISPLAY"; then'; \
24           echo "  exec /usr/lib/YaST2/bin/y2base '$(pkgdatadir)/hello.ycp' qt"; \
25           echo 'else'; \
26           echo "  exec /usr/lib/YaST2/bin/y2base '$(pkgdatadir)/hello.ycp' ncurses"; \
27           echo 'fi'; \
28         } > $@
30 # Additional files to be distributed.
31 EXTRA_DIST = autogen.sh autoclean.sh