[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 (15 lines) | stat: -rw-r--r-- 516 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# set the include path found by configure
INCLUDES= -I$(top_srcdir)/src @BOOST_CPPFLAGS@

# the library search path.
lib_LTLIBRARIES = libftdipp.la
include_HEADERS = ftdi.hpp
libftdipp_la_SOURCES = ftdi.cpp

# Note:  If you specify a:b:c as the version in the next line,
#  the library that is made has version (a-c).c.b.  In this
#  example, the version is 2.1.2. (3:2:1)
libftdipp_la_LDFLAGS = -version-info 19:0:18 @BOOST_LDFLAGS@
libftdipp_la_LIBADD = $(top_builddir)/src/libftdi.la

EXTRA_DIST = CMakeLists.txt