X-Git-Url: https://ginac.de/ginac.git/static/gitweb.css/ginac.git?a=blobdiff_plain;f=Makefile.in;h=2cbb87ae12f1472abd2556dd15b6c9802249a942;hb=1c288c22278ea56673eaf96c3c9885a7b5d854a8;hp=3f48f733e7dee537a92c25dcb3faa58991709f77;hpb=11b04edda530b248b849d46fb310a9fad1c1892f;p=ginac.git diff --git a/Makefile.in b/Makefile.in index 3f48f733..2cbb87ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -82,8 +82,9 @@ GINACLIB_MINOR_VERSION = @GINACLIB_MINOR_VERSION@ GINACLIB_VERSION = @GINACLIB_VERSION@ GINSH_LIBS = @GINSH_LIBS@ LATEX = @LATEX@ +LD = @LD@ LEX = @LEX@ -LIBGINACCINT = @LIBGINACCINT@ +LIBTERMCAP = @LIBTERMCAP@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LT_AGE = @LT_AGE@ @@ -94,6 +95,7 @@ MAINT = @MAINT@ MAKECINT = @MAKECINT@ MAKEINDEX = @MAKEINDEX@ MAKEINFO = @MAKEINFO@ +NM = @NM@ OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ @@ -102,7 +104,8 @@ TUTORIAL_TARGETS = @TUTORIAL_TARGETS@ VERSION = @VERSION@ YACC = @YACC@ -SUBDIRS = @GINACCINTDIR@ ginac check ginsh tools doc +SUBDIRS = ginac check ginsh tools @GINACCINTDIR@ doc +DIST_SUBDIRS = cint ginac check ginsh tools doc # Requires automake 1.4 AUTOMAKE_OPTIONS = 1.4 @@ -364,7 +367,7 @@ distdir: $(DISTFILES) || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done - for subdir in $(SUBDIRS); do \ + for subdir in $(DIST_SUBDIRS); do \ if test "$$subdir" = .; then :; else \ test -d $(distdir)/$$subdir \ || mkdir $(distdir)/$$subdir \ @@ -452,8 +455,8 @@ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean -# Rule to build tar-gzipped distribution package -$(PACKAGE)-$(VERSION).tar.gz: dist +# Rule to build tar-bzipped distribution package +$(PACKAGE)-$(VERSION).tar.bz2: dist # Rule to build RPM distribution package rpm: $(PACKAGE)-$(VERSION).tar.gz