make, make install, and make clean work ok, using ./lib and ./include directories also.

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@154 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Frank Singleton, VK3FCS 2000-09-24 23:51:05 +00:00
parent 9da00458fc
commit 891780152d

View File

@ -22,16 +22,15 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
#
# Simple Make file for common parts, and modified to create
# Simple Makefile for common parts, and modified to create
# libhamlib.so -- FS
#
#
#
# $Id: Makefile,v 1.8 2000-09-24 23:49:28 javabear Exp $
# $Id: Makefile,v 1.9 2000-09-24 23:51:05 javabear Exp $
#
#
BACKEND_INCLUDE = ../ft747/include
INSTALL_LIBDIR = ./lib/
INSTALL_INCLUDEDIR = ./include/
@ -76,6 +75,7 @@ install_lib:
# install hamlib headers in INSTALL_INCLUDEDIR
.PHONY: install_header
install_header:
cp -f $(LIB_HEADER) $(INSTALL_INCLUDEDIR)