diff options
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/Makefile.am | 30 | ||||
-rw-r--r-- | src/engine/machina/Makefile.am | 22 |
2 files changed, 0 insertions, 52 deletions
diff --git a/src/engine/Makefile.am b/src/engine/Makefile.am deleted file mode 100644 index 48a46e6..0000000 --- a/src/engine/Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ -SUBDIRS = machina - -lib_LTLIBRARIES = libmachina.la - -libmachina_la_CXXFLAGS = @EUGENE_CFLAGS@ @REDLAND_CFLAGS@ @REDLANDMM_CFLAGS@ @RAUL_CFLAGS@ @JACK_CFLAGS@ @GLIBMM_CFLAGS@ -libmachina_la_LIBADD = @EUGENE_LIBS@ @REDLAND_LIBS@ @REDLANDMM_LIBS@ @RAUL_LIBS@ @JACK_LIBS@ @GLIBMM_LIBS@ - -libmachina_la_SOURCES = \ - Action.cpp \ - ActionFactory.cpp \ - Edge.cpp \ - Engine.cpp \ - LearnRequest.cpp \ - Loader.cpp \ - Machine.cpp \ - MachineBuilder.cpp \ - MidiAction.cpp \ - Mutation.cpp \ - Node.cpp \ - Recorder.cpp \ - SMFDriver.cpp \ - jack_compat.h - -if WITH_JACK -libmachina_la_SOURCES += JackDriver.cpp -endif - -if WITH_EUGENE -libmachina_la_SOURCES += Evolver.cpp Problem.cpp -endif diff --git a/src/engine/machina/Makefile.am b/src/engine/machina/Makefile.am deleted file mode 100644 index a9b3cb5..0000000 --- a/src/engine/machina/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -libmachinaincludedir = $(includedir)/machina - -libmachinainclude_HEADERS = \ - Action.hpp \ - ActionFactory.hpp \ - Driver.hpp \ - Edge.hpp \ - Engine.hpp \ - Evolver.hpp \ - JackDriver.hpp \ - LearnRequest.hpp \ - Loader.hpp \ - Machine.hpp \ - MachineBuilder.hpp \ - MidiAction.hpp \ - Mutation.hpp \ - Node.hpp \ - Problem.hpp \ - Recorder.hpp \ - SMFDriver.hpp \ - Schrodinbit.hpp \ - types.hpp |