aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/embryo/Makefile.am
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-01-13 17:29:19 +1000
committerDavid Walter Seikel2013-01-13 17:29:19 +1000
commit07274513e984f0b5544586c74508ccd16e7dcafa (patch)
treeb32ff2a9136fbc1a4a6a0ed1e4d79cde0f5f16d9 /libraries/embryo/Makefile.am
parentAdded Irrlicht 1.8, but without all the Windows binaries. (diff)
downloadSledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.zip
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.gz
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.bz2
SledjHamr-07274513e984f0b5544586c74508ccd16e7dcafa.tar.xz
Remove EFL, since it's been released now.
Diffstat (limited to 'libraries/embryo/Makefile.am')
-rw-r--r--libraries/embryo/Makefile.am44
1 files changed, 0 insertions, 44 deletions
diff --git a/libraries/embryo/Makefile.am b/libraries/embryo/Makefile.am
deleted file mode 100644
index 5c70db3..0000000
--- a/libraries/embryo/Makefile.am
+++ /dev/null
@@ -1,44 +0,0 @@
1ACLOCAL_AMFLAGS = -I m4
2
3SUBDIRS = src include doc
4
5MAINTAINERCLEANFILES = \
6Makefile.in \
7aclocal.m4 \
8compile \
9config.guess \
10config.h.in \
11config.h.in~ \
12config.sub \
13configure \
14depcomp \
15install-sh \
16ltmain.sh \
17missing \
18$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \
19$(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \
20$(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \
21m4/libtool.m4 \
22m4/lt~obsolete.m4 \
23m4/ltoptions.m4 \
24m4/ltsugar.m4 \
25m4/ltversion.m4
26
27EXTRA_DIST = \
28AUTHORS \
29COPYING \
30autogen.sh \
31embryo.pc.in \
32embryo.spec.in \
33embryo.spec
34
35pkgconfigdir = $(libdir)/pkgconfig
36pkgconfig_DATA = embryo.pc
37
38.PHONY: doc
39
40# Documentation
41
42doc:
43 @echo "entering doc/"
44 make -C doc doc