Attempt to fix the clip offset bug.
[calfbox.git] / Makefile.am
blobd83373bf65e1a68649544a9cb874291706bcb4f4
1 AM_CPPFLAGS = -I$(srcdir) -Wall -D_GNU_SOURCE
3 bin_PROGRAMS = calfbox
5 calfbox_SOURCES = \
6     app.c \
7     appmenu.c \
8     auxbus.c \
9     blob.c \
10     chorus.c \
11     cmd.c \
12     compressor.c \
13     config-api.c \
14     delay.c \
15     distortion.c \
16     dom.c \
17     engine.c \
18     eq.c \
19     errors.c \
20     fbr.c \
21     fifo.c \
22     fluid.c \
23     fuzz.c \
24     fxchain.c \
25     gate.c \
26     hwcfg.c \
27     instr.c \
28     io.c \
29     jackinput.c \
30     jackio.c \
31     layer.c \
32     main.c \
33     master.c \
34     menu.c \
35     menuitem.c \
36     meter.c \
37     midi.c \
38     mididest.c \
39     module.c \
40     pattern.c \
41     pattern-maker.c \
42     phaser.c \
43     prefetch_pipe.c \
44     recsrc.c \
45     reverb.c \
46     rt.c \
47     sampler.c \
48     sampler_channel.c \
49     sampler_gen.c \
50     sampler_layer.c \
51     sampler_prg.c \
52     sampler_voice.c \
53     scene.c \
54     scripting.c \
55     seq.c \
56     seq-adhoc.c \
57     sfzloader.c \
58     sfzparser.c \
59     song.c \
60     streamplay.c \
61     streamrec.c \
62     tarfile.c \
63     tonectl.c \
64     tonewheel.c \
65     track.c \
66     ui.c \
67     usbaudio.c \
68     usbio.c \
69     usbmidi.c \
70     usbprobe.c \
71     wavebank.c
73 calfbox_LDADD = $(JACK_DEPS_LIBS) $(GLIB_DEPS_LIBS) $(FLUIDSYNTH_DEPS_LIBS) $(PYTHON_DEPS_LIBS) $(LIBSMF_DEPS_LIBS) $(LIBSNDFILE_DEPS_LIBS) $(LIBUSB_DEPS_LIBS) -lncurses -lpthread -luuid -lm -lrt
75 if USE_SSE
76 ARCH_OPT_CFLAGS=-msse -ffast-math
77 else
78 if USE_NEON
79 ARCH_OPT_CFLAGS=-mfloat-abi=hard -mfpu=neon -ffast-math
80 endif
81 endif
83 AM_CFLAGS = $(JACK_DEPS_CFLAGS) $(GLIB_DEPS_CFLAGS) $(FLUIDSYNTH_DEPS_CFLAGS) $(PYTHON_DEPS_CFLAGS) $(LIBSMF_DEPS_CFLAGS) $(LIBSNDFILE_DEPS_CFLAGS) $(LIBUSB_DEPS_CFLAGS) $(ARCH_OPT_CFLAGS)
85 noinst_HEADERS = \
86     app.h \
87     auxbus.h \
88     biquad-float.h \
89     blob.h \
90     cmd.h \
91     config-api.h \
92     dom.h \
93     dspmath.h \
94     envelope.h \
95     engine.h \
96     eq.h \
97     errors.h \
98     fifo.h \
99     hwcfg.h \
100     instr.h \
101     io.h \
102     ioenv.h \
103     layer.h \
104     master.h \
105     menu.h \
106     menuitem.h \
107     meter.h \
108     midi.h \
109     mididest.h \
110     module.h \
111     onepole-int.h \
112     onepole-float.h \
113     pattern.h \
114     pattern-maker.h \
115     prefetch_pipe.h \
116     recsrc.h \
117     rt.h \
118     sampler.h \
119     sampler_impl.h \
120     sampler_layer.h \
121     sampler_prg.h \
122     scene.h \
123     scripting.h \
124     seq.h \
125     sfzloader.h \
126     sfzparser.h \
127     song.h \
128     stm.h \
129     tarfile.h \
130     track.h \
131     ui.h \
132     usbio_impl.h \
133     wavebank.h
135 EXTRA_DIST = cboxrc-example