1 # make all to compile and build Emacs.
2 # make install to install it.
3 # make TAGS to update tags tables.
5 # make clean or make mostlyclean
6 # Delete all files from the current directory that are normally
7 # created by building the program. Don't delete the files that
8 # record the configuration. Also preserve files that could be made
9 # by building, but normally aren't because the distribution comes
12 # Delete `.dvi' files here if they are not part of the distribution.
15 # Delete all files from the current directory that are created by
16 # configuring or building the program. If you have unpacked the
17 # source and built the program without creating any other files,
18 # `make distclean' should leave only the files that were in the
22 # Delete everything from the current directory that can be
23 # reconstructed with this Makefile. This typically includes
24 # everything deleted by distclean, plus more: C source files
25 # produced by Bison, tags tables, info files, and so on.
28 # Still more severe - delete backup and autosave files, too.
49 mv -f hexl.exe etags.exe ctags.exe b2m.exe ../bin/
53 stubedit emacs.exe minstack=512k
54 mv -f emacs.exe ../bin/
61 go32 ../lib-src/etags *.[ch] ../lisp/*.el ../lisp/term/*.el
65 @echo "We don't have any tests for GNU Emacs yet."