mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-14 17:36:31 +01:00
Previously this was inherited via PBD. On MacOS/X, this adds "-undefined dynamic_lookup -flat_namespace" and various "-framework .." options to linkflags Without this flag, .dylibs fail to link usually because of missing `-lintl` (Undefined symbols: "_libintl_dgettext") On other systems this is a NO-OP: CFLAGS_OSX, CXXFLAGS_OSX and LINKFLAGS_OSX are only set on the darwin platform. |
||
|---|---|---|
| .. | ||
| button.cc | ||
| button.h | ||
| control_group.h | ||
| controls.cc | ||
| controls.h | ||
| device_info.cc | ||
| device_info.h | ||
| device_profile.cc | ||
| device_profile.h | ||
| fader.cc | ||
| fader.h | ||
| gui.cc | ||
| gui.h | ||
| interface.cc | ||
| jog.cc | ||
| jog.h | ||
| jog_wheel.cc | ||
| jog_wheel.h | ||
| led.cc | ||
| led.h | ||
| mcp_buttons.cc | ||
| meter.cc | ||
| meter.h | ||
| midi_byte_array.cc | ||
| midi_byte_array.h | ||
| pot.cc | ||
| pot.h | ||
| strip.cc | ||
| strip.h | ||
| surface.cc | ||
| surface.h | ||
| surface_port.cc | ||
| surface_port.h | ||
| test.cc | ||
| timer.h | ||
| TODO | ||
| types.cc | ||
| types.h | ||
| us2400_control_exception.h | ||
| us2400_control_protocol.cc | ||
| us2400_control_protocol.h | ||
| us2400_control_protocol_poll.cc | ||
| wscript | ||