File: Makefile.am

package info (click to toggle)
k3d 0.4.3.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 51,716 kB
  • ctags: 81,610
  • sloc: cpp: 283,698; ansic: 64,095; xml: 61,533; sh: 9,026; makefile: 5,282; python: 431; perl: 308; awk: 130
file content (22 lines) | stat: -rw-r--r-- 497 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
scriptsdir = $(pkgdatadir)/scripts

scripts_DATA = \
blobby.python \
command_node_inspector.python \
dag_test.javascript \
dag_test2.javascript \
describe_object.javascript \
describe_object_properties.javascript \
describe_plugins.javascript \
describe_plugins.python \
export_raw.python \
howdy_world.javascript \
howdy_world.python \
innovation.javascript \
point_shadowmaps.javascript \
render_test.javascript \
script_context.javascript \
script_context.python

EXTRA_DIST = $(scripts_DATA)