Mercurial > emacs
annotate oldXMenu/Makefile.in @ 95948:d55ec23f052d
*** empty log message ***
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Sun, 15 Jun 2008 02:53:17 +0000 |
| parents | 3765d76f7fa8 |
| children | d89afa2b4c2f |
| rev | line source |
|---|---|
|
76172
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
1 ## Makefile for oldXMenu |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
2 |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
3 ## Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
4 |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
5 ## Permission to use, copy, modify, and distribute this |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
6 ## software and its documentation for any purpose and without |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
7 ## fee is hereby granted, provided that the above copyright |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
8 ## notice appear in all copies and that both that copyright |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
9 ## notice and this permission notice appear in supporting |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
10 ## documentation, and that the name of M.I.T. not be used in |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
11 ## advertising or publicity pertaining to distribution of the |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
12 ## software without specific, written prior permission. |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
13 ## M.I.T. makes no representations about the suitability of |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
14 ## this software for any purpose. It is provided "as is" |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
15 ## without express or implied warranty. |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
16 |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
17 |
| 79743 | 18 ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 |
|
76172
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
19 ## Free Software Foundation, Inc. |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
20 |
|
94791
3765d76f7fa8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79743
diff
changeset
|
21 ## This program is free software: you can redistribute it and/or modify |
|
76172
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
22 ## it under the terms of the GNU General Public License as published by |
|
94791
3765d76f7fa8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79743
diff
changeset
|
23 ## the Free Software Foundation, either version 3 of the License, or |
|
3765d76f7fa8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79743
diff
changeset
|
24 ## (at your option) any later version. |
|
3765d76f7fa8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79743
diff
changeset
|
25 |
|
76172
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
26 ## This program is distributed in the hope that it will be useful, |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
27 ## but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
28 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
29 ## GNU General Public License for more details. |
|
94791
3765d76f7fa8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79743
diff
changeset
|
30 |
|
76172
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
31 ## You should have received a copy of the GNU General Public License |
|
94791
3765d76f7fa8
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
79743
diff
changeset
|
32 ## along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
76172
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
33 |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
34 |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
35 ### Commentary: |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
36 |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
37 ## To the best of our knowledge, this code was originally based on the |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
38 ## X11 oldXMenu Makefile, which was automatically generated from the |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
39 ## X11 oldXMenu Imakefile. There was no explicit copyright information |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
40 ## in the Imakefile, therefore we have added the same MIT license as |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
41 ## used by the rest of the oldXMenu code. |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
42 |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
43 |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
44 ### Code: |
|
4c7031ffe8e3
Add MIT copyright and license.
Glenn Morris <rgm@gnu.org>
parents:
76168
diff
changeset
|
45 |
| 25858 | 46 srcdir=@srcdir@ |
| 47 VPATH=@srcdir@ | |
| 48 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@ | |
| 49 | |
| 50 EXTRA=insque.o | |
| 51 CC=@CC@ | |
| 52 CFLAGS=@CFLAGS@ | |
| 53 CPP=@CPP@ | |
| 54 LN_S=@LN_S@ | |
| 55 AS = as | |
| 56 LD = ld | |
| 57 TAGS = etags | |
| 58 RM = rm -f | |
| 59 MV = mv | |
| 60 RANLIB = ranlib | |
| 61 # Solaris 2.1 ar doesn't accept the 'l' option. | |
| 62 AR = ar cq | |
| 63 LS = ls | |
| 64 LINTOPTS = -axz | |
| 65 LINTLIBFLAG = -C | |
| 66 MAKE = make | |
| 67 STD_DEFINES = | |
| 68 CDEBUGFLAGS = -O | |
| 69 RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \ | |
| 70 tags TAGS make.log | |
| 71 | |
| 72 OBJS = Activate.o \ | |
| 73 AddPane.o \ | |
| 74 AddSel.o \ | |
| 75 ChgPane.o \ | |
| 76 ChgSel.o \ | |
| 77 Create.o \ | |
| 78 DelPane.o \ | |
| 79 DelSel.o \ | |
| 80 Destroy.o \ | |
| 81 Error.o \ | |
| 82 EvHand.o \ | |
| 83 FindPane.o \ | |
| 84 FindSel.o \ | |
| 85 InsPane.o \ | |
| 86 InsSel.o \ | |
| 87 Internal.o \ | |
| 88 Locate.o \ | |
| 89 Post.o \ | |
| 90 Recomp.o \ | |
| 91 SetAEQ.o \ | |
| 92 SetFrz.o \ | |
| 93 SetPane.o \ | |
| 94 SetSel.o \ | |
| 95 XDelAssoc.o XLookAssoc.o XCrAssoc.o XDestAssoc.o XMakeAssoc.o | |
| 96 | |
| 97 all:: libXMenu11.a | |
| 98 | |
| 99 ALL_CFLAGS=$(C_SWITCH_SITE) $(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \ | |
| 100 $(C_SWITCH_X_SITE) $(C_SWITCH_X_SYSTEM) $(C_SWITCH_X_MACHINE) \ | |
| 101 $(CPPFLAGS) $(CFLAGS) -DEMACS_BITMAP_FILES \ | |
| 102 -I../src -I${srcdir} -I${srcdir}/../src | |
| 103 | |
| 104 .c.o: | |
| 105 $(CC) -c ${ALL_CFLAGS} $< | |
| 106 | |
| 107 libXMenu11.a: $(OBJS) $(EXTRA) | |
| 108 $(RM) $@ | |
| 109 $(AR) $@ $(OBJS) $(EXTRA) | |
| 110 @echo Do not be alarmed if the following ranlib command | |
| 111 @echo fails due to the absence of a ranlib program on your system. | |
| 112 -$(RANLIB) $@ || true | |
| 113 #If running ranlib fails, probably there is none. | |
| 114 #That's ok. So don't stop the build. | |
| 115 | |
| 116 Activate.o: Activate.c XMenuInt.h XMenu.h X10.h | |
| 117 AddPane.o: AddPane.c XMenuInt.h XMenu.h X10.h | |
| 118 AddSel.o: AddSel.c XMenuInt.h XMenu.h X10.h | |
| 119 ChgPane.o: ChgPane.c XMenuInt.h XMenu.h X10.h | |
| 120 ChgSel.o: ChgSel.c XMenuInt.h XMenu.h X10.h | |
| 121 Create.o: Create.c XMenuInt.h XMenu.h X10.h | |
| 122 DelPane.o: DelPane.c XMenuInt.h XMenu.h X10.h | |
| 123 DelSel.o: DelSel.c XMenuInt.h XMenu.h X10.h | |
| 124 Destroy.o: Destroy.c XMenuInt.h XMenu.h X10.h | |
| 125 Error.o: Error.c XMenuInt.h XMenu.h X10.h | |
| 126 EvHand.o: EvHand.c XMenuInt.h XMenu.h X10.h | |
| 127 FindPane.o: FindPane.c XMenuInt.h XMenu.h X10.h | |
| 128 FindSel.o: FindSel.c XMenuInt.h XMenu.h X10.h | |
| 129 InsPane.o: InsPane.c XMenuInt.h XMenu.h X10.h | |
| 130 InsSel.o: InsSel.c XMenuInt.h XMenu.h X10.h | |
| 131 Internal.o: Internal.c XMenuInt.h XMenu.h X10.h | |
| 132 Locate.o: Locate.c XMenuInt.h XMenu.h X10.h | |
| 133 Post.o: Post.c XMenuInt.h XMenu.h X10.h | |
| 134 Recomp.o: Recomp.c XMenuInt.h XMenu.h X10.h | |
| 135 SetAEQ.o: SetAEQ.c XMenuInt.h XMenu.h X10.h | |
| 136 SetFrz.o: SetFrz.c XMenuInt.h XMenu.h X10.h | |
| 137 SetPane.o: SetPane.c XMenuInt.h XMenu.h X10.h | |
| 138 SetSel.o: SetSel.c XMenuInt.h XMenu.h X10.h | |
| 139 XDelAssoc.o: XDelAssoc.c X10.h | |
| 140 XLookAssoc.o: XLookAssoc.c X10.h | |
| 141 XCrAssoc.o: XCrAssoc.c X10.h | |
| 142 XDestAssoc.o: XDestAssoc.c X10.h | |
| 143 XMakeAssoc.o: XMakeAssoc.c X10.h | |
| 144 insque.o: insque.c | |
| 145 | |
| 146 FRC.mostlyclean: | |
| 147 mostlyclean: FRC.mostlyclean | |
| 148 rm -f libXMenu11.a ${OBJS} ${EXTRA} | |
| 149 clean: mostlyclean | |
| 150 distclean: clean | |
| 76168 | 151 rm -f Makefile |
| 25858 | 152 maintainer-clean: distclean |
| 153 | |
| 154 tags:: | |
| 155 $(TAGS) -t *.[ch] |
