2006-10-13 18:24:42 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
2001-08-12 22:55:48 +00:00
|
|
|
|
2002-11-13 20:39:07 +00:00
|
|
|
aclocaldir = $(datadir)/aclocal
|
2001-08-12 22:55:48 +00:00
|
|
|
aclocal_DATA = hamlib.m4
|
|
|
|
|
2002-11-13 20:39:07 +00:00
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
2002-10-07 21:40:34 +00:00
|
|
|
pkgconfig_DATA = hamlib.pc
|
|
|
|
|
2003-01-15 19:37:25 +00:00
|
|
|
EXTRA_DIST = PLAN TODO LICENSE hamlib.m4 hamlib.pc.in README.developer \
|
2004-08-01 22:32:47 +00:00
|
|
|
README.betatester README.win32 hamlib.spec
|
2001-08-12 22:55:48 +00:00
|
|
|
|
2007-11-01 01:13:30 +00:00
|
|
|
# BINDINGS_LIST subdirs are no longer built
|
2002-10-07 21:40:34 +00:00
|
|
|
SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
|
|
|
|
@BINDINGS@ tests doc
|
2001-01-03 23:10:15 +00:00
|
|
|
|
2007-11-01 01:13:30 +00:00
|
|
|
# tcl, perl, and kylix subdirs are no longer distributed
|
2003-11-16 17:37:27 +00:00
|
|
|
DIST_SUBDIRS = macros include lib libltdl src c++ bindings tests doc \
|
2001-12-26 23:30:21 +00:00
|
|
|
icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
|
2009-01-24 13:33:49 +00:00
|
|
|
rpcrig winradio easycomm fodtrack rpcrot drake rotorez \
|
2008-10-31 22:20:40 +00:00
|
|
|
flexradio sartek lowe rft tapr kit skanti wj racal tuner \
|
2009-01-20 19:44:04 +00:00
|
|
|
gs232a heathkit
|
2001-12-26 23:30:21 +00:00
|
|
|
|
2003-01-12 17:02:07 +00:00
|
|
|
rpm: Makefile
|
|
|
|
make dist
|
|
|
|
$(RPMBUILD) -ta $(PACKAGE)-$(VERSION).tar.gz
|
|
|
|
rm $(PACKAGE)-$(VERSION).tar.gz
|
|
|
|
|
2003-06-22 19:34:07 +00:00
|
|
|
ACLOCAL_AMFLAGS = -I macros
|