File: Makefile.am

package info (click to toggle)
gwyddion 2.47-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 38,180 kB
  • ctags: 37,276
  • sloc: ansic: 317,531; sh: 5,122; xml: 3,583; python: 3,067; makefile: 2,694; cpp: 2,550; pascal: 418; perl: 154; ruby: 130; sed: 17
file content (9 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
# @(#) $Id: Makefile.am 2622 2004-10-15 08:45:14Z yeti $

Gwyddiondir = $(pkglibdir)/python/Gwyddion

if HAVE_PYTHON
Gwyddion_PYTHON = \
	Gwyddion/dump.py \
	Gwyddion/__init__.py
endif