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-2016 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/>.
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.
46 # MinGW CPPFLAGS may use this.
47 abs_top_srcdir
=@abs_top_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@
91 XDelAssoc.o XLookAssoc.o XCrAssoc.o XDestAssoc.o XMakeAssoc.o
97 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
99 AM_V_CC
= $(am__v_CC_@AM_V@
)
100 am__v_CC_
= $(am__v_CC_@AM_DEFAULT_V@
)
101 am__v_CC_0
= @echo
" CC " $@
;
104 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
105 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
106 am__v_GEN_0
= @echo
" GEN " $@
;
109 AM_V_at
= $(am__v_at_@AM_V@
)
110 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
115 AUTO_DEPEND
= @AUTO_DEPEND@
117 ifeq ($(AUTO_DEPEND
),yes
)
118 DEPFLAGS
= -MMD
-MF
${DEPDIR}/$*.d
-MP
119 MKDEPDIR
= ${MKDIR_P} ${DEPDIR}
125 ALL_CFLAGS
=$(C_SWITCH_SYSTEM
) $(C_SWITCH_MACHINE
) \
126 $(C_SWITCH_X_SITE
) $(DEPFLAGS
) \
127 $(WARN_CFLAGS
) $(WERROR_CFLAGS
) ${PROFILING_CFLAGS} \
128 $(CPPFLAGS
) $(CFLAGS
) -DEMACS_BITMAP_FILES \
129 -I..
/src
-I..
/lib
-I
${srcdir} -I
${srcdir}/..
/src
-I
${srcdir}/..
/lib
133 $(AM_V_CC
)$(CC
) -c
${ALL_CFLAGS} $<
135 libXMenu11.a
: $(OBJS
) $(EXTRA
)
137 $(AM_V_at
)$(AR
) $(ARFLAGS
) $@
$(OBJS
) $(EXTRA
)
138 $(AM_V_at
)$(RANLIB
) $@
140 ifeq ($(AUTO_DEPEND
),yes
)
141 -include $(ALLOBJS
:%.o
=${DEPDIR}/%.d
)
143 include $(srcdir)/deps.mk
146 .PHONY
: mostlyclean clean distclean bootstrap-clean maintainer-clean
149 rm -f libXMenu11.a
*.o
152 bootstrap-clean maintainer-clean
distclean: clean
155 ETAGS
= ..
/lib-src
/etags
${EXEEXT}
158 ${MAKE} -C ..
/lib-src
$(notdir $@
)
160 tagsfiles
= $(wildcard ${srcdir}/*.
[ch
])
165 TAGS
: ${ETAGS} ${tagsfiles}
166 ${ETAGS} ${tagsfiles}
168 ### Makefile.in ends here