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.
mathemagics/Makefile.am

31 lines
1.0 KiB

## kdenonbeta/Makefile.am
## (C) 1997 Stephan Kulow
AUTOMAKE_OPTIONS = foreign
DISTCLEANFILES = inst-apps
install-data-local:
@echo ""
@echo ""
@echo "*************** Important *************************"
@echo ""
@echo "comments/problems to jason@katzbrown.com please!"
@echo ""
@echo "****************************************************"
@echo ""
$(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
$(top_srcdir)/configure.in: $(top_srcdir)/configure.files $(shell test -f $(top_srcdir)/configure.files && cat $(top_srcdir)/configure.files)
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in
$(top_srcdir)/subdirs:
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
$(top_srcdir)/configure.files:
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 SUBDIRS configure.files
SUBDIRS=$(TOPSUBDIRS)