You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
940 B
25 lines
940 B
SUBDIRS = $(TOPSUBDIRS)
|
|
|
|
$(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 $(top_srcdir)/sword.m4
|
|
@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in sword.m4 > acinclude.m4
|
|
|
|
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
|
|
|
|
package-messages:
|
|
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages
|
|
$(MAKE) -C po merge
|
|
|
|
EXTRA_DIST = admin COPYING configure.in.in debian sword_1_5_8_fix.patch
|
|
|
|
dist-hook:
|
|
cd $(top_distdir) && perl admin/am_edit -padmin
|
|
cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
|
|
-rm -rf `find $(top_distdir)/admin -name .svn`
|
|
-rm -rf `find $(top_distdir)/debian -name .svn`
|