Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
238add5e
Commit
238add5e
authored
May 03, 2004
by
Jason Rumney
Browse files
Remove files related to old msvc only windows build.
parent
5eb3d2a5
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
23 additions
and
2611 deletions
+23
-2611
leim/ChangeLog
leim/ChangeLog
+5
-1
leim/makefile.nt
leim/makefile.nt
+0
-208
lib-src/ChangeLog
lib-src/ChangeLog
+4
-0
lib-src/makefile.nt
lib-src/makefile.nt
+0
-417
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/makefile.nt
lisp/makefile.nt
+0
-284
nt/ChangeLog
nt/ChangeLog
+5
-0
nt/ebuild.bat
nt/ebuild.bat
+0
-7
nt/fast-install.bat
nt/fast-install.bat
+0
-5
nt/install.bat
nt/install.bat
+0
-12
nt/makefile.def
nt/makefile.def
+0
-231
nt/makefile.nt
nt/makefile.nt
+0
-213
nt/nmake.defs
nt/nmake.defs
+1
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/makefile.nt
src/makefile.nt
+0
-1232
No files found.
leim/ChangeLog
View file @
238add5e
2004
-
05
-
03
Jason
Rumney
<
jasonr
@
gnu
.
org
>
*
makefile
.
nt
:
Remove
.
2004
-
04
-
23
Juanma
Barranquero
<
lektu
@
terra
.
es
>
*
makefile
.
w32
-
in
:
Add
"-*- makefile -*-"
mode
tag
.
...
...
@@ -1393,7 +1397,7 @@
;; Local Variables:
;; coding
:
iso-2022-7bit
-unix
;; coding: iso-2022-7bit
;; End:
Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
...
...
leim/makefile.nt
deleted
100644 → 0
View file @
5eb3d2a5
# Makefile for leim subdirectory in GNU Emacs on the Microsoft W32 API.
# Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
# Licensed to the Free Software Foundation.
# This file is part of GNU Emacs.
# GNU Emacs is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# GNU Emacs is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Emacs; see the file COPYING. If not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# Sets up the system dependent macros.
#
!
include
..\nt\makefile.def
srcdir
=
.
# Where to install LEIM files.
INSTALLDIR
=
$(INSTALL_DIR)
\l
eim
# On Xenix and the IBM RS6000, double-dot gets screwed up.
dot
=
.
# Which Emacs to use to convert TIT files to Emacs Lisp files,
# byte-compile Emacs Lisp files, and generate the file leim-list.el.
BUILT_EMACS
=
$(dot)$(dot)
\s
rc
\$
(
BLD
)
\e
macs.exe
buildlisppath
=
$
(
MAKEDIR:
\=
/
)
/
$(dot)$(dot)
/lisp
# How to run Emacs.
RUN_EMACS
=
$(BUILT_EMACS)
-batch
--no-init-file
--no-site-file
--multibyte
# Subdirectories to be made if $(srcdir) is different from the current
# directory.
SUBDIRS
=
quail
# Files generated from TIT dictionaries for Chinese GB character set.
TIT_GB
=
\
quail/CCDOSPY.elc
\
quail/Punct.elc
\
quail/QJ.elc
\
quail/SW.elc
\
quail/TONEPY.elc
# Files generated from TIT dictionaries for Chinese BIG5 character set.
TIT_BIG5
=
\
quail/4Corner.elc
\
quail/ARRAY30.elc
\
quail/ECDICT.elc
\
quail/ETZY.elc
\
quail/Punct-b5.elc
\
quail/PY-b5.elc
\
quail/QJ-b5.elc
\
quail/ZOZY.elc
CHINESE_TIT
=
$(TIT_GB)
$(TIT_BIG5)
NON_TIT_GB
=
$(srcdir)
/quail/py-punct.elc
NON_TIT_BIG5
=
$(srcdir)
/quail/quick-b5.elc
CHINESE_NON_TIT
=
$(NON_TIT_GB)
$(NON_TIT_BIG5)
CHINESE_GB
=
$(TIT_GB)
$(NON_TIT_GB)
CHINESE_BIG5
=
$(TIT_BIG5)
$(NON_TIT_BIG5)
JAPANESE
=
$(srcdir)
/quail/japanese.elc
$(srcdir)
/ja-dic/ja-dic.elc
KOREAN
=
$(srcdir)
/quail/hangul.elc
\
$(srcdir)
/quail/hangul3.elc
\
$(srcdir)
/quail/hanja.elc
\
$(srcdir)
/quail/hanja3.elc
\
$(srcdir)
/quail/hanja-jis.elc
\
$(srcdir)
/quail/symbol-ksc.elc
THAI
=
$(srcdir)
/quail/thai.elc
VIETNAMESE
=
$(srcdir)
/quail/viqr.elc
$(srcdir)
/quail/vntelex.elc
LAO
=
$(srcdir)
/quail/lao.elc
$(srcdir)
/quail/lrt.elc
INDIAN
=
$(srcdir)
/quail/indian.elc
TIBETAN
=
$(srcdir)
/quail/tibetan.elc
LATIN
=
$(srcdir)
/quail/latin-pre.elc
\
$(srcdir)
/quail/latin-post.elc
\
$(srcdir)
/quail/latin-alt.elc
\
$(srcdir)
/quail/latin-ltx.elc
SLAVIC
=
\
$(srcdir)
/quail/czech.elc
\
$(srcdir)
/quail/slovak.elc
GREEK
=
$(srcdir)
/quail/greek.elc
RUSSIAN
=
$(srcdir)
/quail/cyrillic.elc
$(srcdir)
/quail/cyril-jis.elc
MISC
=
\
$(srcdir)
/quail/ethiopic.elc
\
$(srcdir)
/quail/ipa.elc
\
$(srcdir)
/quail/hebrew.elc
MISC_DIC
=
\
quail/tsang-b5.elc
\
quail/quick-b5.elc
\
quail/tsang-cns.elc
\
quail/quick-cns.elc
\
quail/PY.elc
\
quail/ZIRANMA.elc
\
quail/CTLau.elc
\
quail/CTLau-b5.elc
CHINESE
=
$(CHINESE_GB)
$(CHINESE_BIG5)
EASTASIA
=
$(CHINESE)
$(JAPANESE)
$(KOREAN)
ASIA
=
$(EASTASIA)
$(THAI)
$(VIETNAMESE)
$(LAO)
$(INDIAN)
$(TIBETAN)
EUROPEAN
=
$(LATIN)
$(SLAVIC)
$(GREEK)
$(RUSSIAN)
WORLD
=
$(ASIA)
$(EUROPEAN)
$(MISC)
TIT
=
$(CHINESE_TIT)
NON_TIT
=
$(CHINESE_NON_TIT)
$(JAPANESE)
$(KOREAN)
$(EUROPEAN)
$(MISC)
all
:
$(BUILT_EMACS) $(SUBDIRS) $(WORLD) leim-list.el
# To ensure that we can run Emacs. This target is ignored (never
# being hit) if a user changes default value of EMACS.
$(dot)$(dot)/src/emacs
:
cd
../src
;
$(MAKE)
$(MFLAGS)
emacs
$(SUBDIRS)
:
mkdir
$@
echo
stamp>stamp-subdir
# The rules which generate $(TIT) and ${MISC_DIC) files create them all
# in one go. So we need to prevent parallel execution for that target,
# otherwise Emacs complains about files being locked. .NOTPARALLEL is
# for GNU Make, .NO_PARALLEL is for other Make's.
.NOTPARALLEL
:
$(TIT) $(MISC_DIC)
.NO_PARALLEL
:
$(TIT) $(MISC_DIC)
# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
$(TIT)
:
$(SUBDIRS)
set
EMACSLOADPATH
=
$(buildlisppath)
$(RUN_EMACS)
-l
$(buildlisppath)
/international/titdic-cnv
\
--eval
"(batch-titdic-convert t)"
-dir
quail
$(srcdir)
/CXTERM-DIC
$(RUN_EMACS)
-l
$(buildlisppath)
/international/quail
\
-f
batch-byte-compile
$(TIT:.elc=.el)
# Rule to generate quail/*.el from CXTERM-DIC/*.tit.
$(MISC_DIC)
:
$(SUBDIRS)
set
EMACSLOADPATH
=
$(buildlisppath)
$(RUN_EMACS)
-l
$(buildlisppath)
/international/titdic-cnv
\
-f
batch-miscdic-convert
-dir
quail
$(srcdir)
/MISC-DIC
$(RUN_EMACS)
-l
$(buildlisppath)
/international/quail
\
-f
batch-byte-compile
$(MISC_DIC:.elc=.el)
.SUFFIXES
:
.elc .el
.el.elc
:
set
EMACSLOADPATH
=
$(buildlisppath)
$(RUN_EMACS)
-f
batch-byte-compile
$<
leim-list.el
:
$(SUBDIRS) $(WORLD)
set
EMACSLOADPATH
=
$(buildlisppath)
$(RUN_EMACS)
-l
$(buildlisppath)
/international/quail
\
--eval
"(update-leim-list-file
\"
.
\"
)"
install
:
all
-
mkdir
$(INSTALLDIR)
-
$(DEL)
same-dir.tst
-
$(DEL)
$(INSTALLDIR)
\s
ame-dir.tst
echo
SameDirTest
>
$(INSTALLDIR)
\s
ame-dir.tst
if
not exist same-dir.tst
$(CP)
leim-list.el
$(INSTALLDIR)
if
not exist same-dir.tst
$(CP_DIR)
quail
$(INSTALLDIR)
\q
uail
if
not exist same-dir.tst
$(CP_DIR)
ja-dic
$(INSTALLDIR)
\j
a-dic
-
$(DEL)
$(INSTALLDIR)
\s
ame-dir.tst
TIT_EL
=
$(TIT:.elc=.el)
MISC_DIC_EL
=
$(MISC_DIC:.elc=.el)
clean mostlyclean
:
for
%%f
in
(
$
(
TIT:/
=
\)
)
do
$(DEL)
%%f
for
%%f
in
(
$
(
TIT_EL:/
=
\)
)
do
$(DEL)
%%f
for
%%f
in
(
$
(
MISC_DIC:/
=
\)
)
do
$(DEL)
%%f
for
%%f
in
(
$
(
MISC_DIC_EL:/
=
\)
)
do
$(DEL)
%%f
$(DEL)
leim-list.el
distclean
:
clean
if
exist stamp-subdir
$(DELTREE)
$(SUBDIRS)
$(DEL)
stamp-subdir
maintainer-clean
:
distclean
for
%%f
in
(
$
(
WORLD:/
=
\)
)
do
$(DEL)
%%f
# arch-tag: cded53b4-4803-496b-8c05-7daff80e5b3b
lib-src/ChangeLog
View file @
238add5e
2004-05-03 Jason Rumney <jasonr@gnu.org>
* makefile.nt: Remove.
2004-04-26 Eli Zaretskii <eliz@gnu.org>
* make-docfile.c (IS_DIRECTORY_SEP): New macro.
...
...
lib-src/makefile.nt
deleted
100644 → 0
View file @
5eb3d2a5
# Makefile for GNU Emacs lib-src directory.
# Geoff Voelker (voelker@cs.washington.edu)
# Copyright (C) 1994 Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
#
# GNU Emacs is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# GNU Emacs is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with GNU Emacs; see the file COPYING. If not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
#
# Sets up the system dependent macros.
#
!
include
..\nt\makefile.def
LOCAL_FLAGS
=
-DWINDOWSNT
-DDOS_NT
-DSTDC_HEADERS
=
1
-DNO_LDAV
=
1
\
-DNO_ARCHIVES
=
1
-DHAVE_CONFIG_H
=
1
-I
..
\n
t
\i
nc
-I
..
\s
rc
LINK_FLAGS
=
$(ARCH_LDFLAGS)
-debug
:PARTIAL
-machine
:
$(ARCH)
-subsystem
:console
-entry
:mainCRTStartup setargv.obj
ALL
=
$(BLD)
\m
ake-docfile.exe
\
$(BLD)
\h
exl.exe
\
$(BLD)
\c
tags.exe
\
$(BLD)
\e
tags.exe
\
$(BLD)
\e
browse.exe
\
$(BLD)
\m
ovemail.exe
# don't know what (if) to do with these yet...
#
# $(BLD)\sorted-doc.exe \
# $(BLD)\env.exe \
# $(BLD)\server.exe \
# $(BLD)\emacstool.exe \
# $(BLD)\leditcfns.exe \
# $(BLD)\emacsclient.exe \
# $(BLD)\cvtmail.exe \
# $(BLD)\digest-doc.exe \
# $(BLD)\test-distrib.exe \
LIBS
=
$(BASE_LIBS)
$(BLD)\make-docfile.exe
:
$(BLD)
\m
ake-docfile.obj $(BLD)
\n
tlib.obj
$(LINK)
-out
:
$@
$(LINK_FLAGS)
$(BLD)
\m
ake-docfile.obj
$(BLD)
\n
tlib.obj
$(LIBS)
$(BLD)\hexl.exe
:
$(BLD)
\h
exl.obj
$(BLD)\fakemail.exe
:
$(BLD)
\f
akemail.obj $(BLD)
\n
tlib.obj
$(LINK)
-out
:
$@
$(LINK_FLAGS)
-debug
:full
$(BLD)
\f
akemail.obj
$(BLD)
\n
tlib.obj
$(LIBS)
make-docfile
:
$(BLD) $(BLD)
\m
ake-docfile.exe
etags
:
$(BLD) $(BLD)
\e
tags.exe
ebrowse
:
$(BLD) $(BLD)
\e
browse.exe
hexl
:
$(BLD) $(BLD)
\h
exl.exe
movemail
:
$(BLD) $(BLD)
\m
ovemail.exe
fakemail
:
$(BLD) $(BLD)
\f
akemail.exe
GETOPTOBJS
=
$(BLD)
\g
etopt.obj
$(BLD)
\g
etopt1.obj
GETOPTDEPS
=
$(GETOPTOBJS)
getopt.h
MOVEMAILOBJS
=
$(BLD)
\m
ovemail.obj
\
$(BLD)
\p
op.obj
\
$(BLD)
\n
tlib.obj
\
$(GETOPTOBJS)
$(BLD)\movemail.exe
:
$(MOVEMAILOBJS) getopt.h
# put wsock32.lib before $(LIBS) to ensure we don't link to ws2_32.lib
$(LINK) -out
:
$@ $(LINK_FLAGS) -debug:FULL $(MOVEMAILOBJS) wsock32.lib $(LIBS)
ETAGSOBJ
=
$(BLD)
\e
tags.obj
\
$(BLD)
\g
etopt.obj
\
$(BLD)
\g
etopt1.obj
\
$(BLD)
\n
tlib.obj
\
$(BLD)
\r
egex.obj
$(BLD)\etags.exe
:
$(ETAGSOBJ)
$(LINK)
-out
:
$@
$(LINK_FLAGS)
$(ETAGSOBJ)
$(LIBS)
$(BLD)\regex.obj
:
../src/regex.c ../src/regex.h ../src/config.h
$(CC)
$(CFLAGS)
-DCONFIG_BROKETS
-DINHIBIT_STRING_HEADER
\
../src/regex.c
-Fo
$@
ETAGS_CFLAGS
=
-DETAGS_REGEXPS
-DHAVE_GETCWD
$(BLD)\etags.obj
:
etags.c
$(CC)
$(CFLAGS)
$(ETAGS_CFLAGS)
-Fo
$@
etags.c
CTAGSOBJ
=
$(BLD)
\c
tags.obj
\
$(BLD)
\g
etopt.obj
\
$(BLD)
\g
etopt1.obj
\
$(BLD)
\n
tlib.obj
\
$(BLD)
\r
egex.obj
$(BLD)\ctags.exe
:
ctags.c $(CTAGSOBJ)
$(LINK)
-out
:
$@
$(LINK_FLAGS)
$(CTAGSOBJ)
$(LIBS)
ctags.c
:
etags.c
-
$(DEL)
ctags.c
copy etags.c ctags.c
CTAGS_CFLAGS
=
-DCTAGS
$(ETAGS_CFLAGS)
$(BLD)\ctags.obj
:
ctags.c
$(CC)
$(CFLAGS)
$(CTAGS_CFLAGS)
-Fo
$@
ctags.c
EBROWSE_OBJ
=
$(BLD)
\e
browse.obj
\
$(BLD)
\g
etopt.obj
\
$(BLD)
\g
etopt1.obj
\
$(BLD)
\n
tlib.obj
$(BLD)\ebrowse.exe
:
$(EBROWSE_OBJ)
$(LINK)
-out
:
$@
$(LINK_FLAGS)
$(EBROWSE_OBJ)
$(LIBS)
$(BLD)\ebrowse.obj
:
ebrowse.c ..
\s
rc
\c
onfig.h
$(CC)
$(CFLAGS)
-DVERSION
=
\"
$(VERSION)
\"
-Fo
$@
ebrowse.c
#
# don't know what to do with these yet...
#
# $(BLD)\sorted-doc.exe: $(BLD)\sorted-doc.obj
# $(BLD)\yow.exe: $(BLD)\yow.obj
# $(BLD)\emacstool.exe: $(BLD)\emacstool.obj
# $(BLD)\leditcfns.exe: $(BLD)\leditcfns.obj
# $(BLD)\server.exe: $(BLD)\server.obj
# $(BLD)\cvtmail.exe: $(BLD)\cvtmail.obj
# $(BLD)\digest-doc.exe: $(BLD)\digest-doc.obj
# $(BLD)\emacsclient.exe: $(BLD)\emacsclient.obj
# $(BLD)\test-distrib.exe: $(BLD)\test-distrib.obj
#
# From ..\src\makefile.nt.
#
obj
=
abbrev.c alloc.c alloca.c buffer.c bytecode.c callint.c callproc.c casefiddle.c cm.c cmds.c charset.c coding.c category.c ccl.c data.c dired.c dispnew.c doc.c doprnt.c editfns.c emacs.c eval.c fileio.c filelock.c filemode.c fns.c fontset.c indent.c insdel.c keyboard.c keymap.c lastfile.c lread.c macros.c marker.c minibuf.c xfaces.c print.c process.c regex.c scroll.c search.c syntax.c sysdep.c term.c termcap.c tparam.c undo.c unexw32.c window.c xdisp.c casetab.c floatfns.c frame.c gmalloc.c intervals.c ralloc.c textprop.c vm-limit.c region-cache.c strftime.c w32.c w32console.c w32faces.c w32fns.c w32heap.c w32inevt.c w32proc.c w32reg.c w32menu.c w32select.c w32term.c w32xfns.c
#
# These are the lisp files that are loaded up in loadup.el
#
lispsource
=
../lisp/
FACE_SUPPORT
=
$(lispsource)
facemenu.elc
MOUSE_SUPPORT
=
$(lispsource)
select
.elc
$(lispsource)
scroll-bar.elc
$(lispsource)
mouse.elc
FLOAT_SUPPORT
=
$(lispsource)
float-sup.elc
WINNT_SUPPORT
=
$(lispsource)
ls-lisp.elc
$(lispsource)
w32-fns.elc
$(lispsource)
dos-w32.elc
lisp
=
\
$(lispsource)
abbrev.elc
\
$(lispsource)
buff-menu.elc
\
$(lispsource)
byte-run.elc
\
$(lispsource)
cus-start.el
\
$(lispsource)
custom.elc
\
$(lispsource)
disp-table.elc
\
$(lispsource)
faces.elc
\
$(lispsource)
files.elc
\
$(lispsource)
textmodes/fill.elc
\
$(lispsource)
format.elc
\
$(FACE_SUPPORT)
\
$(MOUSE_SUPPORT)
\
$(FLOAT_SUPPORT)
\
$(lispsource)
frame.elc
\
$(X_WINDOWS_SUPPORT)
\
$(lispsource)
help.elc
\
$(lispsource)
indent.elc
\
$(lispsource)
isearch.elc
\
$(lispsource)
emacs-lisp/lisp-mode.elc
\
$(lispsource)
emacs-lisp/lisp.elc
\
$(lispsource)
loadup.el
\
$(lispsource)
loaddefs.el
\
$(lispsource)
bindings.el
\
$(lispsource)
map-ynp.elc
\
$(lispsource)
menu-bar.elc
\
$(lispsource)
international/mule.elc
\
$(lispsource)
international/mule-conf.el
\
$(lispsource)
international/mule-cmds.elc
\
$(lispsource)
international/characters.elc
\
$(lispsource)
international/ccl.elc
\
$(lispsource)
international/codepage.elc
\
$(lispsource)
international/utf-8.elc
\
$(lispsource)
case
-table
.elc
\
$(lispsource)
language/chinese.elc
\
$(lispsource)
language/cyrillic.elc
\
$(lispsource)
language/devanagari.elc
\
$(lispsource)
language/english.elc
\
$(lispsource)
language/ethiopic.elc
\
$(lispsource)
language/european.elc
\
$(lispsource)
language/czech.elc
\
$(lispsource)
language/slovak.elc
\
$(lispsource)
language/romanian.elc
\
$(lispsource)
language/greek.elc
\
$(lispsource)
language/hebrew.elc
\
$(lispsource)
language/indian.elc
\
$(lispsource)
language/japanese.elc
\
$(lispsource)
language/korean.elc
\
$(lispsource)
language/lao.elc
\
$(lispsource)
language/thai.elc
\
$(lispsource)
language/tibetan.elc
\
$(lispsource)
language/vietnamese.elc
\
$(lispsource)
language/misc-lang.elc
\
$(lispsource)
textmodes/page.elc
\
$(lispsource)
textmodes/paragraphs.elc
\
$(lispsource)
paths.el
\
$(lispsource)
register.elc
\
$(lispsource)
replace.elc
\
$(lispsource)
simple.elc
\
$(lispsource)
startup.elc
\
$(lispsource)
subr.elc
\
$(lispsource)
term/tty-colors.elc
\
$(lispsource)
textmodes/text-mode.elc
\
$(lispsource)
vc-hooks.elc
\
$(lispsource)
ediff-hook.elc
\
$(VMS_SUPPORT)
\
$(MSDOS_SUPPORT)
\
$(WINNT_SUPPORT)
\
$(lispsource)
widget.elc
\
$(lispsource)
window.elc
\
$(lispsource)
version.el
DOC
=
DOC
$(DOC)
:
$(BLD)
\m
ake-docfile.exe
-
$(DEL)
$(DOC)
$(BLD)
\m
ake-docfile
-d
..
\s
rc
$(obj)
>
$(DOC)
$(BLD)
\m
ake-docfile
-d
..
\s
rc
$(lisp)
>>
$(DOC)
$(CP)
$(DOC)
..
\e
tc
\D
OC-X
-
mkdir
..
\s
rc
\$
(
OBJDIR
)
-
mkdir
..
\s
rc
\$
(
OBJDIR
)
\e
tc
$(CP)
$(DOC)
..
\s
rc
\$
(
OBJDIR
)
\e
tc
\D
OC-X
{$(BLD)}.obj{$(BLD)}.exe
:
$(LINK)
-out
:
$@
$(LINK_FLAGS)
$*
.obj
$(LIBS)
#
# Build the executables
#
all
:
$(BLD) $(ALL) $(DOC)
#
# Assuming INSTALL_DIR is defined, build and install emacs in it.
#
INSTALL_FILES
=
$(ALL)
install
:
$(INSTALL_FILES)
-
mkdir
$(INSTALL_DIR)
\b
in
$(CP)
$(BLD)
\e
tags.exe
$(INSTALL_DIR)
\b
in
$(CP)
$(BLD)
\c
tags.exe
$(INSTALL_DIR)
\b
in
$(CP)
$(BLD)
\h
exl.exe
$(INSTALL_DIR)
\b
in
$(CP)
$(BLD)
\m
ovemail.exe
$(INSTALL_DIR)
\b
in
-
mkdir
$(INSTALL_DIR)
\e
tc
$(CP)
$(DOC)
$(INSTALL_DIR)
\e
tc
# Don't install fakemail by default, as it sends mail into a
# blackhole if /bin/mail is not installed.
# $(CP) $(BLD)\fakemail.exe $(INSTALL_DIR)\bin
#
# Maintenance
#
clean
:
; - $(DEL) *~ *.pdb DOC*
-
$(DEL)
*
.orig
*
.rej
*
.crlf ctags.c
-
$(DEL_TREE)
deleted
-
$(DEL_TREE)
obj
-
$(DEL_TREE)
obj-spd
#
# Headers we would preprocess if we could.
#
..\src\config.h
:
..
\n
t
\$
(CONFIG_H)
$(CP)
$*
*
$@
..\src\paths.h
:
..
\n
t
\p
aths.h
$(CP)
$*
*
$@
### DEPENDENCIES ###
EMACS_ROOT
=
..
SRC
=
.
$(BLD)\b2m.obj
:
\
$(SRC)
\b
2m.c
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\l
ib-src
\.
.
\s
rc
\c
onfig.h
$(BLD)\ctags.obj
:
\
$(SRC)
\c
tags.c
\
$(EMACS_ROOT)
\n
t
\i
nc
\s
ys
\p
aram.h
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\l
ib-src
\.
.
\s
rc
\c
onfig.h
\
$(SRC)
\n
tlib.h
\
$(SRC)
\g
etopt.h
$(BLD)\cvtmail.obj
:
\
$(SRC)
\c
vtmail.c
$(BLD)\digest-doc.obj
:
\
$(SRC)
\d
igest-doc.c
$(BLD)\emacsclient.obj
:
\
$(SRC)
\e
macsclient.c
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\l
ib-src
\.
.
\s
rc
\c
onfig.h
$(BLD)\emacstool.obj
:
\
$(SRC)
\e
macstool.c
\
$(EMACS_ROOT)
\n
t
\i
nc
\s
ys
\f
ile.h
$(BLD)\etags.obj
:
\
$(SRC)
\e
tags.c
\
$(EMACS_ROOT)
\n
t
\i
nc
\s
ys
\p
aram.h
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\l
ib-src
\.
.
\s
rc
\c
onfig.h
\
$(SRC)
\n
tlib.h
\
$(SRC)
\g
etopt.h
$(BLD)\fakemail.obj
:
\
$(SRC)
\f
akemail.c
\
$(SRC)
\n
tlib.h
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\l
ib-src
\.
.
\s
rc
\c
onfig.h
\
$(EMACS_ROOT)
\n
t
\i
nc
\p
wd.h
$(BLD)\getdate.obj
:
\
$(SRC)
\g
etdate.c
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\s
rc
\c
onfig.h
\
$(MSTOOLS_SYS)
\t
ypes.h
$(BLD)\getopt.obj
:
\
$(SRC)
\g
etopt.c
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\s
rc
\c
onfig.h
\
$(SRC)
\n
tlib.h
\
$(SRC)
\g
etopt.h
$(BLD)\getopt1.obj
:
\
$(SRC)
\g
etopt1.c
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\s
rc
\c
onfig.h
\
$(SRC)
\g
etopt.h
$(BLD)\hexl.obj
:
\
$(SRC)
\h
exl.c
$(BLD)\leditcfns.obj
:
\
$(SRC)
\l
editcfns.c
$(BLD)\make-docfile.obj
:
\
$(SRC)
\m
ake-docfile.c
\
$(EMACS_ROOT)
\s
rc
\c
onfig.h
$(BLD)\make-path.obj
:
\
$(SRC)
\m
ake-path.c
$(BLD)\movemail.obj
:
\
$(SRC)
\m
ovemail.c
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\l
ib-src
\.
.
\s
rc
\c
onfig.h
\
$(EMACS_ROOT)
\n
t
\i
nc
\s
ys
\f
ile.h
\
$(EMACS_ROOT)
\l
ib-src
\.
.
\s
rc
\s
yswait.h
\
$(EMACS_ROOT)
\n
t
\i
nc
\p
wd.h
\
$(SRC)
\n
tlib.h
$(CC)
$(CFLAGS)
-DUSG
-Fo
$@
movemail.c
$(BLD)\ntlib.obj
:
\
$(SRC)
\n
tlib.c
\
$(SRC)
\n
tlib.h
\
$(EMACS_ROOT)
\n
t
\i
nc
\p
wd.h
$(BLD)\pop.obj
:
\
$(SRC)
\p
op.c
\
$(SRC)
\p
op.h
\
$(SRC)
\n
tlib.h
$(BLD)\profile.obj
:
\
$(SRC)
\p
rofile.c
\
$(EMACS_ROOT)
\s
rc
\s\m
s-w32.h
\
$(EMACS_ROOT)
\s
rc
\m\i
ntel386.h
\
$(EMACS_ROOT)
\l
ib-src
\.
.
\s
rc
\c
onfig.h
\
$(EMACS_ROOT)
\l
ib-src
\.
.
\s
rc
\s
ystime.h
$(BLD)\qsort.obj
:
\
$(SRC)
\q
sort.c
$(BLD)\sorted-doc.obj
:
\
$(SRC)
\s
orted-doc.c
$(BLD)\tcp.obj
:
\
$(SRC)
\t
cp.c
$(BLD)\test-distrib.obj
:
\
$(SRC)
\t
est-distrib.c