merge trunk
[emacs.git] / oldXMenu / Makefile.in
blob91b313ac6276e1695c76c9ecfde5952a2dba4103
1 ### @configure_input@
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-2014 Free Software Foundation, Inc.
20 ## This program is free software: you can redistribute it and/or modify
21 ## it under the terms of the GNU General Public License as published by
22 ## the Free Software Foundation, either version 3 of the License, or
23 ## (at your option) any later version.
25 ## This program is distributed in the hope that it will be useful,
26 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
27 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28 ## GNU General Public License for more details.
30 ## You should have received a copy of the GNU General Public License
31 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
34 ### Commentary:
36 ## To the best of our knowledge, this code was originally based on the
37 ## X11 oldXMenu Makefile, which was automatically generated from the
38 ## X11 oldXMenu Imakefile. There was no explicit copyright information
39 ## in the Imakefile, therefore we have added the same MIT license as
40 ## used by the rest of the oldXMenu code.
43 ### Code:
45 srcdir=@srcdir@
46 # MinGW CPPFLAGS may use this.
47 abs_top_srcdir=@abs_top_srcdir@
48 VPATH=@srcdir@
49 C_SWITCH_X_SITE=@C_SWITCH_X_SITE@
50 C_SWITCH_SYSTEM=@C_SWITCH_SYSTEM@
51 C_SWITCH_MACHINE=@C_SWITCH_MACHINE@
52 PROFILING_CFLAGS = @PROFILING_CFLAGS@
53 WARN_CFLAGS = @WARN_CFLAGS@
54 WERROR_CFLAGS = @WERROR_CFLAGS@
56 EXTRA=insque.o
57 CC=@CC@
58 CFLAGS=@CFLAGS@
59 CPPFLAGS = @CPPFLAGS@
61 TAGS = etags
62 RM = rm -f
63 RANLIB = @RANLIB@
64 AR = @AR@
65 ARFLAGS = @ARFLAGS@
67 OBJS = Activate.o \
68 AddPane.o \
69 AddSel.o \
70 ChgPane.o \
71 ChgSel.o \
72 Create.o \
73 DelPane.o \
74 DelSel.o \
75 Destroy.o \
76 Error.o \
77 EvHand.o \
78 FindPane.o \
79 FindSel.o \
80 InsPane.o \
81 InsSel.o \
82 Internal.o \
83 Locate.o \
84 Post.o \
85 Recomp.o \
86 SetAEQ.o \
87 SetFrz.o \
88 SetPane.o \
89 SetSel.o \
90 XDelAssoc.o XLookAssoc.o XCrAssoc.o XDestAssoc.o XMakeAssoc.o
92 all: libXMenu11.a
93 .PHONY: all
95 ALL_CFLAGS=$(C_SWITCH_SYSTEM) $(C_SWITCH_MACHINE) \
96 $(C_SWITCH_X_SITE) \
97 $(WARN_CFLAGS) $(WERROR_CFLAGS) ${PROFILING_CFLAGS} \
98 $(CPPFLAGS) $(CFLAGS) -DEMACS_BITMAP_FILES \
99 -I../src -I../lib -I${srcdir} -I${srcdir}/../src -I${srcdir}/../lib
101 .c.o:
102 $(CC) -c ${ALL_CFLAGS} $<
104 libXMenu11.a: $(OBJS) $(EXTRA)
105 $(RM) $@
106 $(AR) $(ARFLAGS) $@ $(OBJS) $(EXTRA)
107 $(RANLIB) $@
109 Activate.o: Activate.c XMenuInt.h XMenu.h X10.h
110 AddPane.o: AddPane.c XMenuInt.h XMenu.h X10.h
111 AddSel.o: AddSel.c XMenuInt.h XMenu.h X10.h
112 ChgPane.o: ChgPane.c XMenuInt.h XMenu.h X10.h
113 ChgSel.o: ChgSel.c XMenuInt.h XMenu.h X10.h
114 Create.o: Create.c XMenuInt.h XMenu.h X10.h
115 DelPane.o: DelPane.c XMenuInt.h XMenu.h X10.h
116 DelSel.o: DelSel.c XMenuInt.h XMenu.h X10.h
117 Destroy.o: Destroy.c XMenuInt.h XMenu.h X10.h
118 Error.o: Error.c XMenuInt.h XMenu.h X10.h
119 EvHand.o: EvHand.c XMenuInt.h XMenu.h X10.h
120 FindPane.o: FindPane.c XMenuInt.h XMenu.h X10.h
121 FindSel.o: FindSel.c XMenuInt.h XMenu.h X10.h
122 InsPane.o: InsPane.c XMenuInt.h XMenu.h X10.h
123 InsSel.o: InsSel.c XMenuInt.h XMenu.h X10.h
124 Internal.o: Internal.c XMenuInt.h XMenu.h X10.h
125 Locate.o: Locate.c XMenuInt.h XMenu.h X10.h
126 Post.o: Post.c XMenuInt.h XMenu.h X10.h
127 Recomp.o: Recomp.c XMenuInt.h XMenu.h X10.h
128 SetAEQ.o: SetAEQ.c XMenuInt.h XMenu.h X10.h
129 SetFrz.o: SetFrz.c XMenuInt.h XMenu.h X10.h
130 SetPane.o: SetPane.c XMenuInt.h XMenu.h X10.h
131 SetSel.o: SetSel.c XMenuInt.h XMenu.h X10.h
132 XDelAssoc.o: XDelAssoc.c X10.h
133 XLookAssoc.o: XLookAssoc.c X10.h
134 XCrAssoc.o: XCrAssoc.c X10.h
135 XDestAssoc.o: XDestAssoc.c X10.h
136 XMakeAssoc.o: XMakeAssoc.c X10.h
137 insque.o: insque.c
139 .PHONY: mostlyclean clean distclean bootstrap-clean maintainer-clean
141 mostlyclean:
142 rm -f libXMenu11.a ${OBJS} ${EXTRA}
144 clean: mostlyclean
146 bootstrap-clean maintainer-clean distclean: clean
147 rm -f Makefile
149 .PHONY: tags
150 tags:
151 $(TAGS) -t *.[ch]