summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2009-10-13 20:25:35 +0200
committerJakub Steiner <jimmac@gmail.com>2009-10-13 20:25:35 +0200
commitfd88a47bba6ee8c0419f9f97ce8c619e23babe89 (patch)
treee6e51c1e51f13163a593d4c655861000f3468db0 /Makefile.am
parent87a0e66de3b732e2bc64753ea0520a53fd646d48 (diff)
downloadadwaita-icon-theme-fd88a47bba6ee8c0419f9f97ce8c619e23babe89.tar.gz
use moblin-style 'build system'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 3820390a7..000000000
--- a/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-SUBDIRS = 8x8 16x16 22x22 24x24 32x32 48x48 256x256 scalable po
-
-pkgconfigdir = $(datadir)/pkgconfig
-pkgconfig_DATA = gnome-icon-theme.pc
-
-THEME_IN_FILES = index.theme.in
-
-%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
-
-theme_DATA = index.theme
-
-EXTRA_DIST= \
- index.theme.in \
- gnome-icon-theme.pc.in \
- mkinstalldirs
-
-# we don't want to install mo files, all translations are already stored
-# in theme files
-install-data-local:
- $(MAKE) -C po uninstall
-
-CLEANFILES = \
- index.theme
-
-MAINTAINERCLEANFILES = \
- INSTALL \
- Makefile.in \
- aclocal.m4 \
- configure \
- install-sh \
- missing \
- mkinstalldirs
-
-
--include $(top_srcdir)/git.mk