~ghantoos/alltray/old-maintenance-ghantoos

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Michael B. Trausch
  • Date: 2008-12-28 20:43:54 UTC
  • Revision ID: mike@trausch.us-20081228204354-g4gmdwhx0xawzkkl
Tags: v0.70
Import of version 0.70

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
14
14
 
15
15
@SET_MAKE@
16
16
 
17
 
srcdir = @srcdir@
18
 
top_srcdir = @top_srcdir@
19
17
VPATH = @srcdir@
20
18
pkgdatadir = $(datadir)/@PACKAGE@
21
19
pkglibdir = $(libdir)/@PACKAGE@
22
20
pkgincludedir = $(includedir)/@PACKAGE@
23
 
top_builddir = ..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = @INSTALL@
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
57
53
        clientwin.$(OBJEXT) shortcut.$(OBJEXT) eventfilter.$(OBJEXT)
58
54
alltray_OBJECTS = $(am_alltray_OBJECTS)
59
55
alltray_DEPENDENCIES =
60
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
56
alltray_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
57
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(alltray_LDFLAGS) \
 
58
        $(LDFLAGS) -o $@
 
59
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
61
60
depcomp = $(SHELL) $(top_srcdir)/depcomp
62
61
am__depfiles_maybe = depfiles
63
62
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
64
63
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
65
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
66
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
67
 
        $(AM_CFLAGS) $(CFLAGS)
 
64
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
65
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
66
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68
67
CCLD = $(CC)
69
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
70
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
68
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
70
        $(LDFLAGS) -o $@
71
71
SOURCES = $(alltray_SOURCES)
72
72
DIST_SOURCES = $(alltray_SOURCES)
73
73
ETAGS = etags
74
74
CTAGS = ctags
75
75
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
76
76
ACLOCAL = @ACLOCAL@
77
 
AMDEP_FALSE = @AMDEP_FALSE@
78
 
AMDEP_TRUE = @AMDEP_TRUE@
79
77
AMTAR = @AMTAR@
80
78
AR = @AR@
81
79
AUTOCONF = @AUTOCONF@
104
102
EXEEXT = @EXEEXT@
105
103
F77 = @F77@
106
104
FFLAGS = @FFLAGS@
 
105
GREP = @GREP@
 
106
INSTALL = @INSTALL@
107
107
INSTALL_DATA = @INSTALL_DATA@
108
108
INSTALL_PROGRAM = @INSTALL_PROGRAM@
109
109
INSTALL_SCRIPT = @INSTALL_SCRIPT@
115
115
LN_S = @LN_S@
116
116
LTLIBOBJS = @LTLIBOBJS@
117
117
MAKEINFO = @MAKEINFO@
 
118
MKDIR_P = @MKDIR_P@
118
119
OBJEXT = @OBJEXT@
119
120
PACKAGE = @PACKAGE@
120
121
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
127
128
PATH_SEPARATOR = @PATH_SEPARATOR@
128
129
PKG_CONFIG = @PKG_CONFIG@
129
130
RANLIB = @RANLIB@
 
131
SED = @SED@
130
132
SET_MAKE = @SET_MAKE@
131
133
SHELL = @SHELL@
132
134
STRIP = @STRIP@
133
135
VERSION = @VERSION@
134
 
ac_ct_AR = @ac_ct_AR@
 
136
abs_builddir = @abs_builddir@
 
137
abs_srcdir = @abs_srcdir@
 
138
abs_top_builddir = @abs_top_builddir@
 
139
abs_top_srcdir = @abs_top_srcdir@
135
140
ac_ct_CC = @ac_ct_CC@
136
141
ac_ct_CXX = @ac_ct_CXX@
137
142
ac_ct_F77 = @ac_ct_F77@
138
 
ac_ct_RANLIB = @ac_ct_RANLIB@
139
 
ac_ct_STRIP = @ac_ct_STRIP@
140
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
141
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
142
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
143
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
144
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
145
143
am__include = @am__include@
146
144
am__leading_dot = @am__leading_dot@
147
145
am__quote = @am__quote@
153
151
build_cpu = @build_cpu@
154
152
build_os = @build_os@
155
153
build_vendor = @build_vendor@
 
154
builddir = @builddir@
156
155
datadir = @datadir@
 
156
datarootdir = @datarootdir@
 
157
docdir = @docdir@
 
158
dvidir = @dvidir@
157
159
exec_prefix = @exec_prefix@
158
160
host = @host@
159
161
host_alias = @host_alias@
160
162
host_cpu = @host_cpu@
161
163
host_os = @host_os@
162
164
host_vendor = @host_vendor@
 
165
htmldir = @htmldir@
163
166
includedir = @includedir@
164
167
infodir = @infodir@
165
168
install_sh = @install_sh@
166
169
libdir = @libdir@
167
170
libexecdir = @libexecdir@
 
171
localedir = @localedir@
168
172
localstatedir = @localstatedir@
169
173
mandir = @mandir@
170
174
mkdir_p = @mkdir_p@
171
175
oldincludedir = @oldincludedir@
 
176
pdfdir = @pdfdir@
172
177
prefix = @prefix@
173
178
program_transform_name = @program_transform_name@
 
179
psdir = @psdir@
174
180
sbindir = @sbindir@
175
181
sharedstatedir = @sharedstatedir@
 
