fldigi/Makefile.am
Stelios Bounanos 5626e1c901 Add silent build rules
* Enable less verbose build output by default by calling the
  AM_SILENT_RULES macro if available (automake >= 1.11).  Verbose output
  can be enabled by passing --disable-silent-rules to configure, or V=1
  to make.

* Add silent function for some custom Makefile rules
2009-09-22 21:02:51 +01:00

28 lines
432 B
Makefile

ACLOCAL_AMFLAGS = -I m4 -I m4/intl
# AC_CONFIG_MACRO_DIR([m4])
SUBDIRS = po doc src
if HAVE_FLUID
flgen:
@(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
endif
if DARWIN
appbundle:
@(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
endif
if HAVE_NSIS
nsisinst:
@(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
endif
if WANT_FLDIGI
if ENABLE_HAMLIB
hamlib-static:
@(cd src && $(MAKE) $(AM_MAKEFLAGS) $@)
endif
endif
EXTRA_DIST = build-aux/config.rpath