forked from bernds/q5Go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
27 lines (19 loc) · 907 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Necessary since we have README.md rather than README
AUTOMAKE_OPTIONS = foreign
EXTRA_DIST = admin
#$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
# cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
$(top_srcdir)/subdirs:
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
#$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
# @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
#package-messages:
# $(MAKE) -f admin/Makefile.common package-messages
# $(MAKE) -C po merge
#dist-hook:
# cd $(top_distdir) && perl admin/am_edit -padmin
# cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
noinst_DATA = aclocal.m4 Makefile.in config.h.in
SUBDIRS = src templates
INCLUDES = $(all_includes)