182
srcdir = @srcdir@
176
183
sysconfdir = @sysconfdir@
177
184
target_alias = @target_alias@
 
185
top_builddir = @top_builddir@
 
186
top_srcdir = @top_srcdir@
178
187
INCLUDES = \
179
188
  -DPACKAGE_LIB_DIR=\""$(libdir)"\" \
180
189
  @PACKAGE_CFLAGS@
252
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
262
install-binPROGRAMS: $(bin_PROGRAMS)
254
263
        @$(NORMAL_INSTALL)
255
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
264
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
256
265
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
257
266
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
258
267
          if test -f $$p \
280
289
        done
281
290
alltray$(EXEEXT): $(alltray_OBJECTS) $(alltray_DEPENDENCIES) 
282
291
        @rm -f alltray$(EXEEXT)
283
 
        $(LINK) $(alltray_LDFLAGS) $(alltray_OBJECTS) $(alltray_LDADD) $(LIBS)
 
292
        $(alltray_LINK) $(alltray_OBJECTS) $(alltray_LDADD) $(LIBS)
284
293
 
285
294
mostlyclean-compile:
286
295
        -rm -f *.$(OBJEXT)
305
314
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmms.Po@am__quote@
306
315
 
307
316
.c.o:
308
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
309
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
317
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
318
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
310
319
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
311
320
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
312
321
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
313
322
 
314
323
.c.obj:
315
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
316
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
324
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
325
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
317
326
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
318
327
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319
328
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
320
329
 
321
330
.c.lo:
322
 
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
323
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
331
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
332
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
324
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
325
334
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326
335
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
331
340
clean-libtool:
332
341
        -rm -rf .libs _libs
333
342
 
334
 
distclean-libtool:
335
 
        -rm -f libtool
336
 
uninstall-info-am:
337
 
 
338
343
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
339
344
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
340
345
        unique=`for i in $$list; do \
384
389
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
385
390
 
386
391
distdir: $(DISTFILES)
387
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
388
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
389
 
        list='$(DISTFILES)'; for file in $$list; do \
390
 
          case $$file in \
391
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
392
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
393
 
          esac; \
 
392
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
393
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
394
        list='$(DISTFILES)'; \
 
395
          dist_files=`for file in $$list; do echo $$file; done | \
 
396
          sed -e "s|^$$srcdirstrip/||;t" \
 
397
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
398
        case $$dist_files in \
 
399
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
400
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
401
                           sort -u` ;; \
 
402
        esac; \
 
403
        for file in $$dist_files; do \
394
404
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
395
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
396
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
397
 
            dir="/$$dir"; \
398
 
            $(mkdir_p) "$(distdir)$$dir"; \
399
 
          else \
400
 
            dir=''; \
401
 
          fi; \
402
405
          if test -d $$d/$$file; then \
 
406
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
403
407
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
404
408
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
405
409
            fi; \
415
419
all-am: Makefile $(PROGRAMS)
416
420
installdirs:
417
421
        for dir in "$(DESTDIR)$(bindir)"; do \
418
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
422
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
419
423
        done
420
424
install: install-am
421
425
install-exec: install-exec-am
449
453
        -rm -rf ./$(DEPDIR)
450
454
        -rm -f Makefile
451
455
distclean-am: clean-am distclean-compile distclean-generic \
452
 
        distclean-libtool distclean-tags
 
456
        distclean-tags
453
457
 
454
458
dvi: dvi-am
455
459
 
463
467
 
464
468
install-data-am:
465
469
 
 
470
install-dvi: install-dvi-am
 
471
 
466
472
install-exec-am: install-binPROGRAMS
467
473
 
 
474
install-html: install-html-am
 
475
 
468
476
install-info: install-info-am
469
477
 
470
478
install-man:
471
479
 
 
480
install-pdf: install-pdf-am
 
481
 
 
482
install-ps: install-ps-am
 
483
 
472
484
installcheck-am:
473
485
 
474
486
maintainer-clean: maintainer-clean-am
489
501
 
490
502
ps-am:
491
503
 
492
 
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
 
504
uninstall-am: uninstall-binPROGRAMS
 
505
 
 
506
.MAKE: install-am install-strip
493
507
 
494
508
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
495
509
        clean-generic clean-libtool ctags distclean distclean-compile \
496
510
        distclean-generic distclean-libtool distclean-tags distdir dvi \
497
511
        dvi-am html html-am info info-am install install-am \
498
 
        install-binPROGRAMS install-data install-data-am install-exec \
499
 
        install-exec-am install-info install-info-am install-man \
 
512
        install-binPROGRAMS install-data install-data-am install-dvi \
 
513
        install-dvi-am install-exec install-exec-am install-html \
 
514
        install-html-am install-info install-info-am install-man \
 
515
        install-pdf install-pdf-am install-ps install-ps-am \
500
516
        install-strip installcheck installcheck-am installdirs \
501
517
        maintainer-clean maintainer-clean-generic mostlyclean \
502
518
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
503
519
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
504
 
        uninstall-binPROGRAMS uninstall-info-am
 
520
        uninstall-binPROGRAMS
505
521
 
506
522
# Tell versions [3.59,3.63) of GNU make to not export all variables.
507
523
# Otherwise a system limit (for SysV at least) may be exceeded.