File: Makefile.am

package info (click to toggle)
xsynth-dssi 0.9.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 2,216 kB
  • sloc: sh: 10,156; ansic: 10,117; makefile: 79
file content (17 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Process this file with automake to produce Makefile.in

SUBDIRS = src

EXTRA_DIST = \
	autogen.sh \
	extra/dump_friendly_patches.c \
	extra/dump_old_xsynth_patch.c \
	extra/factory_patches.Xsynth \
	extra/friendly_patches.Xsynth \
	extra/version_0.1_patches.Xsynth \
	src/xsynth_voice_render-original.c

dist_pkgdata_DATA = extra/factory_patches.Xsynth extra/version_0.1_patches.Xsynth

AUTOMAKE_OPTIONS = foreign