kopia lustrzana https://github.com/Hamlib/Hamlib
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-79ac388436b8Hamlib-1.1.0
rodzic
9da00458fc
commit
891780152d
|
@ -22,16 +22,15 @@
|
||||||
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
# 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
|
# 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_LIBDIR = ./lib/
|
||||||
INSTALL_INCLUDEDIR = ./include/
|
INSTALL_INCLUDEDIR = ./include/
|
||||||
|
@ -76,6 +75,7 @@ install_lib:
|
||||||
|
|
||||||
# install hamlib headers in INSTALL_INCLUDEDIR
|
# install hamlib headers in INSTALL_INCLUDEDIR
|
||||||
|
|
||||||
|
|
||||||
.PHONY: install_header
|
.PHONY: install_header
|
||||||
install_header:
|
install_header:
|
||||||
cp -f $(LIB_HEADER) $(INSTALL_INCLUDEDIR)
|
cp -f $(LIB_HEADER) $(INSTALL_INCLUDEDIR)
|
||||||
|
|
Ładowanie…
Reference in New Issue