Fix permissions handling (CVE-2010-0825).
[emacs.git] / oldXMenu / Makefile.in
bloba4a2d52b156c3169abd51d92692707348c625dff
1 ## Makefile for oldXMenu
3 ## Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
5 ## Permission to use, copy, modify, and distribute this
6 ## software and its documentation for any purpose and without
7 ## fee is hereby granted, provided that the above copyright
8 ## notice appear in all copies and that both that copyright
9 ## notice and this permission notice appear in supporting
10 ## documentation, and that the name of M.I.T. not be used in
11 ## advertising or publicity pertaining to distribution of the
12 ## software without specific, written prior permission.
13 ## M.I.T. makes no representations about the suitability of
14 ## this software for any purpose. It is provided "as is"
15 ## without express or implied warranty.
18 ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
19 ## Free Software Foundation, Inc.
21 ## This program is free software: you can redistribute it and/or modify
22 ## it under the terms of the GNU General Public License as published by
23 ## the Free Software Foundation, either version 3 of the License, or
24 ## (at your option) any later version.
26 ## This program is distributed in the hope that it will be useful,
27 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
28 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 ## GNU General Public License for more details.
31 ## You should have received a copy of the GNU General Public License
32 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
35 ### Commentary:
37 ## To the best of our knowledge, this code was originally based on the
38 ## X11 oldXMenu Makefile, which was automatically generated from the
39 ## X11 oldXMenu Imakefile. There was no explicit copyright information
40 ## in the Imakefile, therefore we have added the same MIT license as
41 ## used by the rest of the oldXMenu code.
44 ### Code:
46 srcdir=@srcdir@
47 VPATH=@srcdir@
48 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
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
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
97 all:: libXMenu11.a
99 ALL_CFLAGS=$(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
104 .c.o:
105 $(CC) -c ${ALL_CFLAGS} $<
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.
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
146 FRC.mostlyclean:
147 mostlyclean: FRC.mostlyclean
148 rm -f libXMenu11.a ${OBJS} ${EXTRA}
149 clean: mostlyclean
150 distclean: clean
151 rm -f Makefile
152 maintainer-clean: distclean
154 tags::
155 $(TAGS) -t *.[ch]