summaryrefslogtreecommitdiff
path: root/leim/makefile.w32-in
Commit message (Collapse)AuthorAgeFilesLines
* Remove files used by the old MS-Windows specific build procedureEli Zaretskii2015-08-151-237/+0
| | | | | | | | | | * nt/configure.bat: Remove everything except the blurb about the new build procedure. * make-dist: Remove references to makefile.w32-in in various directories, and to files in nt/ that were deleted. * etc/NEWS: Mention the fact that the files were dropped.
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
| | | | Run admin/update-copyright.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* MS-Windows followup to automation of ja-dic.el in ↵Eli Zaretskii2013-03-181-0/+7
| | | | | | | | 2013-03-18T04:30:20Z!eggert@cs.ucla.edu. leim/makefile.w32-in ($(srcdir)/ja-dic/ja-dic.el): New target. Fixes: debbugs:13984
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-1/+1
| | | | | | | | | | | | * lisp/org/ob-lilypond.el (ly-w32-ly-path): Rename from ly-win32-ly-path. (ly-w32-pdf-path): Rename from ly-win32-pdf-path. (ly-w32-midi-path): Rename from ly-win32-midi-path. (ly-determine-ly-path, ly-determine-pdf-path, ly-determine-midi-path): Check for "windows-nt", not "win32", in system-type. * src/regex.c (MAX_BUF_SIZE): Remove some incorrect and long-ago-commented-out code that talks about "WIN32". * src/w32heap.h (OS_WINDOWS_95): Rename from OS_WIN95. All uses changed.
* Fix parallel "make install" on MS-Windows.Eli Zaretskii2012-03-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | nt/makefile.w32-in (install-bin): Don't copy addpm.exe here. Use $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping on other (parallel) Make job's toes. (install-other-dirs-nmake, install-other-dirs-gmake): Depend on `all'. (install-shortcuts): Depend on $(INSTALL_DIR)/bin. Copy addpm.exe here. (maybe-copy-distfiles-CMD, maybe-copy-distfiles-SH, dist): Depend on create-tmp-dist-dir. nt/nmake.defs (DIRNAME): New variable. (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of same-dir.tst. nt/gmake.defs (DIRNAME): New variable. (IFNOTSAMEDIR): Use $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid conflicts between several (parallel) Make jobs. lisp/makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping on other (parallel) Make job's toes. leim/makefile.w32-in (install): Use $(DIRNAME)_same-dir.tst instead of same-dir.tst, to avoid stepping on other (parallel) Make job's toes.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Add missing file to leim/Makefile.Glenn Morris2011-08-201-0/+1
| | | | | * leim/Makefile.in (OTHERS): * leim/makefile.w32-in (MISC): Add ipa-praat.elc.
* New input methods for Persian/Farsi.Mohsen BANAN2011-05-161-0/+1
| | | | | | | leim/quail/persian.el: New file. leim/Makefile.in (OTHERS): Add $(srcdir)/quail/georgian.elc. leim/makefile.w32-in (MISC): Add $(srcdir)/quail/georgian.elc. etc/NEWS: Mention the new input methods.
* Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+2
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
|
* Add --no-site-lisp to more Makefiles.Glenn Morris2011-01-071-1/+1
| | | | | | | | | * leim/makefile.w32-in (RUN_EMACS): * leim/Makefile.in (RUN-EMACS): Add --no-site-lisp. * lib-src/Makefile.in (EMACSOPT): Add --no-site-lisp. * lisp/makefile.w32-in (EMACSOPT): Add --no-site-lisp.
* In Makefiles, -batch implies -q.Glenn Morris2011-01-071-2/+2
| | | | | | | | | | * leim/makefile.w32-in (RUN_EMACS): * leim/Makefile.in (RUN-EMACS): -batch implies --no-init-file. * lisp/makefile.w32-in (EMACSOPT): -batch implies --no-init-file. * src/makefile.w32-in ($(EMACS)): * src/Makefile.in (emacs$(EXEEXT)): -batch implies -q.
* Make obsolete --unibyte argument do nothing (Bug#6886).Chong Yidong2010-08-221-1/+1
| | | | | | | | | | | | * src/emacs.c (main): Remove --unibyte handling (Bug#6886). * lisp/startup.el (command-line-1): Issue warning for ignored arguments --unibyte, etc (Bug#6886). * doc/lispref/nonascii.texi (Text Representations): * doc/lispref/loading.texi (Loading Non-ASCII): * doc/lispref/compile.texi (Byte Compilation): Don't mention obsolete --unibyte command-line argument.
* Enclose the argument of "-l" in quotes.Eli Zaretskii2010-03-271-5/+10
| | | | | | makefile.w32-in ($(TIT), $(MISC_DIC), leim-list.el): Enclose the argument of "-l" in $(ARGQUOTE), in case it includes blanks or other special characters.
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
|
* * makefile.w32-in (MISC): Add $(srcdir)/quail/arabic.elc.Juanma Barranquero2008-06-241-0/+1
|
* (clean mostlyclean): Delete leim-list.el~.Eli Zaretskii2008-06-201-0/+2
| | | | (distclean): Delete makefile.
* (distclean): Don't delete `quail' subdir: if we are building in the sandbox,Eli Zaretskii2008-06-201-1/+0
| | | | there are precious files there.
* (KOREAN): Remove ${srcdir}/quail/hangul3.elc.Kenichi Handa2008-06-031-1/+1
| | | | (leim-list.el): Remove leim-list.el at first.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-071-8/+7
|
* Merge from emacs--rel--22Miles Bader2008-01-081-2/+3
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-2/+3
| |
* | * configure.in: Remove references to unsupported systems.Dan Nicolaescu2008-01-061-1/+1
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * notes/copyright: * MAINTAINERS: Remove references to files that have been removed. * os.texi (System Environment): Remove references to OSes that are not supported anymore. * PROBLEMS: * MACHINES: Remove references to systems not supported anymore. * makefile.w32-in: * Makefile.in: Remove references to Xenix. * gnus.el (gnus-use-long-file-name): Remove reference to xenix. * obsolete/x-apollo.el: Remove file for unsupported system. * term/x-win.el (vendor-specific-keysyms): Remove reference to Apollo. * progmodes/gud.el (gud-dgux-p): Remove. (dbx): Remove reference to dgux. * progmodes/ps-mode.el (ps-mode-print-function): * ps-print.el (ps-lp-system): * paths.el (rmail-spool-directory): * ls-lisp.el (ls-lisp-emulation): * lpr.el (lpr-lp-system): * dired.el (dired-chown-program): Remove references to dgux. * m/7300.h: * m/acorn.h: * m/alliant-2800.h: * m/alliant.h: * m/alliant1.h: * m/alliant4.h: * m/altos.h: * m/amdahl.h: * m/apollo.h: * m/att3b.h: * m/aviion-intel.h: * m/aviion.h: * m/celerity.h: * m/clipper.h: * m/cnvrgnt.h: * m/convex.h: * m/cydra5.h: * m/delta88k.h: * m/dpx2.h: * m/dual.h: * m/elxsi.h: * m/f301.h: * m/gould-np1.h: * m/gould.h: * m/i860.h: * m/ibmps2-aix.h: * m/ibmrt-aix.h: * m/ibmrt.h: * m/irist.h: * m/is386.h: * m/isi-ov.h: * m/mega68.h: * m/mg1.h: * m/news-r6.h: * m/news-risc.h: * m/news.h: * m/nh3000.h: * m/nh4000.h: * m/ns16000.h: * m/ns32000.h: * m/nu.h: * m/orion.h: * m/orion105.h: * m/paragon.h: * m/pfa50.h: * m/plexus.h: * m/pyramid.h: * m/pyrmips.h: * m/sh3el.h: * m/sps7.h: * m/sr2k.h: * m/stride.h: * m/sun1.h: * m/sun2.h: * m/sun3-68881.h: * m/sun3-fpa.h: * m/sun3-soft.h: * m/sun3.h: * m/sun386.h: * m/symmetry.h: * m/tad68k.h: * m/tahoe.h: * m/targon31.h: * m/tek4300.h: * m/tekxd88.h: * m/tower32.h: * m/tower32v3.h: * m/ustation.h: * m/wicat.h: * m/xps100.h: * s/cxux.h: * s/cxux7.h: * s/dgux.h: * s/dgux4.h: * s/dgux5-4-3.h: * s/dgux5-4r2.h: * s/esix.h: * s/esix5r4.h: * s/hiuxmpp.h: * s/hiuxwe2.h: * s/iris3-5.h: * s/iris3-6.h: * s/isc2-2.h: * s/isc3-0.h: * s/isc4-0.h: * s/isc4-1.h: * s/newsos5.h: * s/newsos6.h: * s/osf1.h: * s/osf5-0.h: * s/riscix1-1.h: * s/riscix12.h: * s/sco4.h: * s/sco5.h: * s/sunos4-0.h: * s/sunos4-1.h: * s/sunos413.h: * s/sunos4shr.h: * s/umax.h: * s/unipl5-2.h: * s/xenix.h: * cxux-crt0.s: * unexapollo.c: * unexconvex.c: * unexenix.c: * unexsni.c: Remove files for systems no longer supported. * m/intel386.h: Remove references to unsupported systems. * w32.c (get_emacs_configuration): Remove reference to i860. * sysdep.c: Remove dead code.
* Restore comma mistakenly removed in last change.Glenn Morris2007-07-251-1/+1
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (extraclean): Don't delete *~.Eli Zaretskii2007-07-201-1/+3
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
|
* Update AIST copyright years.Kenichi Handa2006-12-131-1/+1
|
* (leim-list.el): Depend on leim-ext.el as well. Run Emacs to appendEli Zaretskii2006-12-091-2/+3
| | | | non-empty non-comment lines in leim-ext.el to leim-list.el.
* (MISC): Add $(srcdir)/quail/sisheng.elc.Juanma Barranquero2006-12-051-1/+2
|
* updated copyright year(s)Ramprasad B2006-04-201-1/+1
|
* Copyright fixedKenichi Handa2005-12-191-3/+5
|
* ($(TIT), leim-list.el): Warn that parts of commands enclosed in $(ARGQUOTE)sEli Zaretskii2005-12-171-0/+6
| | | | | should not be split between two lines, as that will break with GNU Make >3.80, when sh.exe is used and arg quoting is with '..'.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (distclean): Fix a typo (colon was after "clean").Eli Zaretskii2005-06-041-2/+6
| | | | (extraclean): New target, emulates Makefile.in.
* Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396Miles Bader2004-06-111-3/+1
| | | | | | | | | | | | | Tweak arch tagging to make build/install-in-place less annoying Previously, autoconf-created Makefiles and the like would contain duplicate taglines (unfortunately, autoconf doesn't seem to have a `strip in generated file' comment mechanism) leading to conflicts, and installing in place would create unknown directories and copies of source directories (leading to conflicts with the source directories). This changeset makes all autoconf-processed files use explicit id-tags and adds .arch-inventory entries to ignore installation directories.
* Add "-*- makefile -*-" mode tag.Juanma Barranquero2004-04-231-1/+1
|
* (distclean clean): Remove nmake specificAndrew Innes2004-04-091-1/+1
| | | | stamp-subdir test.
* (all): Depends on $(WORLD) instead of $(TIT) andKenichi Handa2004-03-011-3/+5
| | | | | | $(MISC-DIC). (clean, mostlyclean): Don't delete *.elc distributed with tarball. (maintainer-clean): Delete files that are not in CVS repository.
* Add arch taglinesMiles Bader2003-09-011-0/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (SLAVIC): Add croatian.elc.Dave Love2003-01-051-0/+1
|
* (LATIN): Add welsh.elc.Juanma Barranquero2002-12-101-3/+9
| | | | | | (MISC): Add georgian.elc. (UNICODE): Add it. (WORLD): Add $(UNICODE).
* * Makefile.in (VIETNAMESE), makefile.nt (VIETNAMESE), makefile.w32-inWerner LEMBERG2002-03-041-1/+1
| | | | (VIETNAMESE): Add vntelex.el.
* ($(TIT)): Don't depend on $(SUBDIRS).Andrew Innes2002-02-101-7/+7
| | | | ($(MISC_DIC)): Ditto.
* Rename devanagari.elc to indian.elcJason Rumney2001-11-281-1/+1
|
* (TIT-GB): Remove CTLau.elc from it.Andrew Innes2001-06-011-4/+3
| | | | | | (TIT-BIG5): Remove CTLauB.elc from it. (MISC-DIC): Add CTLau.elc and CTLau-b5.elc to it. (clean mostlyclean): Remove obsolete reference.