X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=Makefile.in;h=04d5e3efdff8eaff9d443ab2de429c4c111dff3d;hp=52ec0542c3ba30b35c041ab0f36a69b278b5575c;hb=0fadde384343993c3860102edde311a8e1193d26;hpb=7dc39bc3be36061c6dea51b0c421d178dfe7f0db;ds=sidebyside diff --git a/Makefile.in b/Makefile.in index 52ec0542..04d5e3ef 100644 --- a/Makefile.in +++ b/Makefile.in @@ -88,6 +88,8 @@ MAKEINFO = @MAKEINFO@ NM = @NM@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ +REFERENCE_TARGETS = @REFERENCE_TARGETS@ +TUTORIAL_TARGETS = @TUTORIAL_TARGETS@ VERSION = @VERSION@ YACC = @YACC@ @@ -95,11 +97,11 @@ SUBDIRS = ginac check ginsh doc ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = config.h -CONFIG_CLEAN_FILES = -DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ -Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 config.guess \ -config.h.in config.sub configure configure.in install-sh ltconfig \ -ltmain.sh missing mkinstalldirs stamp-h.in +CONFIG_CLEAN_FILES = GiNaC.spec +DIST_COMMON = README AUTHORS COPYING ChangeLog GiNaC.spec.in INSTALL \ +Makefile.am Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 \ +config.guess config.h.in config.sub configure configure.in install-sh \ +ltconfig ltmain.sh missing mkinstalldirs stamp-h.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -144,6 +146,8 @@ distclean-hdr: -rm -f config.h maintainer-clean-hdr: +GiNaC.spec: $(top_builddir)/config.status GiNaC.spec.in + cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile.