X-Git-Url: https://ginac.de/ginac.git/static/gitweb.css/ginac.git?a=blobdiff_plain;f=Makefile.in;h=2cbb87ae12f1472abd2556dd15b6c9802249a942;hb=1c288c22278ea56673eaf96c3c9885a7b5d854a8;hp=272ac7f64821aa4cc3e09e0374b92b4c94016db1;hpb=af95c1e080f84bbf5bcf34b0b1cce8fd2a772323;p=ginac.git diff --git a/Makefile.in b/Makefile.in index 272ac7f6..2cbb87ae 100644 --- a/Makefile.in +++ b/Makefile.in @@ -64,12 +64,14 @@ ARCHIVE_VERSION = @ARCHIVE_VERSION@ AS = @AS@ CC = @CC@ CINT = @CINT@ +CINTSYSDIR = @CINTSYSDIR@ CXX = @CXX@ CXXCPP = @CXXCPP@ DLLTOOL = @DLLTOOL@ DOXYGEN = @DOXYGEN@ DVIPS = @DVIPS@ FIG2DEV = @FIG2DEV@ +GINACCINTDIR = @GINACCINTDIR@ GINACLIB_BINARY_AGE = @GINACLIB_BINARY_AGE@ GINACLIB_CPPFLAGS = @GINACLIB_CPPFLAGS@ GINACLIB_INTERFACE_AGE = @GINACLIB_INTERFACE_AGE@ @@ -82,6 +84,7 @@ GINSH_LIBS = @GINSH_LIBS@ LATEX = @LATEX@ LD = @LD@ LEX = @LEX@ +LIBTERMCAP = @LIBTERMCAP@ LIBTOOL = @LIBTOOL@ LN_S = @LN_S@ LT_AGE = @LT_AGE@ @@ -101,7 +104,8 @@ TUTORIAL_TARGETS = @TUTORIAL_TARGETS@ VERSION = @VERSION@ YACC = @YACC@ -SUBDIRS = 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 @@ -356,14 +360,14 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$/$$file $(distdir)/$$file; \ + cp -pr $$d/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || 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 \ @@ -451,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