From 5c195465cd9fcea537acc06ecc4be8d74bf8c6cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 3 Oct 2008 01:32:43 +0000 Subject: Good riddance. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@1602 a436a847-0d15-0410-975c-d299462d15a1 --- Makefile.am | 7 ------ acinclude.m4 | 15 ------------- data/Makefile.am | 1 - src/Makefile.am | 14 ------------ src/engine/Makefile.am | 30 ------------------------- src/engine/machina/Makefile.am | 22 ------------------- src/gui/Makefile.am | 50 ------------------------------------------ util/Makefile.am | 1 - 8 files changed, 140 deletions(-) delete mode 100644 Makefile.am delete mode 100644 acinclude.m4 delete mode 100644 data/Makefile.am delete mode 100644 src/Makefile.am delete mode 100644 src/engine/Makefile.am delete mode 100644 src/engine/machina/Makefile.am delete mode 100644 src/gui/Makefile.am delete mode 100644 util/Makefile.am diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index 0a48904..0000000 --- a/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -SUBDIRS = src util - -desktopfilesdir = $(datadir)/applications -dist_desktopfiles_DATA = machina.desktop - -doc: Doxyfile src/*.h src/*.cpp - doxygen diff --git a/acinclude.m4 b/acinclude.m4 deleted file mode 100644 index 22592fe..0000000 --- a/acinclude.m4 +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (C) 2007 Nedko Arnaudov -# This file is distributed under the same terms as the Autoconf macro files. - -AC_DEFUN([AC_JACK_MIDI_NFRAMES_CHECK], [ -AC_MSG_CHECKING([whether JACK MIDI functions need nframes parameter]) -AC_LANG_PUSH(C) -AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[ -#include -#include -]], [[ -jack_midi_event_get(0, 0, 0, 0); -]]), [jackmidi_nframes='yes'], [jackmidi_nframes='no']) -AC_MSG_RESULT([$jackmidi_nframes]) -AC_LANG_POP() -]) diff --git a/data/Makefile.am b/data/Makefile.am deleted file mode 100644 index 32bf715..0000000 --- a/data/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = test.ttl diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 1016317..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -SUBDIRS = engine gui - -bin_PROGRAMS = midi2machina - -if WITH_JACK -bin_PROGRAMS += machina -endif - -machina_SOURCES = machina.cpp - -AM_CXXFLAGS = @REDLAND_CFLAGS@ @REDLANDMM_CFLAGS@ @RAUL_CFLAGS@ @JACK_CFLAGS@ @GLIBMM_CFLAGS@ -I$(top_srcdir)/machina/src/engine -LDADD = @REDLAND_LIBS@ @REDLANDMM_LIBS@ @RAUL_LIBS@ @JACK_LIBS@ @GLIBMM_LIBS@ engine/libmachina.la - -midi2machina_SOURCES = midi2machina.cpp 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 diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am deleted file mode 100644 index 1d44c2a..0000000 --- a/src/gui/Makefile.am +++ /dev/null @@ -1,50 +0,0 @@ -AM_CXXFLAGS = \ - -DPKGDATADIR=\"$(pkgdatadir)\" \ - -I$(top_srcdir)/flowcanvas \ - -I$(top_srcdir)/machina/src/engine \ - -I$(top_srcdir)/raul \ - @GNOMECANVASMM_CFLAGS@ \ - @GTHREAD_CFLAGS@ \ - @JACK_CFLAGS@ \ - @LIBGLADEMM_CFLAGS@ \ - @RAUL_CFLAGS@ \ - @REDLAND_CFLAGS@ \ - @REDLANDMM_CFLAGS@ - -EXTRA_DIST = machina.gladep - -sharefilesdir = $(pkgdatadir) -dist_sharefiles_DATA = machina.glade machina.svg - -globalpixmapsdir = $(datadir)/pixmaps -dist_globalpixmaps_DATA = machina.svg - -machina_gui_SOURCES = \ - EdgeView.cpp \ - EdgeView.hpp \ - GladeXml.hpp \ - MachinaCanvas.cpp \ - MachinaCanvas.hpp \ - MachinaGUI.cpp \ - MachinaGUI.hpp \ - NodePropertiesWindow.cpp \ - NodePropertiesWindow.hpp \ - NodeView.cpp \ - NodeView.hpp \ - main.cpp - -if WITH_MACHINA_GUI - -machina_gui_LDADD = \ - ../engine/libmachina.la \ - @FLOWCANVAS_LIBS@ \ - @GNOMECANVASMM_LIBS@ \ - @JACK_LIBS@ \ - @LIBGLADEMM_LIBS@ \ - @RAUL_LIBS@ \ - @REDLAND_LIBS@ \ - @REDLANDMM_LIBS@ - -bin_PROGRAMS = machina_gui - -endif diff --git a/util/Makefile.am b/util/Makefile.am deleted file mode 100644 index 2df23aa..0000000 --- a/util/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = machina2dot -- cgit v1.2.1