File: Makefile.am

package info (click to toggle)
snappea 3.0d3-23
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,900 kB
  • ctags: 3,582
  • sloc: ansic: 33,469; sh: 8,565; python: 7,623; makefile: 242
file content (21 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = CuspedCensusData installation

# Find the python version that we need to build against.
PYVER=$(shell pyversions -r ../debian/control)

INCLUDES = -I../SnapPeaKernel/headers -I../SnapPeaKernel/unix_kit \
  -I/usr/include/$(PYVER)

pkglib_LTLIBRARIES = SnapPeaC.la

SnapPeaC_la_SOURCES = SnapPeaC.c
SnapPeaC_la_LDFLAGS = -no-undefined -module -avoid-version
SnapPeaC_la_LIBADD = $(top_srcdir)/SnapPeaKernel/libsnappea.la

bin_SCRIPTS = snappea snappea-console

pythondir = $(pkgdatadir)/SnapPeaPython

python_DATA = SnapPea.py SnapPeaGUI.py links.py

EXTRA_DIST = SnapPea.c makefile open