1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
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.
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
13 # Makefile.am for Idesk 0.7.2
19 top_srcdir
= @top_srcdir@
22 exec_prefix = @
exec_prefix@
26 libexecdir
= @libexecdir@
28 sysconfdir
= @sysconfdir@
29 sharedstatedir
= @sharedstatedir@
30 localstatedir
= @localstatedir@
34 includedir = @
includedir@
35 oldincludedir = /usr
/include
39 pkgdatadir
= $(datadir)/@PACKAGE@
40 pkglibdir
= $(libdir)/@PACKAGE@
41 pkgincludedir
= $(includedir)/@PACKAGE@
48 AUTOHEADER
= @AUTOHEADER@
51 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
52 INSTALL_DATA
= @INSTALL_DATA@
53 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
54 transform
= @program_transform_name@
62 host_alias
= @host_alias@
66 DEFAULT_PREFIX
= @DEFAULT_PREFIX@
67 GTK_CFLAGS
= @GTK_CFLAGS@
68 GTK_CONFIG
= @GTK_CONFIG@
71 IMLIB_CXXFLAGS
= @IMLIB_CXXFLAGS@
72 IMLIB_LIBS
= @IMLIB_LIBS@
74 LIBSN_CFLAGS
= @LIBSN_CFLAGS@
75 LIBSN_LIBS
= @LIBSN_LIBS@
79 PKG_CONFIG
= @PKG_CONFIG@
86 MAINTAINERCLEANFILES
= aclocal.m4 config.h.in configure Makefile.in stamp-h.in src
/default.h
87 ACLOCAL_AMFLAGS
= -I .
88 EXTRA_DIST
= acinclude.m4 AUTHORS COPYING INSTALL README TODO ChangeLog NEWS
90 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
91 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
92 CONFIG_HEADER
= config.h
94 DIST_COMMON
= README .
/stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
95 Makefile.am Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \
96 config.h.in config.sub configure configure.in install-sh missing \
100 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
106 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
107 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu Makefile
109 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
$(BUILT_SOURCES
)
111 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
113 $(ACLOCAL_M4
): configure.in acinclude.m4 .
/acinclude.m4 .
/aclocal.m4
114 cd
$(srcdir) && $(ACLOCAL
) $(ACLOCAL_AMFLAGS
)
116 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
117 $(SHELL
) .
/config.status
--recheck
118 $(srcdir)/configure
: $(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
119 cd
$(srcdir) && $(AUTOCONF
)
122 @if
test ! -f
$@
; then \
126 stamp-h
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
128 && CONFIG_FILES
= CONFIG_HEADERS
=config.h \
129 $(SHELL
) .
/config.status
130 @echo timestamp
> stamp-h
2> /dev
/null
131 $(srcdir)/config.h.in
: $(srcdir)/stamp-h.in
132 @if
test ! -f
$@
; then \
133 rm -f
$(srcdir)/stamp-h.in
; \
134 $(MAKE
) $(srcdir)/stamp-h.in
; \
136 $(srcdir)/stamp-h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
137 cd
$(top_srcdir
) && $(AUTOHEADER
)
138 @echo timestamp
> $(srcdir)/stamp-h.in
2> /dev
/null
147 maintainer-clean-hdr
:
149 # This directory's subdirectories are mostly independent; you can cd
150 # into them and run `make' without going through this Makefile.
151 # To change the values of `make' variables: instead of editing Makefiles,
152 # (1) if the variable is set in `config.status', edit `config.status'
153 # (which will cause the Makefiles to be regenerated when you run `make');
154 # (2) otherwise, pass the desired values on the `make' command line.
158 all-recursive install-data-recursive install-exec-recursive \
159 installdirs-recursive install-recursive uninstall-recursive \
160 check-recursive installcheck-recursive info-recursive dvi-recursive
:
161 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
163 target
=`echo $@ | sed s/-recursive//`; \
164 list
='$(SUBDIRS)'; for subdir in
$$list; do \
165 echo
"Making $$target in $$subdir"; \
166 if
test "$$subdir" = "."; then \
168 local_target
="$$target-am"; \
170 local_target
="$$target"; \
172 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
173 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
175 if
test "$$dot_seen" = "no"; then \
176 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
179 mostlyclean-recursive clean-recursive distclean-recursive \
180 maintainer-clean-recursive
:
181 @set fnord
$(MAKEFLAGS
); amf
=$$2; \
183 rev
=''; list
='$(SUBDIRS)'; for subdir in
$$list; do \
184 rev
="$$subdir $$rev"; \
185 test "$$subdir" != "." || dot_seen
=yes
; \
187 test "$$dot_seen" = "no" && rev
=". $$rev"; \
188 target
=`echo $@ | sed s/-recursive//`; \
189 for subdir in
$$rev; do \
190 echo
"Making $$target in $$subdir"; \
191 if
test "$$subdir" = "."; then \
192 local_target
="$$target-am"; \
194 local_target
="$$target"; \
196 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
197 || case
"$$amf" in
*=*) exit
1;; *k
*) fail
=yes
;; *) exit
1;; esac
; \
198 done
&& test -z
"$$fail"
200 list
='$(SUBDIRS)'; for subdir in
$$list; do \
201 test "$$subdir" = . ||
(cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
206 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
207 list
='$(SOURCES) $(HEADERS)'; \
208 unique
=`for i in $$list; do echo $$i; done | \
209 awk ' { files[$$0] = 1; } \
210 END { for (i in files) print i; }'`; \
211 here
=`pwd` && cd
$(srcdir) \
212 && mkid
-f
$$here/ID
$$unique $(LISP
)
214 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) $(LISP
)
217 list
='$(SUBDIRS)'; for subdir in
$$list; do \
218 if
test "$$subdir" = .
; then
:; else \
219 test -f
$$subdir/TAGS
&& tags="$$tags -i $$here/$$subdir/TAGS"; \
222 list
='$(SOURCES) $(HEADERS)'; \
223 unique
=`for i in $$list; do echo $$i; done | \
224 awk ' { files[$$0] = 1; } \
225 END { for (i in files) print i; }'`; \
226 test -z
"$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
227 ||
(cd
$(srcdir) && etags
-o
$$here/TAGS
$(ETAGS_ARGS
) $$tags config.h.in
$$unique $(LISP
))
236 maintainer-clean-tags
:
238 distdir
= $(PACKAGE
)-$(VERSION
)
239 top_distdir
= $(distdir
)
241 # This target untars the dist file and tries a VPATH configuration. Then
242 # it guarantees that the distribution is self-contained by making another
246 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
247 mkdir
$(distdir
)/=build
248 mkdir
$(distdir
)/=inst
249 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
250 cd
$(distdir
)/=build \
251 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
252 && $(MAKE
) $(AM_MAKEFLAGS
) \
253 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
254 && $(MAKE
) $(AM_MAKEFLAGS
) check \
255 && $(MAKE
) $(AM_MAKEFLAGS
) install \
256 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
257 && $(MAKE
) $(AM_MAKEFLAGS
) dist
259 @banner
="$(distdir).tar.gz is ready for distribution"; \
260 dashes
=`echo "$$banner" | sed s/./=/g`; \
265 -chmod
-R a
+r
$(distdir
)
266 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
269 -chmod
-R a
+r
$(distdir
)
270 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
272 distdir
: $(DISTFILES
)
275 -chmod
777 $(distdir
)
276 here
=`cd $(top_builddir) && pwd`; \
277 top_distdir
=`cd $(distdir) && pwd`; \
278 distdir
=`cd $(distdir) && pwd`; \
280 && $(AUTOMAKE
) --include-deps
--build-dir
=$$here --srcdir-name
=$(top_srcdir
) --output-dir
=$$top_distdir --gnu Makefile
281 @for file in
$(DISTFILES
); do \
283 if
test -d
$$d/$$file; then \
284 cp
-pr
$$d/$$file $(distdir
)/$$file; \
286 test -f
$(distdir
)/$$file \
287 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
288 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
291 for subdir in
$(SUBDIRS
); do \
292 if
test "$$subdir" = .
; then
:; else \
293 test -d
$(distdir
)/$$subdir \
294 || mkdir
$(distdir
)/$$subdir \
296 chmod
777 $(distdir
)/$$subdir; \
297 (cd
$$subdir && $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
=..
/$(distdir
) distdir
=..
/$(distdir
)/$$subdir distdir
) \
301 $(MAKE
) $(AM_MAKEFLAGS
) top_distdir
="$(top_distdir)" distdir
="$(distdir)" dist-hook
307 check: check-recursive
309 installcheck: installcheck-recursive
310 all-recursive-am
: config.h
311 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
314 install-exec
: install-exec-recursive
316 install-data-am
: install-data-local
317 install-data
: install-data-recursive
320 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
321 install: install-recursive
322 uninstall-am
: uninstall-local
323 uninstall: uninstall-recursive
324 all-am
: Makefile config.h
325 all-redirect
: all-recursive-am
327 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
328 installdirs: installdirs-recursive
337 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
338 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
340 maintainer-clean-generic
:
341 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
342 mostlyclean-am
: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
344 mostlyclean: mostlyclean-recursive
346 clean-am
: clean-hdr clean-tags clean-generic mostlyclean-am
348 clean: clean-recursive
350 distclean-am
: distclean-hdr distclean-tags distclean-generic clean-am \
353 distclean: distclean-recursive
356 maintainer-clean-am
: maintainer-clean-hdr maintainer-clean-tags \
357 maintainer-clean-generic distclean-am
358 @echo
"This command is intended for maintainers to use;"
359 @echo
"it deletes files that may require special tools to rebuild."
361 maintainer-clean
: maintainer-clean-recursive
364 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
365 install-data-recursive uninstall-data-recursive install-exec-recursive \
366 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
367 all-recursive check-recursive installcheck-recursive info-recursive \
368 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
369 maintainer-clean-recursive
tags tags-recursive mostlyclean-tags \
370 distclean-tags clean-tags maintainer-clean-tags distdir info-am
info \
371 dvi-am
dvi check check-am installcheck-am
installcheck all-recursive-am \
372 install-exec-am install-exec install-data-local install-data-am \
373 install-data install-am
install uninstall-local uninstall-am
uninstall \
374 all-redirect all-am
all installdirs-am
installdirs mostlyclean-generic \
375 distclean-generic clean-generic maintainer-clean-generic
clean \
376 mostlyclean distclean maintainer-clean
381 if
test -d
$(srcdir)/examples
; then \
382 $(mkinstalldirs
) $(DESTDIR
)$(pkgdatadir
); \
383 $(INSTALL_DATA
) $(srcdir)/README
$(DESTDIR
)$(pkgdatadir
); \
384 for example in
$(srcdir)/examples
/*; do \
385 if
test -f
$$example; then \
386 $(INSTALL_DATA
) $$example $(DESTDIR
)$(pkgdatadir
); \
392 if
test -d examples
; then \
394 for d in examples
/*; do \
395 if
test -f
$$d; then \
396 cp
-ar $$d $(distdir
); \
402 rm -rf
$(pkgdatadir
)/*
410 # Tell versions [3.59,3.63) of GNU make to not export all variables.
411 # Otherwise a system limit (for SysV at least) may be exceeded.