File: Makefile.am

package info (click to toggle)
whysynth 20170701-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,204 kB
  • sloc: ansic: 126,463; makefile: 119; sh: 26
file content (38 lines) | stat: -rw-r--r-- 1,108 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
## Process this file with automake to produce Makefile.in

SUBDIRS = src

EXTRA_DIST = \
	autogen.sh \
	config.h.ac \
	README.rst \
	doc/eg_shapes_falling_1.png \
	doc/eg_shapes_falling_2.png \
	doc/eg_shapes_rising_1.png \
	doc/eg_shapes_rising_2.png \
	doc/voice_block_diagram.png \
	doc/wavetable_guide \
	extra/COPYING-patches \
	extra/current_default_patches.WhySynth \
	extra/more_K4_interpretations.WhySynth \
	extra/version_20051005_patches.WhySynth \
	extra/version_20051231_patches.WhySynth \
	extra/version_20090608_patches.WhySynth \
	extra/version_20100922_patches.WhySynth \
	extra/version_20120903_patches.WhySynth \
	extra/whysynth-icon-32x32.png

#icondir = $(datadir)/icons/hicolor/32x32/apps
#dist_icon_DATA = extra/whysynth-icon-32x32.png

dist_pkgdata_DATA = \
	extra/current_default_patches.WhySynth \
	extra/more_K4_interpretations.WhySynth \
	extra/version_20051005_patches.WhySynth \
	extra/version_20051231_patches.WhySynth \
	extra/version_20090608_patches.WhySynth \
	extra/version_20100922_patches.WhySynth \
	extra/version_20120903_patches.WhySynth

AUTOMAKE_OPTIONS = foreign