build: Remove unused Makefile.am
authorEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 19 Oct 2010 16:48:15 +0000 (17:48 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Tue, 19 Oct 2010 16:48:15 +0000 (17:48 +0100)
We switched to a non-recursive layout, hence we don't need Makefile.am
in the osx/ and fruity/ sub-directories.

clutter/fruity/Makefile.am [deleted file]
clutter/osx/Makefile.am [deleted file]

diff --git a/clutter/fruity/Makefile.am b/clutter/fruity/Makefile.am
deleted file mode 100644 (file)
index 9fc83d9..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
-
-INCLUDES = \
-       -DG_LOG_DOMAIN=\"ClutterFruity\"        \
-        -DCLUTTER_COMPILATION                  \
-       -I$(top_srcdir)                         \
-       -I$(top_srcdir)/clutter                 \
-       -I$(top_srcdir)/clutter/cogl            \
-       -I$(top_builddir)/clutter               \
-       -I$(top_builddir)/clutter/cogl
-
-common_ldadd = $(CLUTTER_LIBS)
-
-noinst_LTLIBRARIES = libclutter-fruity.la
-
-libclutter_fruity_la_CFLAGS = $(CLUTTER_CFLAGS) $(CLUTTER_DEBUG_CFLAGS) $(MAINTAINER_CFLAGS) -xobjective-c
-libclutter_fruity_la_LIBADD = $(common_ldadd)
-libclutter_fruity_la_SOURCES =                 \
-       clutter-backend-fruity.h        \
-       clutter-backend-fruity.c        \
-       clutter-stage-fruity.h          \
-       clutter-stage-fruity.c          \
-       clutter-fruity.h                \
-       clutter-fruity.c
diff --git a/clutter/osx/Makefile.am b/clutter/osx/Makefile.am
deleted file mode 100644 (file)
index b35b792..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
-libclutterinclude_HEADERS = clutter-osx.h
-
-INCLUDES = \
-       -DG_LOG_DOMAIN=\"ClutterOSX\"   \
-        -DCLUTTER_COMPILATION          \
-       -I$(top_srcdir)                 \
-       -I$(top_srcdir)/clutter         \
-       -I$(top_srcdir)/clutter/cogl    \
-       -I$(top_builddir)/clutter       \
-       -I$(top_builddir)/clutter/cogl
-
-common_ldadd = $(CLUTTER_LIBS)
-
-noinst_LTLIBRARIES = libclutter-osx.la
-
-libclutter_osx_la_CFLAGS = $(CLUTTER_CFLAGS) $(CLUTTER_DEBUG_CFLAGS) $(MAINTAINER_CFLAGS) -xobjective-c
-libclutter_osx_la_LIBADD = $(common_ldadd)
-libclutter_osx_la_SOURCES =    \
-       clutter-backend-osx.h   \
-       clutter-backend-osx.c   \
-       clutter-event-osx.c     \
-       clutter-stage-osx.h     \
-       clutter-stage-osx.c     \
-       clutter-osx.h