diff options
Diffstat (limited to 'libraries/embryo/Makefile.am')
-rw-r--r-- | libraries/embryo/Makefile.am | 44 |
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 @@ | |||
1 | ACLOCAL_AMFLAGS = -I m4 | ||
2 | |||
3 | SUBDIRS = src include doc | ||
4 | |||
5 | MAINTAINERCLEANFILES = \ | ||
6 | Makefile.in \ | ||
7 | aclocal.m4 \ | ||
8 | compile \ | ||
9 | config.guess \ | ||
10 | config.h.in \ | ||
11 | config.h.in~ \ | ||
12 | config.sub \ | ||
13 | configure \ | ||
14 | depcomp \ | ||
15 | install-sh \ | ||
16 | ltmain.sh \ | ||
17 | missing \ | ||
18 | $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.gz \ | ||
19 | $(PACKAGE_TARNAME)-$(PACKAGE_VERSION).tar.bz2 \ | ||
20 | $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc.tar.bz2 \ | ||
21 | m4/libtool.m4 \ | ||
22 | m4/lt~obsolete.m4 \ | ||
23 | m4/ltoptions.m4 \ | ||
24 | m4/ltsugar.m4 \ | ||
25 | m4/ltversion.m4 | ||
26 | |||
27 | EXTRA_DIST = \ | ||
28 | AUTHORS \ | ||
29 | COPYING \ | ||
30 | autogen.sh \ | ||
31 | embryo.pc.in \ | ||
32 | embryo.spec.in \ | ||
33 | embryo.spec | ||
34 | |||
35 | pkgconfigdir = $(libdir)/pkgconfig | ||
36 | pkgconfig_DATA = embryo.pc | ||
37 | |||
38 | .PHONY: doc | ||
39 | |||
40 | # Documentation | ||
41 | |||
42 | doc: | ||
43 | @echo "entering doc/" | ||
44 | make -C doc doc | ||