File: Makefile.am

package info (click to toggle)
libftdi 0.20-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, stretch, trixie
  • size: 2,076 kB
  • ctags: 598
  • sloc: sh: 11,006; ansic: 2,417; cpp: 594; makefile: 116
file content (16 lines) | stat: -rw-r--r-- 630 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4

SUBDIRS = src bindings $(LIBFTDI_MODULES) examples doc

EXTRA_DIST = libftdi.spec libftdi.spec.in COPYING.LIB COPYING.GPL LICENSE \
             README AUTHORS ChangeLog libftdi-config.in CMakeLists.txt \
             packages COPYING-CMAKE-SCRIPTS FindUSB.cmake README.mingw \
             Toolchain-mingw32.cmake Toolchain-Crossbuild32.cmake

bin_SCRIPTS = libftdi-config

# Install the pkg-config file:
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libftdi.pc $(LIBFTDI_MODULES_PKGCONFIG)