annotate oldXMenu/descrip.mms @ 87595:4c6c79916238

* configure.in: Remove references to unsupported systems. * notes/copyright: * MAINTAINERS: Remove references to files that have been removed. * os.texi (System Environment): Remove references to OSes that are not supported anymore. * PROBLEMS: * MACHINES: Remove references to systems not supported anymore. * makefile.w32-in: * Makefile.in: Remove references to Xenix. * gnus.el (gnus-use-long-file-name): Remove reference to xenix. * obsolete/x-apollo.el: Remove file for unsupported system. * term/x-win.el (vendor-specific-keysyms): Remove reference to Apollo. * progmodes/gud.el (gud-dgux-p): Remove. (dbx): Remove reference to dgux. * progmodes/ps-mode.el (ps-mode-print-function): * ps-print.el (ps-lp-system): * paths.el (rmail-spool-directory): * ls-lisp.el (ls-lisp-emulation): * lpr.el (lpr-lp-system): * dired.el (dired-chown-program): Remove references to dgux. * m/7300.h: * m/acorn.h: * m/alliant-2800.h: * m/alliant.h: * m/alliant1.h: * m/alliant4.h: * m/altos.h: * m/amdahl.h: * m/apollo.h: * m/att3b.h: * m/aviion-intel.h: * m/aviion.h: * m/celerity.h: * m/clipper.h: * m/cnvrgnt.h: * m/convex.h: * m/cydra5.h: * m/delta88k.h: * m/dpx2.h: * m/dual.h: * m/elxsi.h: * m/f301.h: * m/gould-np1.h: * m/gould.h: * m/i860.h: * m/ibmps2-aix.h: * m/ibmrt-aix.h: * m/ibmrt.h: * m/irist.h: * m/is386.h: * m/isi-ov.h: * m/mega68.h: * m/mg1.h: * m/news-r6.h: * m/news-risc.h: * m/news.h: * m/nh3000.h: * m/nh4000.h: * m/ns16000.h: * m/ns32000.h: * m/nu.h: * m/orion.h: * m/orion105.h: * m/paragon.h: * m/pfa50.h: * m/plexus.h: * m/pyramid.h: * m/pyrmips.h: * m/sh3el.h: * m/sps7.h: * m/sr2k.h: * m/stride.h: * m/sun1.h: * m/sun2.h: * m/sun3-68881.h: * m/sun3-fpa.h: * m/sun3-soft.h: * m/sun3.h: * m/sun386.h: * m/symmetry.h: * m/tad68k.h: * m/tahoe.h: * m/targon31.h: * m/tek4300.h: * m/tekxd88.h: * m/tower32.h: * m/tower32v3.h: * m/ustation.h: * m/wicat.h: * m/xps100.h: * s/cxux.h: * s/cxux7.h: * s/dgux.h: * s/dgux4.h: * s/dgux5-4-3.h: * s/dgux5-4r2.h: * s/esix.h: * s/esix5r4.h: * s/hiuxmpp.h: * s/hiuxwe2.h: * s/iris3-5.h: * s/iris3-6.h: * s/isc2-2.h: * s/isc3-0.h: * s/isc4-0.h: * s/isc4-1.h: * s/newsos5.h: * s/newsos6.h: * s/osf1.h: * s/osf5-0.h: * s/riscix1-1.h: * s/riscix12.h: * s/sco4.h: * s/sco5.h: * s/sunos4-0.h: * s/sunos4-1.h: * s/sunos413.h: * s/sunos4shr.h: * s/umax.h: * s/unipl5-2.h: * s/xenix.h: * cxux-crt0.s: * unexapollo.c: * unexconvex.c: * unexenix.c: * unexsni.c: Remove files for systems no longer supported. * m/intel386.h: Remove references to unsupported systems. * w32.c (get_emacs_configuration): Remove reference to i860. * sysdep.c: Remove dead code.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 06 Jan 2008 00:56:56 +0000
parents 8ef64bae1dc8
children 43c5da03890c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
76175
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
1 ### descrip.mms - port of oldXMenu Makefile to VMS
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
2
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
3 ## Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006,
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
4 ## 2007 Free Software Foundation, Inc.
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
5
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
6 ## Author: Richard Levitte
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
7
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
8 ## This program is free software; you can redistribute it and/or modify
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
9 ## it under the terms of the GNU General Public License as published by
78242
8ef64bae1dc8 Switch license to GPLv3 or later.
Glenn Morris <rgm@gnu.org>
parents: 76175
diff changeset
10 ## the Free Software Foundation; either version 3, or (at your option)
76175
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
11 ## any later version.
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
12
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
13 ## This program is distributed in the hope that it will be useful,
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
16 ## GNU General Public License for more details.
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
17
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
18 ## You should have received a copy of the GNU General Public License
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
19 ## along with this program; see the file COPYING. If not, write to
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
20 ## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
21 ## Boston, MA 02110-1301, USA.
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
22
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
23
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
24 ### Code:
1e98efa5f4b3 Add FSF copyright and GPL.
Glenn Morris <rgm@gnu.org>
parents: 25858
diff changeset
25
25858
Dave Love <fx@gnu.org>
parents:
diff changeset
26 !# Uncomment following line if linking temacs complains about missing insque.
Dave Love <fx@gnu.org>
parents:
diff changeset
27 EXTRA=insque.obj
Dave Love <fx@gnu.org>
parents:
diff changeset
28
Dave Love <fx@gnu.org>
parents:
diff changeset
29 AS = as
Dave Love <fx@gnu.org>
parents:
diff changeset
30 CC = cc
Dave Love <fx@gnu.org>
parents:
diff changeset
31 LD = link
Dave Love <fx@gnu.org>
parents:
diff changeset
32 TAGS = etags
Dave Love <fx@gnu.org>
parents:
diff changeset
33 RM = delete
Dave Love <fx@gnu.org>
parents:
diff changeset
34 MV = rename
Dave Love <fx@gnu.org>
parents:
diff changeset
35 AR = library/insert
Dave Love <fx@gnu.org>
parents:
diff changeset
36 MAKE = mms
Dave Love <fx@gnu.org>
parents:
diff changeset
37 STD_DEFINES =
Dave Love <fx@gnu.org>
parents:
diff changeset
38 CDEBUGFLAGS = /debug/noopt
Dave Love <fx@gnu.org>
parents:
diff changeset
39 RM_CMD = $(RM) *.BAK.*, *.obj.*
Dave Love <fx@gnu.org>
parents:
diff changeset
40
Dave Love <fx@gnu.org>
parents:
diff changeset
41 SRCS = Activate.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
42 AddPane.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
43 AddSel.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
44 ChgPane.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
45 ChgSel.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
46 Create.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
47 DelPane.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
48 DelSel.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
49 Destroy.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
50 Error.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
51 EvHand.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
52 FindPane.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
53 FindSel.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
54 InsPane.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
55 InsSel.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
56 Internal.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
57 Locate.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
58 Post.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
59 Recomp.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
60 SetAEQ.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
61 SetFrz.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
62 SetPane.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
63 SetSel.c, -
Dave Love <fx@gnu.org>
parents:
diff changeset
64 XDelAssoc.c, XLookAssoc.c, XCrAssoc.c, XDestAssoc.c, XMakeAssoc.c
Dave Love <fx@gnu.org>
parents:
diff changeset
65
Dave Love <fx@gnu.org>
parents:
diff changeset
66 OBJS = Activate.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
67 AddPane.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
68 AddSel.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
69 ChgPane.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
70 ChgSel.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
71 Create.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
72 DelPane.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
73 DelSel.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
74 Destroy.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
75 Error.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
76 EvHand.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
77 FindPane.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
78 FindSel.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
79 InsPane.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
80 InsSel.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
81 Internal.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
82 Locate.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
83 Post.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
84 Recomp.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
85 SetAEQ.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
86 SetFrz.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
87 SetPane.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
88 SetSel.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
89 XDelAssoc.obj, XLookAssoc.obj, XCrAssoc.obj, XDestAssoc.obj, -
Dave Love <fx@gnu.org>
parents:
diff changeset
90 XMakeAssoc.obj
Dave Love <fx@gnu.org>
parents:
diff changeset
91
Dave Love <fx@gnu.org>
parents:
diff changeset
92 .c.obj :
Dave Love <fx@gnu.org>
parents:
diff changeset
93 if f$search("$@") then $(RM) $@.*
Dave Love <fx@gnu.org>
parents:
diff changeset
94 $(CC) /obj=$@ $(CFLAGS) $*.c
Dave Love <fx@gnu.org>
parents:
diff changeset
95
Dave Love <fx@gnu.org>
parents:
diff changeset
96 all :: libXMenu11.olb
Dave Love <fx@gnu.org>
parents:
diff changeset
97 !
Dave Love <fx@gnu.org>
parents:
diff changeset
98
Dave Love <fx@gnu.org>
parents:
diff changeset
99 libXMenu11.olb : $(OBJS) $(EXTRA)
Dave Love <fx@gnu.org>
parents:
diff changeset
100 if f$search("$@") then $(RM) $@.*
Dave Love <fx@gnu.org>
parents:
diff changeset
101 $(AR)/create $@ $(OBJS)
Dave Love <fx@gnu.org>
parents:
diff changeset
102 if ("$(EXTRA)" .nes. "") then $(AR) $@ $(EXTRA)
Dave Love <fx@gnu.org>
parents:
diff changeset
103 #If running ranlib fails, probably there is none.
Dave Love <fx@gnu.org>
parents:
diff changeset
104 #That's ok. So don't stop the build.
Dave Love <fx@gnu.org>
parents:
diff changeset
105
Dave Love <fx@gnu.org>
parents:
diff changeset
106 distclean : clean
Dave Love <fx@gnu.org>
parents:
diff changeset
107 !
Dave Love <fx@gnu.org>
parents:
diff changeset
108
Dave Love <fx@gnu.org>
parents:
diff changeset
109 clean ::
Dave Love <fx@gnu.org>
parents:
diff changeset
110 $(RM_CMD) \#* libXMenu11.a *.obj,
Dave Love <fx@gnu.org>
parents:
diff changeset
111 tags ::
Dave Love <fx@gnu.org>
parents:
diff changeset
112 $(TAGS) -t *.[ch]
Dave Love <fx@gnu.org>
parents:
diff changeset
113