File: Makefile.am

package info (click to toggle)
libphidgets 0.3.8-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,996 kB
  • ctags: 257
  • sloc: sh: 8,803; ansic: 1,753; makefile: 276
file content (63 lines) | stat: -rw-r--r-- 1,725 bytes parent folder | download | duplicates (2)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
AM_MAKEFLAGS = @MAKEFLAGS@
ACLOCAL_AMFLAGS = -I m4

if PYTHONWRAPPER
  MAYBE_PYTHONWRAPPER = swig
endif
SUBDIRS = src $(MAYBE_PYTHONWRAPPER) doc test

dist_noinst_HEADERS = \
	include/assert.h \
	include/compiler.h \
	include/debug.h

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

dist_noinst_DATA = \
  hotplug/README \
  hotplug/phidgets.hotplug \
  modprobe/README \
  modprobe/libphidgets.modutils \
  modprobe/libphidgets.module-init-tools \
  debian/changelog \
  debian/compat \
  debian/control \
  debian/copyright \
  debian/README.Debian \
  debian/libphidgets-dev.docs \
  debian/libphidgets-dev.install \
  debian/libphidgets0.dirs \
  debian/libphidgets0.docs \
  debian/libphidgets0.install \
  debian/libphidgets0.config \
  debian/libphidgets0.preinst \
  debian/libphidgets0.postinst \
  debian/libphidgets0.prerm \
  debian/libphidgets0.postrm \
  debian/libphidgets0.templates \
  debian/libphidgets0.default.tpl \
  debian/python-phidgets.docs \
  debian/python-phidgets.install \
  debian/rules \
  debian/po/POTFILES.in \
  debian/po/templates.pot \
  debian/po/fr.po \
  debian/po/de.po \
  debian/po/cs.po

clean-local:
	rm -f $(wildcard $(PACKAGE)-*.tar.gz)

include Makefile.debian

# COPYRIGHT --
#
# This file is part of libphidgets, a user-space library for phidgets.
# libphidgets is (c) 2003-2005 Martin F. Krafft <krafft@ailab.ch>
# and distributed under the terms of the Artistic Licence.
# See the ./COPYING file in the source tree root for more information.
#
# THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
# OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.