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 71 72 73 74 75 76 77 78 79 80
|
## Process this file with automake to produce Makefile.in
#dinincludedir = $(pkgincludedir)
dist_include = \
main.h\
dingl.h\
key_consts.h\
box.h\
utils.h\
vector2d.h\
tick.h\
chrono.h\
ui.h\
ui_list.h\
glyph.h\
line.h\
font_editor.h\
font.h\
console.h\
viewwin.h\
input.h\
oscilloscope.h\
point.h\
curve.h\
multi_curve.h\
play.h\
curve_editor.h\
basic_editor.h\
listeners.h\
console_iterator.h\
audio.h\
phrasor.h\
beat2value.h\
random.h\
globals.h\
scale_info.h\
command.h\
scalelist.h\
crvpt.h\
textboard.h\
sine_mixer.h\
levels.h\
help.h\
mocap.h\
din.h\
curve_library.h\
delay.h\
curve_listener.h\
strength_editor.h\
range.h\
note.h\
color.h\
solver.h\
container.h\
checkdotdin.h\
compressor.h\
osc.h\
bot.h\
tokenizer.h\
morse_code.h\
tcl_interp.h\
box_selector.h\
ansi_color_codes.h\
keyboard_keyboard.h\
fft.h\
widget.h\
button.h\
checkbutton.h\
field.h\
fader.h\
drone.h\
ticker_tape.h\
slider.h\
label.h\
label_field_slider.h\
filled_button.h\
authors_note.h
EXTRA_DIST = $(dist_include)
|