renamed ft1000 files to ft1000mp in order to avoid future clash

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1306 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2002-12-01 21:49:12 +00:00
rodzic 0740a7b495
commit 95155608ba
3 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

@ -1,9 +1,9 @@
YAESUSRC = ft747.c ft817.c ft847.c ft100.c ft920.c ft1000.c
YAESUSRC = ft747.c ft817.c ft847.c ft100.c ft920.c ft1000mp.c
lib_LTLIBRARIES = hamlib-yaesu.la
hamlib_yaesu_la_SOURCES = $(YAESUSRC) yaesu.c
hamlib_yaesu_la_LDFLAGS = -no-undefined -module -avoid-version
hamlib_yaesu_la_LIBADD = $(top_builddir)/src/libhamlib.la
noinst_HEADERS = ft747.h ft100.h ft817.h ft847.h ft920.h ft1000.h \
noinst_HEADERS = ft747.h ft100.h ft817.h ft847.h ft920.h ft1000mp.h \
yaesu.h yaesu_tones.h

Wyświetl plik

@ -4,7 +4,7 @@
* This shared library provides an API for communicating
* via serial interface to an FT-1000MP using the "CAT" interface
*
* $Id: ft1000.c,v 1.3 2002-11-28 22:29:20 fillods Exp $
* $Id: ft1000mp.c,v 1.1 2002-12-01 21:49:12 fillods Exp $
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
@ -47,7 +47,7 @@
#include "misc.h"
#include "cal.h"
#include "yaesu.h"
#include "ft1000.h"
#include "ft1000mp.h"
/* Private helper function prototypes */

Wyświetl plik

@ -5,7 +5,7 @@
* via serial interface to an FT-1000MP using the "CAT" interface
*
*
* $Id: ft1000.h,v 1.3 2002-11-28 22:29:20 fillods Exp $
* $Id: ft1000mp.h,v 1.1 2002-12-01 21:49:12 fillods Exp $
*
*
* This library is free software; you can redistribute it and/or modify