File: Makefile.am

package info (click to toggle)
scigraphica 0.8.0-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,804 kB
  • ctags: 3,975
  • sloc: ansic: 43,009; sh: 6,796; python: 6,167; makefile: 567
file content (20 lines) | stat: -rw-r--r-- 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
EXAMPLES=\
        3d.sg \
        image.sg \
        matrix.sg \
        multicolumn.sg \
        polar.sg \
        simpletest.sg \
        ticks.sg \
        trigonometric.sg \
        vectors.sg \
        test.dat \
        py_example1.py \
        py_example2.py

EXTRA_DIST += \
	$(EXAMPLES)

Examplesdir = $(datadir)/scigraphica/examples

Examples_DATA = $(EXAMPLES)