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
|
@ -27,11 +27,10 @@
|
|||
#
|
||||
#
|
||||
#
|
||||
# $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)
|
||||
|
|
Ładowanie…
Reference in New Issue