File: Makefile.am

package info (click to toggle)
gwyddion 2.67-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 54,152 kB
  • sloc: ansic: 412,023; python: 7,885; sh: 5,492; makefile: 4,957; xml: 3,954; cpp: 2,107; pascal: 418; perl: 154; ruby: 130
file content (33 lines) | stat: -rw-r--r-- 561 bytes parent folder | download
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
# $Id: Makefile.am 26713 2024-10-14 14:37:52Z yeti-dn $

plugindocfiles = \
	LICENSE \
	README \
	plugin-helper.hh \
	dump.cc \
	dump.hh \
	dump.c \
	dump.sh \
	GwyddionDump.pas \
	invert_cpp.cc \
	invert_cpp.rgi \
	invert_narray.rb \
	invert_pascal.pas \
	invert_pascal.rgi \
	invert_perl.pl \
	invert_perl.pl.rgi \
	invert_python.py \
	invert_python.py.rgi \
	invert_ruby.rb \
	invert_ruby.rb.rgi \
	yellow.sh \
	yellow.sh.rgi

EXTRA_DIST = $(plugindocfiles)

if ENABLE_PLUGIN_PROXY
plugindocdir = $(docdir)/plugins

plugindoc_DATA = $(plugindocfiles)
endif