# Example for use of GNU gettext.
# Copyright (C) 2003 Free Software Foundation, Inc.
# This file is in the public domain.
#
# Makefile configuration - processed by automake.
# General automake options.
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
# The list of subdirectories containing Makefiles.
SUBDIRS = data m4 po
# The list of programs that are built.
bin_SCRIPTS = after_installation_routines.sh relaxconf relaxinstaller relaxlangconf relaxloadsetting relaxmountdisk relaxmediabackup relaxmountusb relaxnetconf relaxrestore relaxsavesetting relaxwebinstaller relaxxconf relaxsnddetect
# Additional files to be distributed.
EXTRA_DIST = autogen.sh autoclean.sh
#install-exec-local:
# $(INSTALL_DATA) $(srcdir)/relaxmdconf /etc/rc.d/relaxmdconf
#uninstall-local:
# rm -f /etc/rc.d/relaxmdconf
syntax highlighted by Code2HTML, v. 0.9.1