]> Dogcows Code - chaz/openbox/blob - util/Makefile.in
apparently there were compiling problems with automake/autoconf. This should make...
[chaz/openbox] / util / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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.
7
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.
12
13 # util/Makefile.am for Openbox
14
15
16 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36
37 DESTDIR =
38
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42
43 top_builddir = ..
44
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
49
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
55
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 CC = @CC@
63 CLOBBER = @CLOBBER@
64 CXX = @CXX@
65 DEBUG = @DEBUG@
66 INTERLACE = @INTERLACE@
67 MAINT = @MAINT@
68 MAKEINFO = @MAKEINFO@
69 NEWWMSPEC = @NEWWMSPEC@
70 NLS = @NLS@
71 ORDEREDPSEUDO = @ORDEREDPSEUDO@
72 PACKAGE = @PACKAGE@
73 SHAPE = @SHAPE@
74 SLIT = @SLIT@
75 TIMEDCACHE = @TIMEDCACHE@
76 VERSION = @VERSION@
77 gencat_cmd = @gencat_cmd@
78 regex_cmd = @regex_cmd@
79
80 CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @NEWWMSPEC@ @INTERLACE@ @ORDEREDPSEUDO@ @CLOBBER@
81
82
83 bin_SCRIPTS = bsetbg
84 bin_PROGRAMS = bsetroot
85
86 bsetroot_SOURCES = bsetroot.cc
87 bsetroot_LDADD = ../src/BaseDisplay.o ../src/LinkedList.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
88
89 MAINTAINERCLEANFILES = Makefile.in
90 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
91 CONFIG_HEADER = ../config.h
92 CONFIG_CLEAN_FILES =
93 PROGRAMS = $(bin_PROGRAMS)
94
95
96 DEFS = @DEFS@ -I. -I$(srcdir) -I..
97 LDFLAGS = @LDFLAGS@
98 LIBS = @LIBS@
99 X_CFLAGS = @X_CFLAGS@
100 X_LIBS = @X_LIBS@
101 X_EXTRA_LIBS = @X_EXTRA_LIBS@
102 X_PRE_LIBS = @X_PRE_LIBS@
103 bsetroot_OBJECTS = bsetroot.o
104 bsetroot_DEPENDENCIES = ../src/BaseDisplay.o ../src/LinkedList.o \
105 ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/Geometry.o
106 bsetroot_LDFLAGS =
107 SCRIPTS = $(bin_SCRIPTS)
108
109 CXXFLAGS = @CXXFLAGS@
110 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111 CXXLD = $(CXX)
112 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
113 DIST_COMMON = Makefile.am Makefile.in
114
115
116 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
117
118 TAR = tar
119 GZIP_ENV = --best
120 SOURCES = $(bsetroot_SOURCES)
121 OBJECTS = $(bsetroot_OBJECTS)
122
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 util/Makefile
128
129 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
130 cd $(top_builddir) \
131 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
132
133
134 mostlyclean-binPROGRAMS:
135
136 clean-binPROGRAMS:
137 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
138
139 distclean-binPROGRAMS:
140
141 maintainer-clean-binPROGRAMS:
142
143 install-binPROGRAMS: $(bin_PROGRAMS)
144 @$(NORMAL_INSTALL)
145 $(mkinstalldirs) $(DESTDIR)$(bindir)
146 @list='$(bin_PROGRAMS)'; for p in $$list; do \
147 if test -f $$p; then \
148 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
149 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
150 else :; fi; \
151 done
152
153 uninstall-binPROGRAMS:
154 @$(NORMAL_UNINSTALL)
155 list='$(bin_PROGRAMS)'; for p in $$list; do \
156 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
157 done
158
159 .c.o:
160 $(COMPILE) -c $<
161
162 .s.o:
163 $(COMPILE) -c $<
164
165 .S.o:
166 $(COMPILE) -c $<
167
168 mostlyclean-compile:
169 -rm -f *.o core *.core
170
171 clean-compile:
172
173 distclean-compile:
174 -rm -f *.tab.c
175
176 maintainer-clean-compile:
177
178 bsetroot: $(bsetroot_OBJECTS) $(bsetroot_DEPENDENCIES)
179 @rm -f bsetroot
180 $(CXXLINK) $(bsetroot_LDFLAGS) $(bsetroot_OBJECTS) $(bsetroot_LDADD) $(LIBS)
181
182 install-binSCRIPTS: $(bin_SCRIPTS)
183 @$(NORMAL_INSTALL)
184 $(mkinstalldirs) $(DESTDIR)$(bindir)
185 @list='$(bin_SCRIPTS)'; for p in $$list; do \
186 if test -f $$p; then \
187 echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
188 $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
189 else if test -f $(srcdir)/$$p; then \
190 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
191 $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
192 else :; fi; fi; \
193 done
194
195 uninstall-binSCRIPTS:
196 @$(NORMAL_UNINSTALL)
197 list='$(bin_SCRIPTS)'; for p in $$list; do \
198 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
199 done
200 .cc.o:
201 $(CXXCOMPILE) -c $<
202
203 tags: TAGS
204
205 ID: $(HEADERS) $(SOURCES) $(LISP)
206 list='$(SOURCES) $(HEADERS)'; \
207 unique=`for i in $$list; do echo $$i; done | \
208 awk ' { files[$$0] = 1; } \
209 END { for (i in files) print i; }'`; \
210 here=`pwd` && cd $(srcdir) \
211 && mkid -f$$here/ID $$unique $(LISP)
212
213 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
214 tags=; \
215 here=`pwd`; \
216 list='$(SOURCES) $(HEADERS)'; \
217 unique=`for i in $$list; do echo $$i; done | \
218 awk ' { files[$$0] = 1; } \
219 END { for (i in files) print i; }'`; \
220 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
221 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
222
223 mostlyclean-tags:
224
225 clean-tags:
226
227 distclean-tags:
228 -rm -f TAGS ID
229
230 maintainer-clean-tags:
231
232 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
233
234 subdir = util
235
236 distdir: $(DISTFILES)
237 @for file in $(DISTFILES); do \
238 d=$(srcdir); \
239 if test -d $$d/$$file; then \
240 cp -pr $$d/$$file $(distdir)/$$file; \
241 else \
242 test -f $(distdir)/$$file \
243 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
244 || cp -p $$d/$$file $(distdir)/$$file || :; \
245 fi; \
246 done
247 info-am:
248 info: info-am
249 dvi-am:
250 dvi: dvi-am
251 check-am: all-am
252 check: check-am
253 installcheck-am:
254 installcheck: installcheck-am
255 install-exec-am: install-binPROGRAMS install-binSCRIPTS
256 install-exec: install-exec-am
257
258 install-data-am:
259 install-data: install-data-am
260
261 install-am: all-am
262 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
263 install: install-am
264 uninstall-am: uninstall-binPROGRAMS uninstall-binSCRIPTS
265 uninstall: uninstall-am
266 all-am: Makefile $(PROGRAMS) $(SCRIPTS)
267 all-redirect: all-am
268 install-strip:
269 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
270 installdirs:
271 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(bindir)
272
273
274 mostlyclean-generic:
275
276 clean-generic:
277
278 distclean-generic:
279 -rm -f Makefile $(CONFIG_CLEAN_FILES)
280 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
281
282 maintainer-clean-generic:
283 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
284 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
285 mostlyclean-tags mostlyclean-generic
286
287 mostlyclean: mostlyclean-am
288
289 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
290 mostlyclean-am
291
292 clean: clean-am
293
294 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
295 distclean-generic clean-am distclean-local
296
297 distclean: distclean-am
298
299 maintainer-clean-am: maintainer-clean-binPROGRAMS \
300 maintainer-clean-compile maintainer-clean-tags \
301 maintainer-clean-generic distclean-am
302 @echo "This command is intended for maintainers to use;"
303 @echo "it deletes files that may require special tools to rebuild."
304
305 maintainer-clean: maintainer-clean-am
306
307 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
308 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
309 mostlyclean-compile distclean-compile clean-compile \
310 maintainer-clean-compile uninstall-binSCRIPTS install-binSCRIPTS tags \
311 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
312 distdir info-am info dvi-am dvi check check-am installcheck-am \
313 installcheck install-exec-am install-exec install-data-am install-data \
314 install-am install uninstall-am uninstall all-redirect all-am all \
315 installdirs mostlyclean-generic distclean-generic clean-generic \
316 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
317
318
319 distclean-local:
320 rm -f *\~
321
322 bsetroot.o: bsetroot.cc ../config.h bsetroot.h ../src/BaseDisplay.h \
323 ../src/LinkedList.h ../src/Timer.h ../src/Image.h ../src/Geometry.h
324
325 # Tell versions [3.59,3.63) of GNU make to not export all variables.
326 # Otherwise a system limit (for SysV at least) may be exceeded.
327 .NOEXPORT:
This page took 0.046983 seconds and 5 git commands to generate.