# Geoff Voelker (voelker@cs.washington.edu) 11-20-93
#
# 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
#
# Build the executable and dump it.
#
-all: $(BLD) $(EMACS)
+all: $(BLD) $(EMACS)
#
# Headers we would preprocess if we could.
# Make sure we have the DOC file in the right place.
#
DOC = $(OBJDIR)\etc\DOC-X
-$(DOC):; cd ..\lib-src
+$(DOC):; cd ..\lib-src
- $(DEL) DOC-X
$(MAKE) $(MFLAGS) -f makefile.nt all
cd ..\src
$(MAKE) $(MFLAGS) -f makefile.nt temacs CFLAGS="$(CFLAGS) -DPURESIZE=5000000"
#
-# Dump an Emacs executable named bootstrap-emacs containing the
+# Dump an Emacs executable named bootstrap-emacs containing the
# files from loadup.el in source form.
#
bootstrap-emacs: bootstrap-temacs
!endif
#
-# Build the library. Split up the build into two phases...otherwise we
+# Build the library. Split up the build into two phases...otherwise we
# run out of command line space.
#
$(TLIB0): $(OBJ0)
#
# Maintenance
-#
+#
clean:; - $(DEL) *~ s\*~
- $(DEL) *.pdb config.h epaths.h
- $(DEL) *.orig *.rej *.crlf
$(EMACS_ROOT)\src\s\ms-w32.h \
$(EMACS_ROOT)\src\m\intel386.h \
$(EMACS_ROOT)\src\config.h \
- $(SRC)\mem-limits.h
+ $(SRC)\mem-limits.h
$(BLD)\widget.obj : \
$(SRC)\widget.c \
$(EMACS_ROOT)\src\m\intel386.h \
$(EMACS_ROOT)\src\config.h \
$(SRC)\w32fns.c \
- $(SRC)\x-list-font.c \
$(SRC)\w32term.h \
$(SRC)\w32gui.h \
$(SRC)\frame.h \
# Copyright (c) 1992-2000 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,
$(MAKE) $(MFLAGS) temacs CFLAGS=$(ARGQUOTE)$(CFLAGS) -DPURESIZE=5000000$(ARGQUOTE)
#
-# Dump an Emacs executable named bootstrap-emacs containing the
+# Dump an Emacs executable named bootstrap-emacs containing the
# files from loadup.el in source form.
#
bootstrap-emacs: bootstrap-temacs
$(RC) $(RC_INCLUDE)../nt $(RC_OUT)$@ $(ALL_DEPS)
#
-# Build the library. Split up the build into two phases...otherwise we
+# Build the library. Split up the build into two phases...otherwise we
# run out of command line space.
#
$(TLIB0): $(OBJ0)
#
# Maintenance
-#
+#
clean:
- $(DEL) *~ "s/*~" "m/*~"
- $(DEL) $(COMPILER_TEMP_FILES)
$(EMACS_ROOT)/src/s/ms-w32.h \
$(EMACS_ROOT)/src/m/intel386.h \
$(EMACS_ROOT)/src/config.h \
- $(SRC)/mem-limits.h
+ $(SRC)/mem-limits.h
$(BLD)/widget.$(O) : \
$(SRC)/widget.c \
$(EMACS_ROOT)/src/m/intel386.h \
$(EMACS_ROOT)/src/config.h \
$(SRC)/w32fns.c \
- $(SRC)/x-list-font.c \
$(SRC)/w32term.h \
$(SRC)/w32gui.h \
$(SRC)/frame.h \