File: Makefile.am

package info (click to toggle)
libticables 1.3.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,352 kB
  • ctags: 2,309
  • sloc: sh: 11,957; ansic: 11,866; makefile: 153; sed: 16
file content (31 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## Process this file with automake to produce Makefile.in

ACLOCAL_AMFLAGS=-I m4

# Subdirectories to scan
SUBDIRS = build/mingw po src tests

if USE_DOCGEN
  SUBDIRS += docs
endif

# Extra files to add to the (distributed) package
EXTRA_DIST = CONFIG LOGO build

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = ticables2.pc

install-exec-local:
if OS_WIN32
	@echo '------------------------------------------------------------------------------'
	@echo 'To install drivers, please run:'
	@echo 'BlackLink, ParallelLink on Win32: dhasetup install'
	@echo 'BlackLink, ParallelLink on Win64: rwpsetup install'
	@echo 'USB: rundll32 libusb0.dll,usb_install_driver_np_rundll DRIVER where DRIVER is:'
	@echo '  SilverLink: $(pkgdatadir)/libusb/silverlk.inf'
	@echo '  DirectLink TI-89 Titanium: $(pkgdatadir)/libusb/titanium.inf'
	@echo '  DirectLink TI-84+: $(pkgdatadir)/libusb/ti84plus.inf'
	@echo '  DirectLink TI-84+ SE: $(pkgdatadir)/libusb/ti84pse.inf'
	@echo '  DirectLink TI-Nspire: $(pkgdatadir)/libusb/nspire.inf'
	@echo '------------------------------------------------------------------------------'
endif