[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
libftdi 0.18-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,296 kB
  • ctags: 429
  • sloc: sh: 10,187; ansic: 2,211; cpp: 594; makefile: 201
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)