summaryrefslogtreecommitdiff
path: root/src/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* (SOURCES): Makefile isn't source; Makefile.in.in is.Karl Heuer1995-06-091-1/+1
|
* (TOOLKIT_DEFINES): Define.Karl Heuer1995-06-061-1/+7
| | | | (ALL_CFLAGS): Insert $(TOOLKIT_DEFINES) here.
* (SOURCES): Fix reference to ymakefile.Karl Heuer1995-05-171-3/+5
|
* (VMS_SUPPORT): Add missing `.elc'.Richard M. Stallman1995-05-091-3/+14
| | | | | (SOME_MACHINE_LISP): New variable. (${etc}DOC): Use it.
* (${etc}DOC): Put SOME_MACHINE_OBJECTS before obj.Richard M. Stallman1995-05-041-1/+6
|
* Make intervals.o and term.o depend on keyboard.h.Karl Heuer1995-04-241-2/+2
|
* Make dispnew.o and keyboard.o depend on xterm.h.Karl Heuer1995-04-241-2/+3
|
* (really-lwlib, really-oldXMenu): Mark as .PHONY.Richard M. Stallman1995-04-151-0/+2
|
* (minibuf.o, xdisp.o): Don't depend on keyboard.h.Richard M. Stallman1995-04-101-2/+2
|
* (alloc.o, data.o, macros.o, minibuf.o, print.o, xdisp.o): Depend on keyboard.h.Richard M. Stallman1995-04-101-7/+7
|
* (strftime.o): Define strftime as emacs_strftime.Richard M. Stallman1995-04-101-0/+1
|
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (FRAME_SUPPORT, MSDOS_SUPPORT): Don't list face and mouse related files here.Karl Heuer1995-03-231-4/+25
| | | | | | | (FACE_SUPPORT, MOUSE_SUPPORT): New lists. (FACE_SUPPORT): Add facemenu.elc. (WINNT_SUPPORT): New list. (lisp): Add format.elc, FACE_SUPPORT, MOUSE_SUPPORT, WINNT_SUPPORT.
* (maintainer-clean): Renamed from realclean.Richard M. Stallman1995-02-071-1/+3
| | | | Print warning message.
* (ecrt0.o): Target renamed from crt0.o.Richard M. Stallman1995-01-281-3/+3
| | | | (START_FILES): Use ecrt0.o.
* (xmenu.o): Add msdos.h as dependency.Richard M. Stallman1995-01-201-1/+1
|
* Fix erroneous comment syntax.Richard M. Stallman1994-11-281-2/+2
|
* * Makefile.in.in (TAGS): The new etags allows tagging DEFVARs.Francesco Potortì1994-11-161-1/+2
|
* (SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files.Richard M. Stallman1994-10-181-1/+3
|
* *** empty log message ***Morten Welinder1994-10-171-2/+16
|
* (xfns.o): Depend on paths.h.Richard M. Stallman1994-10-171-1/+1
|
* * Makefile.in.in (obj) Add region-cache.o to the list of files.Jim Blandy1994-10-081-3/+6
| | | | | (region-cache.o): New target. (buffer.o, indent.o, search.o): Depend on region-cache.h.
* (MKTIME_OBJ): New variable.Richard M. Stallman1994-10-041-1/+7
| | | | (obj): Use MKTIME_OBJ.
* (LIBXTR6): If NEED_LIBW, add -lw.Richard M. Stallman1994-10-011-0/+4
|
* (LDFLAGS): New variable.Richard M. Stallman1994-10-011-1/+2
| | | | (LIBX): Use LDFLAGS.
* (${etc}DOC): Run make-docfile twice--two batches.Richard M. Stallman1994-09-271-3/+6
| | | | | (strftime.o, mktime.o): New target. (obj): Add strftime.o and mktime.o.
* (strftime.o): New target.Richard M. Stallman1994-09-241-2/+3
| | | | (obj): Add strftime.o.
* (xmenu.o): Depend on puresize.h.Richard M. Stallman1994-09-161-8/+4
| | | | | | | (cmds.o): Depend on window.h. (OLDXMENU variable): Refer to the library in the dir where it is compiled. (OLDXMENU rule): Delete the commands; keep just a dep.
* (xterm.o): Depend on keyboard.h.Richard M. Stallman1994-08-261-1/+1
|
* (obj): Put cm.o before term.o. (Avoids mysterious lossage on Irix.)Richard M. Stallman1994-08-251-1/+1
|
* (FRAME_SUPPORT): Add faces.elc.Richard M. Stallman1994-08-111-1/+2
|
* (alloca.o): Use -f in all rm's.Richard M. Stallman1994-08-031-1/+1
|
* Add #undef alloca.Richard M. Stallman1994-07-251-0/+6
|
* (ctagsfiles): Rewrite to avoid compiler bug.Richard M. Stallman1994-07-121-1/+1
|
* (alloca.o): Delete allocatem.c first thing.Richard M. Stallman1994-07-071-0/+1
|
* (doprnt.o): Depend on config_h.Richard M. Stallman1994-06-181-68/+68
|
* (xterm.o): Depend on dispextern.h.Richard M. Stallman1994-06-111-1/+2
|
* (LD_SWITCH_X_DEFAULT): Define if not defined.Richard M. Stallman1994-05-281-1/+7
| | | | (LIBX): Use LD_SWITCH_X_DEFAULT.
* (mostlyclean): Don't mention xmakefile*.Richard M. Stallman1994-05-281-1/+1
|
* (LIBXT): Move -lXmu before -lXt.Richard M. Stallman1994-05-231-1/+1
|
* (${etc}DOC): Ignore error from rm.Richard M. Stallman1994-05-231-1/+8
| | | | | (MSDOS_SUPPORT): New variable. (lisp): Use MSDOS_SUPPORT.
* (UNEXEC_ALIAS): New variable, used to make the unex...o target.Richard M. Stallman1994-05-201-1/+4
| | | | (ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX.
* (FRAME_SUPPORT): Add menu-bar.el.Richard M. Stallman1994-05-191-1/+10
| | | | | (ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX.
* (ALL_LDFLAGS): Add LDFLAGS.Richard M. Stallman1994-05-171-3/+1
| | | | (MAKE): Don't override a previous value of MAKE set by configure.
* (LIBXTR6): New variable. Test HAVE_X11XTR6.Richard M. Stallman1994-05-131-1/+1
| | | | (LIBXT): Use it.
* (LIBXTR6): New variable.Richard M. Stallman1994-05-131-1/+5
| | | | (LIBXT): Use it.
* Handle Motif and Open-look.Richard M. Stallman1994-05-121-1/+16
| | | | | (LIBW): New variable. (LIBXT): Use it.
* Put in a separator for where to start cpp procssing.Richard M. Stallman1994-05-051-19/+22
| | | | | Above that, use Make-style comments. This goes with changes in ../configure.in.
* (mostlyclean): Remove liblw.a.Richard M. Stallman1994-04-281-1/+1
|
* Use C-style comments.Karl Heuer1994-04-271-2/+2
|