summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
committerDavid Robillard <d@drobilla.net>2008-10-03 01:32:43 +0000
commitb4f31b2bb91a5cf4d6cd38e3fb3963182fb86746 (patch)
tree6ad95758cfa9037eb66339786bb6bc9eabd001a4 /src/engine
parent41d5634a6ae1f9b0256801ae5cf692f16e2863ba (diff)
downloadingen-b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746.tar.gz
ingen-b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746.tar.bz2
ingen-b4f31b2bb91a5cf4d6cd38e3fb3963182fb86746.zip
Good riddance.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1602 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/Makefile.am203
-rw-r--r--src/engine/events/Makefile.am63
2 files changed, 0 insertions, 266 deletions
diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am
deleted file mode 100644
index ca76dfc5..00000000
--- a/src/engine/Makefile.am
+++ /dev/null
@@ -1,203 +0,0 @@
-SUBDIRS = events
-
-MAINTAINERCLEANFILES = Makefile.in
-
-moduledir = $(libdir)/ingen
-
-module_LTLIBRARIES = libingen_engine.la
-libingen_engine_la_CXXFLAGS = \
- @GLIBMM_CFLAGS@ \
- @INGEN_CFLAGS@ \
- @JACK_CFLAGS@ \
- @LIBLO_CFLAGS@ \
- @RAUL_CFLAGS@ \
- @REDLANDMM_CFLAGS@ \
- @SLV2_CFLAGS@ \
- @SOUP_CFLAGS@
-
-libingen_engine_la_LDFLAGS = -no-undefined -module -avoid-version
-libingen_engine_la_LIBADD = \
- ../shared/libingen_shared.la \
- ../module/libingen_module.la \
- @GLIBMM_LIBS@ \
- @JACK_LIBS@ \
- @LIBLO_LIBS@ \
- @RAUL_LIBS@ \
- @REDLANDMM_LIBS@ \
- @SLV2_LIBS@ \
- @SOUP_LIBS@
-
-libingen_engine_la_SOURCES = \
- AudioBuffer.cpp \
- AudioBuffer.hpp \
- AudioDriver.hpp \
- Buffer.cpp \
- Buffer.hpp \
- ClientBroadcaster.cpp \
- ClientBroadcaster.hpp \
- CompiledPatch.hpp \
- ConnectionImpl.cpp \
- ConnectionImpl.hpp \
- Driver.hpp \
- DuplexPort.cpp \
- DuplexPort.hpp \
- Engine.cpp \
- Engine.hpp \
- EngineStore.cpp \
- EngineStore.hpp \
- Event.cpp \
- Event.hpp \
- EventBuffer.cpp \
- EventBuffer.hpp \
- EventSink.cpp \
- EventSink.hpp \
- EventSource.hpp \
- GraphObjectImpl.cpp \
- GraphObjectImpl.hpp \
- InputPort.cpp \
- InputPort.hpp \
- InternalPlugin.cpp \
- InternalPlugin.hpp \
- JackAudioDriver.cpp \
- JackAudioDriver.hpp \
- JackMidiDriver.cpp \
- JackMidiDriver.hpp \
- LADSPAPlugin.cpp \
- LADSPAPlugin.hpp \
- LV2Info.cpp \
- LV2Info.hpp \
- LV2Plugin.cpp \
- LV2Plugin.hpp \
- MessageContext.cpp \
- MessageContext.hpp \
- MidiControlNode.cpp \
- MidiControlNode.hpp \
- MidiDriver.hpp \
- MidiNoteNode.cpp \
- MidiNoteNode.hpp \
- MidiTriggerNode.cpp \
- MidiTriggerNode.hpp \
- NodeBase.cpp \
- NodeBase.hpp \
- NodeFactory.cpp \
- NodeFactory.hpp \
- NodeImpl.hpp \
- OSCClientSender.cpp \
- OSCClientSender.hpp \
- OSCDriver.hpp \
- OSCEngineReceiver.cpp \
- OSCEngineReceiver.hpp \
- ObjectSender.cpp \
- ObjectSender.hpp \
- OutputPort.cpp \
- OutputPort.hpp \
- PatchImpl.cpp \
- PatchImpl.hpp \
- PatchPlugin.hpp \
- PluginImpl.cpp \
- PluginImpl.hpp \
- PortImpl.cpp \
- PortImpl.hpp \
- PostProcessor.cpp \
- PostProcessor.hpp \
- ProcessContext.hpp \
- ProcessSlave.cpp \
- ProcessSlave.hpp \
- QueuedEngineInterface.cpp \
- QueuedEngineInterface.hpp \
- QueuedEvent.cpp \
- QueuedEvent.hpp \
- QueuedEventSource.cpp \
- QueuedEventSource.hpp \
- Responder.hpp \
- ThreadManager.hpp \
- TransportNode.cpp \
- TransportNode.hpp \
- engine.cpp \
- engine.hpp \
- events.hpp \
- events/AllNotesOffEvent.cpp \
- events/AllNotesOffEvent.hpp \
- events/ClearPatchEvent.cpp \
- events/ClearPatchEvent.hpp \
- events/ConnectionEvent.cpp \
- events/ConnectionEvent.hpp \
- events/CreateNodeEvent.cpp \
- events/CreateNodeEvent.hpp \
- events/CreatePatchEvent.cpp \
- events/CreatePatchEvent.hpp \
- events/CreatePortEvent.cpp \
- events/CreatePortEvent.hpp \
- events/DeactivateEvent.cpp \
- events/DeactivateEvent.hpp \
- events/DestroyEvent.cpp \
- events/DestroyEvent.hpp \
- events/DisconnectAllEvent.cpp \
- events/DisconnectAllEvent.hpp \
- events/DisconnectionEvent.cpp \
- events/DisconnectionEvent.hpp \
- events/EnablePatchEvent.cpp \
- events/EnablePatchEvent.hpp \
- events/LoadPluginsEvent.cpp \
- events/LoadPluginsEvent.hpp \
- events/MidiLearnEvent.cpp \
- events/MidiLearnEvent.hpp \
- events/NoteEvent.cpp \
- events/NoteEvent.hpp \
- events/PingQueuedEvent.hpp \
- events/RegisterClientEvent.cpp \
- events/RegisterClientEvent.hpp \
- events/RenameEvent.cpp \
- events/RenameEvent.hpp \
- events/RequestAllObjectsEvent.cpp \
- events/RequestAllObjectsEvent.hpp \
- events/RequestMetadataEvent.cpp \
- events/RequestMetadataEvent.hpp \
- events/RequestObjectEvent.cpp \
- events/RequestObjectEvent.hpp \
- events/RequestPluginEvent.cpp \
- events/RequestPluginEvent.hpp \
- events/RequestPluginsEvent.cpp \
- events/RequestPluginsEvent.hpp \
- events/RequestPortValueEvent.cpp \
- events/RequestPortValueEvent.hpp \
- events/SendPortActivityEvent.cpp \
- events/SendPortActivityEvent.hpp \
- events/SendPortValueEvent.cpp \
- events/SendPortValueEvent.hpp \
- events/SetMetadataEvent.cpp \
- events/SetMetadataEvent.hpp \
- events/SetPolyphonicEvent.cpp \
- events/SetPolyphonicEvent.hpp \
- events/SetPolyphonyEvent.cpp \
- events/SetPolyphonyEvent.hpp \
- events/SetPortValueEvent.cpp \
- events/SetPortValueEvent.hpp \
- events/UnregisterClientEvent.cpp \
- events/UnregisterClientEvent.hpp \
- jack_compat.h \
- lv2_contexts.h \
- tuning.hpp \
- types.hpp \
- util.hpp
-
-if WITH_LADSPA
-libingen_engine_la_SOURCES += \
- LADSPANode.hpp \
- LADSPANode.cpp
-endif
-
-if WITH_LV2
-libingen_engine_la_SOURCES += \
- LV2Node.hpp \
- LV2Node.cpp
-endif
-
-if WITH_SOUP
-libingen_engine_la_SOURCES += \
- HTTPEngineReceiver.cpp \
- HTTPEngineReceiver.hpp
-endif
-
-
-
diff --git a/src/engine/events/Makefile.am b/src/engine/events/Makefile.am
deleted file mode 100644
index 9a8cfbd5..00000000
--- a/src/engine/events/Makefile.am
+++ /dev/null
@@ -1,63 +0,0 @@
-MAINTAINERCLEANFILES = Makefile.in
-
-EXTRA_DIST = \
- AllNotesOffEvent.cpp \
- AllNotesOffEvent.hpp \
- ClearPatchEvent.cpp \
- ClearPatchEvent.hpp \
- ConnectionEvent.cpp \
- ConnectionEvent.hpp \
- CreateNodeEvent.cpp \
- CreateNodeEvent.hpp \
- CreatePatchEvent.cpp \
- CreatePatchEvent.hpp \
- CreatePortEvent.cpp \
- CreatePortEvent.hpp \
- DeactivateEvent.cpp \
- DeactivateEvent.hpp \
- DestroyEvent.cpp \
- DestroyEvent.hpp \
- DisconnectAllEvent.cpp \
- DisconnectAllEvent.hpp \
- DisconnectionEvent.cpp \
- DisconnectionEvent.hpp \
- EnablePatchEvent.cpp \
- EnablePatchEvent.hpp \
- LoadPluginsEvent.cpp \
- LoadPluginsEvent.hpp \
- MidiLearnEvent.cpp \
- MidiLearnEvent.hpp \
- NoteEvent.cpp \
- NoteEvent.hpp \
- PingQueuedEvent.hpp \
- RegisterClientEvent.cpp \
- RegisterClientEvent.hpp \
- RenameEvent.cpp \
- RenameEvent.hpp \
- RequestAllObjectsEvent.cpp \
- RequestAllObjectsEvent.hpp \
- RequestMetadataEvent.cpp \
- RequestMetadataEvent.hpp \
- RequestObjectEvent.cpp \
- RequestObjectEvent.hpp \
- RequestPluginEvent.cpp \
- RequestPluginEvent.hpp \
- RequestPluginsEvent.cpp \
- RequestPluginsEvent.hpp \
- RequestPortValueEvent.cpp \
- RequestPortValueEvent.hpp \
- SendPortActivityEvent.cpp \
- SendPortActivityEvent.hpp \
- SendPortValueEvent.cpp \
- SendPortValueEvent.hpp \
- SetMetadataEvent.cpp \
- SetMetadataEvent.hpp \
- SetPolyphonicEvent.cpp \
- SetPolyphonicEvent.hpp \
- SetPolyphonyEvent.cpp \
- SetPolyphonyEvent.hpp \
- SetPortValueEvent.cpp \
- SetPortValueEvent.hpp \
- UnregisterClientEvent.cpp \
- UnregisterClientEvent.hpp
-