File: Makefile.am

package info (click to toggle)
scigraphica 0.8.0-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,564 kB
  • ctags: 3,990
  • sloc: ansic: 43,040; sh: 7,278; python: 6,181; makefile: 591
file content (20 lines) | stat: -rw-r--r-- 373 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)