- changing MaxInstructions to 100 for cthulhain (crazy nut) =:)
[bbkeys.git] / src / Makefile.in
blob9ae4e94eb190c68bbbcdfb542a434041b1b6fccd
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 AWK = @AWK@
61 CC = @CC@
62 CPP = @CPP@
63 CXX = @CXX@
64 INTERLACE = @INTERLACE@
65 LN_S = @LN_S@
66 MAINT = @MAINT@
67 MAKEINFO = @MAKEINFO@
68 PACKAGE = @PACKAGE@
69 PERL = @PERL@
70 RANLIB = @RANLIB@
71 VERSION = @VERSION@
72 regex_cmd = @regex_cmd@
74 CPPFLAGS = @CPPFLAGS@ @INTERLACE@ -DGLOBAL_BB=\"$(datadir)/bbtools/bbkeys.bb\" -DGLOBAL_NOBB=\"$(datadir)/bbtools/bbkeys.nobb\"
77 bin_PROGRAMS = bbkeys
78 bbkeys_SOURCES = bbkeys.cc Image.cc LinkedList.cc bbkeys.hh Image.hh LinkedList.hh Timer.hh Timer.cc stackmenu.cc stackmenu.hh main.cc main.hh resource.cc resource.hh Baseresource.cc Baseresource.hh Basewindow.cc Basewindow.hh BaseDisplay.cc BaseDisplay.hh Basemenu.cc Basemenu.hh wminterface.cc wminterface.hh NETInterface.cc NETInterface.hh grab_defs.hh blackboxstyle.hh
80 bbkeys_LDADD = @X_LIBS@
82 EXTRA_DIST = bbkeysconf.pl.in
84 bin_SCRIPTS = bbkeysconf.pl
85 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
86 CONFIG_HEADER = ../config.h
87 CONFIG_CLEAN_FILES = bbkeysconf.pl
88 PROGRAMS = $(bin_PROGRAMS)
91 DEFS = @DEFS@ -I. -I$(srcdir) -I..
92 LDFLAGS = @LDFLAGS@
93 LIBS = @LIBS@
94 X_CFLAGS = @X_CFLAGS@
95 X_LIBS = @X_LIBS@
96 X_EXTRA_LIBS = @X_EXTRA_LIBS@
97 X_PRE_LIBS = @X_PRE_LIBS@
98 bbkeys_OBJECTS = bbkeys.o Image.o LinkedList.o Timer.o stackmenu.o \
99 main.o resource.o Baseresource.o Basewindow.o BaseDisplay.o Basemenu.o \
100 wminterface.o NETInterface.o
101 bbkeys_DEPENDENCIES =
102 bbkeys_LDFLAGS =
103 SCRIPTS = $(bin_SCRIPTS)
105 CXXFLAGS = @CXXFLAGS@
106 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
107 CXXLD = $(CXX)
108 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
109 CFLAGS = @CFLAGS@
110 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
111 CCLD = $(CC)
112 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
113 DIST_COMMON = Makefile.am Makefile.in bbkeysconf.pl.in
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
118 TAR = tar
119 GZIP_ENV = --best
120 SOURCES = $(bbkeys_SOURCES)
121 OBJECTS = $(bbkeys_OBJECTS)
123 all: all-redirect
124 .SUFFIXES:
125 .SUFFIXES: .S .c .cc .o .s
126 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
127 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
129 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
130 cd $(top_builddir) \
131 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
133 bbkeysconf.pl: $(top_builddir)/config.status bbkeysconf.pl.in
134 cd $(top_builddir) && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
136 mostlyclean-binPROGRAMS:
138 clean-binPROGRAMS:
139 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
141 distclean-binPROGRAMS:
143 maintainer-clean-binPROGRAMS:
145 install-binPROGRAMS: $(bin_PROGRAMS)
146 @$(NORMAL_INSTALL)
147 $(mkinstalldirs) $(DESTDIR)$(bindir)
148 @list='$(bin_PROGRAMS)'; for p in $$list; do \
149 if test -f $$p; then \
150 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
151 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
152 else :; fi; \
153 done
155 uninstall-binPROGRAMS:
156 @$(NORMAL_UNINSTALL)
157 list='$(bin_PROGRAMS)'; for p in $$list; do \
158 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
159 done
161 .c.o:
162 $(COMPILE) -c $<
164 .s.o:
165 $(COMPILE) -c $<
167 .S.o:
168 $(COMPILE) -c $<
170 mostlyclean-compile:
171 -rm -f *.o core *.core
173 clean-compile:
175 distclean-compile:
176 -rm -f *.tab.c
178 maintainer-clean-compile:
180 bbkeys: $(bbkeys_OBJECTS) $(bbkeys_DEPENDENCIES)
181 @rm -f bbkeys
182 $(CXXLINK) $(bbkeys_LDFLAGS) $(bbkeys_OBJECTS) $(bbkeys_LDADD) $(LIBS)
184 install-binSCRIPTS: $(bin_SCRIPTS)
185 @$(NORMAL_INSTALL)
186 $(mkinstalldirs) $(DESTDIR)$(bindir)
187 @list='$(bin_SCRIPTS)'; for p in $$list; do \
188 if test -f $$p; then \
189 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
190 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
191 else if test -f $(srcdir)/$$p; then \
192 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
193 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
194 else :; fi; fi; \
195 done
197 uninstall-binSCRIPTS:
198 @$(NORMAL_UNINSTALL)
199 list='$(bin_SCRIPTS)'; for p in $$list; do \
200 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
201 done
202 .cc.o:
203 $(CXXCOMPILE) -c $<
205 tags: TAGS
207 ID: $(HEADERS) $(SOURCES) $(LISP)
208 list='$(SOURCES) $(HEADERS)'; \
209 unique=`for i in $$list; do echo $$i; done | \
210 awk ' { files[$$0] = 1; } \
211 END { for (i in files) print i; }'`; \
212 here=`pwd` && cd $(srcdir) \
213 && mkid -f$$here/ID $$unique $(LISP)
215 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
216 tags=; \
217 here=`pwd`; \
218 list='$(SOURCES) $(HEADERS)'; \
219 unique=`for i in $$list; do echo $$i; done | \
220 awk ' { files[$$0] = 1; } \
221 END { for (i in files) print i; }'`; \
222 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
223 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
225 mostlyclean-tags:
227 clean-tags:
229 distclean-tags:
230 -rm -f TAGS ID
232 maintainer-clean-tags:
234 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
236 subdir = src
238 distdir: $(DISTFILES)
239 @for file in $(DISTFILES); do \
240 d=$(srcdir); \
241 if test -d $$d/$$file; then \
242 cp -pr $$d/$$file $(distdir)/$$file; \
243 else \
244 test -f $(distdir)/$$file \
245 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
246 || cp -p $$d/$$file $(distdir)/$$file || :; \
247 fi; \
248 done
249 info-am:
250 info: info-am
251 dvi-am:
252 dvi: dvi-am
253 check-am: all-am
254 check: check-am
255 installcheck-am:
256 installcheck: installcheck-am
257 install-exec-am: install-binPROGRAMS install-binSCRIPTS
258 install-exec: install-exec-am
260 install-data-am:
261 install-data: install-data-am
263 install-am: all-am
264 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
265 install: install-am
266 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
267 uninstall: uninstall-am
268 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
269 all-redirect: all-am
270 install-strip:
271 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
272 installdirs:
273 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)
276 mostlyclean-generic:
278 clean-generic:
280 distclean-generic:
281 -rm -f Makefile $(CONFIG_CLEAN_FILES)
282 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
284 maintainer-clean-generic:
285 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
286 mostlyclean-tags mostlyclean-generic
288 mostlyclean: mostlyclean-am
290 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
291 mostlyclean-am
293 clean: clean-am
295 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
296 distclean-generic clean-am
298 distclean: distclean-am
300 maintainer-clean-am: maintainer-clean-binPROGRAMS \
301 maintainer-clean-compile maintainer-clean-tags \
302 maintainer-clean-generic distclean-am
303 @echo "This command is intended for maintainers to use;"
304 @echo "it deletes files that may require special tools to rebuild."
306 maintainer-clean: maintainer-clean-am
308 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
309 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
310 mostlyclean-compile distclean-compile clean-compile \
311 maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS tags \
312 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
313 distdir info-am info dvi-am dvi check check-am installcheck-am \
314 installcheck install-exec-am install-exec install-data-am install-data \
315 install-am install uninstall-am uninstall all-redirect all-am all \
316 installdirs mostlyclean-generic distclean-generic clean-generic \
317 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
320 # Tell versions [3.59,3.63) of GNU make to not export all variables.
321 # Otherwise a system limit (for SysV at least) may be exceeded.
322 .NOEXPORT: