Ticket #36243: no-xmaxima.patch
File no-xmaxima.patch, 2.9 KB (added by KubaO (Kuba Ober), 12 years ago) |
---|
-
interfaces/Makefile.in
old new 183 183 target_alias = @target_alias@ 184 184 top_builddir = @top_builddir@ 185 185 top_srcdir = @top_srcdir@ 186 SUBDIRS = emacs xmaxima 187 EXTRA_DIST = bin/xmaxima.iss 186 SUBDIRS = emacs 188 187 all: all-recursive 189 188 190 189 .SUFFIXES: -
Makefile.in
old new 36 36 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 37 37 $(srcdir)/Makefile.in $(srcdir)/common.mk \ 38 38 $(srcdir)/maxima-local.in $(srcdir)/maxima.iss.in \ 39 $(srcdir)/maxima.spec.in $(srcdir)/xmaxima-local.in\39 $(srcdir)/maxima.spec.in \ 40 40 $(top_srcdir)/configure $(top_srcdir)/doc/man/ru/maxima.1.in \ 41 $(top_srcdir)/interfaces/xmaxima/Tkmaxima/Header.tcl.in \42 41 AUTHORS COPYING ChangeLog INSTALL NEWS config.guess config.sub \ 43 42 install-sh missing 44 43 subdir = . … … 49 48 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 50 49 configure.lineno config.status.lineno 51 50 mkinstalldirs = $(install_sh) -d 52 CONFIG_CLEAN_FILES = maxima-local xmaxima-localmaxima.spec maxima.iss \53 doc/man/ru/maxima.1 interfaces/xmaxima/Tkmaxima/Header.tcl51 CONFIG_CLEAN_FILES = maxima-local maxima.spec maxima.iss \ 52 doc/man/ru/maxima.1 54 53 SOURCES = 55 54 DIST_SOURCES = 56 55 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ … … 212 211 common.mk maxima.iss.in \ 213 212 README.lisps README.rpms README.i18n README.external \ 214 213 INSTALL.win32 INSTALL.lisp \ 215 configure.lisp maxima-local.in xmaxima-local.in\214 configure.lisp maxima-local.in \ 216 215 macosx/Makefile macosx/Readme.txt macosx/maxima.sh macosx/script \ 217 macosx/ xmaxima.sh macosx/appIcon.icns \216 macosx/appIcon.icns \ 218 217 ChangeLog-5.9.2 ChangeLog-5.9.3 ChangeLog-5.10.0 ChangeLog-5.11.0 \ 219 218 ChangeLog-5.12.0 ChangeLog-5.13.0 ChangeLog-5.14.0 ChangeLog-5.15.0 \ 220 219 ChangeLog-5.16 ChangeLog-5.17 ChangeLog-5.17-special-functions \ … … 282 281 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 283 282 maxima-local: $(top_builddir)/config.status $(srcdir)/maxima-local.in 284 283 cd $(top_builddir) && $(SHELL) ./config.status $@ 285 xmaxima-local: $(top_builddir)/config.status $(srcdir)/xmaxima-local.in286 cd $(top_builddir) && $(SHELL) ./config.status $@287 284 maxima.spec: $(top_builddir)/config.status $(srcdir)/maxima.spec.in 288 285 cd $(top_builddir) && $(SHELL) ./config.status $@ 289 286 maxima.iss: $(top_builddir)/config.status $(srcdir)/maxima.iss.in 290 287 cd $(top_builddir) && $(SHELL) ./config.status $@ 291 288 doc/man/ru/maxima.1: $(top_builddir)/config.status $(top_srcdir)/doc/man/ru/maxima.1.in 292 289 cd $(top_builddir) && $(SHELL) ./config.status $@ 293 interfaces/xmaxima/Tkmaxima/Header.tcl: $(top_builddir)/config.status $(top_srcdir)/interfaces/xmaxima/Tkmaxima/Header.tcl.in294 cd $(top_builddir) && $(SHELL) ./config.status $@295 290 296 291 # This directory's subdirectories are mostly independent; you can cd 297 292 # into them and run `make' without going through this Makefile.