bump version info, split rig.c

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1240 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Stéphane Fillod, F8CFE 2002-11-04 22:18:34 +00:00
parent 771f3d896c
commit f5b2e665ee

View File

@ -1,13 +1,14 @@
INCLUDES = @INCLUDES@ @INCLTDL@
RIGSRC = rig.c serial.c misc.c register.c event.c cal.c conf.c tones.c \
rotator.c locator.c rot_reg.c rot_conf.c iofunc.c ext.c
rotator.c locator.c rot_reg.c rot_conf.c iofunc.c ext.c \
mem.c settings.c
lib_LTLIBRARIES = libhamlib.la
libhamlib_la_SOURCES = $(RIGSRC)
libhamlib_la_LDFLAGS = -no-undefined -release @VERSION@ -version-info 0:0:0
libhamlib_la_LDFLAGS = -no-undefined -release @VERSION@ -version-info 1:0:0
libhamlib_la_CFLAGS = -DIN_HAMLIB $(AM_CFLAGS) -DHAMLIB_MODULE_DIR=\"$(libdir)\"
libhamlib_la_LIBADD = @LIBLTDL@ ../lib/libmisc.la @MATH_LIBS@
noinst_HEADERS = event.h misc.h serial.h iofunc.h cal.h tones.h \
conf.h rot_conf.h token.h
rot_conf.h token.h idx_builtin.h