From 68156c24c1e951f06a12feca4f13b9cd1627df61 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 19 Oct 2010 17:48:15 +0100 Subject: [PATCH] build: Remove unused Makefile.am 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 | 24 ------------------------ clutter/osx/Makefile.am | 25 ------------------------- 2 files changed, 49 deletions(-) delete mode 100644 clutter/fruity/Makefile.am delete mode 100644 clutter/osx/Makefile.am diff --git a/clutter/fruity/Makefile.am b/clutter/fruity/Makefile.am deleted file mode 100644 index 9fc83d9a8..000000000 --- a/clutter/fruity/Makefile.am +++ /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 index b35b79205..000000000 --- a/clutter/osx/Makefile.am +++ /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