File: Makefile.am

package info (click to toggle)
xsynth-dssi 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,104 kB
  • ctags: 726
  • sloc: sh: 10,061; ansic: 9,368; makefile: 77
file content (70 lines) | stat: -rw-r--r-- 1,269 bytes parent folder | download | duplicates (3)
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
## Process this file with automake to produce Makefile.in

if BUILD_GUI
ui_PROGRAMS = Xsynth_gtk
else
ui_PROGRAMS =
endif

uidir = $(libdir)/dssi/xsynth-dssi

plugindir = $(libdir)/dssi

plugin_LTLIBRARIES = xsynth-dssi.la

Xsynth_gtk_SOURCES = \
	gui_callbacks.c \
	gui_callbacks.h \
	gui_data.c \
	gui_data.h \
	gui_friendly_patches.c \
	gui_images.c \
	gui_images.h \
	bitmap_about.xbm \
	bitmap_logo.xbm \
	bitmap_waveform0.xpm \
	bitmap_waveform1.xpm \
	bitmap_waveform2.xpm \
	bitmap_waveform3.xpm \
	bitmap_waveform4.xpm \
	bitmap_waveform5.xpm \
	bitmap_waveform6.xpm \
	gui_interface.c \
	gui_interface.h \
	gtkknob.c \
	gtkknob.h \
	gui_main.c \
	gui_main.h \
	xsynth.h \
	xsynth_data.c \
	xsynth_ports.c \
	xsynth_ports.h \
	xsynth_synth.h \
	xsynth_types.h \
	xsynth_voice.h

Xsynth_gtk_CFLAGS = @GTK_CFLAGS@ $(AM_CFLAGS)

Xsynth_gtk_LDADD = -lm @GTK_LIBS@ $(AM_LDFLAGS)

xsynth_dssi_la_SOURCES = \
	gui_data.h \
	gui_friendly_patches.c \
	minblep_tables.c \
	xsynth-dssi.c \
	xsynth.h \
	xsynth_data.c \
	xsynth_ports.c \
	xsynth_ports.h \
	xsynth_synth.c \
	xsynth_synth.h \
	xsynth_types.h \
	xsynth_voice.c \
	xsynth_voice.h \
	xsynth_voice_blosc.h \
	xsynth_voice_render.c

xsynth_dssi_la_LDFLAGS = -module -avoid-version

xsynth_dssi_la_LIBADD = -lm