head	1.1;
branch	1.1.1;
access;
symbols
	EMACS_21_3:1.1.1.5
	EMACS_21_2:1.1.1.4
	EMACS_21_1:1.1.1.4
	EMACS_21_0_106:1.1.1.4
	EMACS_21_0_105:1.1.1.4
	EMACS_21_0_103:1.1.1.4
	EMACS_20_7:1.1.1.3
	EMACS_20_6:1.1.1.3
	EMACS_20_5:1.1.1.3
	EMACS_20_4:1.1.1.3
	EMACS_20_3:1.1.1.3
	EMACS_20_2:1.1.1.3
	EMACS_20_1:1.1.1.3
	EMACS_19_34:1.1.1.3
	EMACS_19_33:1.1.1.3
	EMACS_19_32:1.1.1.3
	EMACS_19_31:1.1.1.3
	EMACS_19_30:1.1.1.3
	EMACS_19_29:1.1.1.2
	EMACS_19_28:1.1.1.1
	EMACS_19_27:1.1.1.1
	EMACS_19_26:1.1.1.1
	EMACS_19_25:1.1.1.1
	EMACS_19_24:1.1.1.1
	EMACS_19_23:1.1.1.1
	FSF_DIST:1.1.1;
locks; strict;
comment	@# @;


1.1
date	2004.11.05.08.50.01;	author Ben Wing;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2004.11.05.08.50.01;	author Ben Wing;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2004.11.05.09.13.22;	author Ben Wing;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2004.11.05.09.18.56;	author Ben Wing;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2004.11.05.10.36.37;	author Ben Wing;	state Exp;
branches;
next	1.1.1.5;

1.1.1.5
date	2004.11.05.11.22.44;	author Ben Wing;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@# make all	to compile and build Emacs.
# make install	to install it.
# make TAGS	to update tags tables.
#
# make clean  or  make mostlyclean
#      Delete all files from the current directory that are normally
#      created by building the program.	 Don't delete the files that
#      record the configuration.  Also preserve files that could be made
#      by building, but normally aren't because the distribution comes
#      with them.
#
#      Delete `.dvi' files here if they are not part of the distribution.
# 
# make distclean
#      Delete all files from the current directory that are created by
#      configuring or building the program.  If you have unpacked the
#      source and built the program without creating any other files,
#      `make distclean' should leave only the files that were in the
#      distribution.
# 
# make realclean
#      Delete everything from the current directory that can be
#      reconstructed with this Makefile.  This typically includes
#      everything deleted by distclean, plus more: C source files
#      produced by Bison, tags tables, info files, and so on.
#
# make extraclean
#      Still more severe - delete backup and autosave files, too.

all:	lib-src src

lib-src: FRC
	cd lib-src
	$(MAKE)
	cd ..

src: FRC
	cd src
	$(MAKE)
	cd ..

install: all
	-md bin
	cd lib-src
	coff2exe hexl
	coff2exe etags
	coff2exe ctags
	coff2exe b2m
	mv -f *.exe ../bin/
	cd ..
	cd src
	coff2exe emacs
	stubedit emacs.exe minstack=512k
	mv -f emacs.exe ../bin/
	cd ..

FRC:

TAGS tags:	lib-src
	cd src
	go32 ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el
	cd ..

check:
	@@echo "We don't have any tests for GNU Emacs yet."
@


1.1.1.1
log
@import emacs-19.23
@
text
@@


1.1.1.2
log
@import emacs-19.29
@
text
@a65 11

clean:
	cd lib-src
	$(MAKE) clean
	cd ..
	cd src
	$(MAKE) clean
	cd ..
	cd oldxmenu
	-$(MAKE) clean
	cd ..
@


1.1.1.3
log
@import emacs-19.30
@
text
@d49 1
a49 1
	mv -f hexl.exe etags.exe ctags.exe b2m.exe ../bin/
@


1.1.1.4
log
@import emacs-21.0.103
@
text
@a0 19
# Copyright (C) 1993,1994,1995,1996,2001 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.

@


1.1.1.5
log
@import emacs-21.3
@
text
@d32 1
a32 1
#
d39 1
a39 1
#
@


