~ubuntu-branches/ubuntu/raring/libcaca/raring

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar
  • Date: 2010-02-08 01:40:59 UTC
  • mfrom: (1.1.8 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100208014059-9q4av8pze8p7uw3i
Tags: 0.99.beta17-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 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, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
14
15
 
15
16
@SET_MAKE@
16
17
 
17
 
# $Id$
18
 
 
19
18
 
20
19
VPATH = @srcdir@
21
20
pkgdatadir = $(datadir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
22
22
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
24
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
25
install_sh_DATA = $(install_sh) -c -m 644
26
26
install_sh_PROGRAM = $(install_sh) -c
48
48
mkinstalldirs = $(install_sh) -d
49
49
CONFIG_HEADER = $(top_builddir)/config.h
50
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
51
52
@USE_NETWORK_TRUE@am__EXEEXT_1 = cacaserver$(EXEEXT)
52
53
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdatadir)"
53
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
54
54
PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
55
55
am_cacademo_OBJECTS = cacademo.$(OBJEXT)
56
56
cacademo_OBJECTS = $(am_cacademo_OBJECTS)
90
90
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
91
91
depcomp = $(SHELL) $(top_srcdir)/.auto/depcomp
92
92
am__depfiles_maybe = depfiles
 
93
am__mv = mv -f
93
94
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
94
95
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
95
96
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
110
111
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
111
112
    *) f=$$p;; \
112
113
  esac;
113
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
114
 
pkgdataDATA_INSTALL = $(INSTALL_DATA)
 
114
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
115
am__install_max = 40
 
116
am__nobase_strip_setup = \
 
117
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
118
am__nobase_strip = \
 
119
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
120
am__nobase_list = $(am__nobase_strip_setup); \
 
121
  for p in $$list; do echo "$$p $$p"; done | \
 
122
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
123
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
124
    if (++n[$$2] == $(am__install_max)) \
 
125
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
126
    END { for (dir in files) print dir, files[dir] }'
 
127
am__base_list = \
 
128
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
129
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
115
130
DATA = $(pkgdata_DATA)
116
131
ETAGS = etags
117
132
CTAGS = ctags
137
152
CPPFLAGS = @CPPFLAGS@
138
153
CPPUNIT_CFLAGS = @CPPUNIT_CFLAGS@
139
154
CPPUNIT_LIBS = @CPPUNIT_LIBS@
 
155
CSC = @CSC@
140
156
CXX = @CXX@
141
157
CXXCPP = @CXXCPP@
142
158
CXXDEPMODE = @CXXDEPMODE@
147
163
DLLTOOL = @DLLTOOL@
148
164
DOXYGEN = @DOXYGEN@
149
165
DSYMUTIL = @DSYMUTIL@
 
166
DUMPBIN = @DUMPBIN@
150
167
DVIPS = @DVIPS@
151
 
ECHO = @ECHO@
152
168
ECHO_C = @ECHO_C@
153
169
ECHO_N = @ECHO_N@
154
170
ECHO_T = @ECHO_T@
155
171
EGREP = @EGREP@
156
172
EXEEXT = @EXEEXT@
157
 
F77 = @F77@
158
 
FFLAGS = @FFLAGS@
 
173
FGREP = @FGREP@
159
174
FTGL_CFLAGS = @FTGL_CFLAGS@
160
175
FTGL_LIBS = @FTGL_LIBS@
161
176
GACUTIL = @GACUTIL@
171
186
INSTALL_PROGRAM = @INSTALL_PROGRAM@
172
187
INSTALL_SCRIPT = @INSTALL_SCRIPT@
173
188
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
189
JAR = @JAR@
 
190
JAVAC = @JAVAC@
 
191
JAVAH = @JAVAH@
 
192
JAVA_CFLAGS = @JAVA_CFLAGS@
 
193
JAVA_LIBS = @JAVA_LIBS@
174
194
KPSEWHICH = @KPSEWHICH@
175
195
LATEX = @LATEX@
 
196
LD = @LD@
176
197
LDFLAGS = @LDFLAGS@
177
198
LIBOBJS = @LIBOBJS@
178
199
LIBS = @LIBS@
179
200
LIBTOOL = @LIBTOOL@
 
201
LIPO = @LIPO@
180
202
LN_S = @LN_S@
181
203
LTLIBOBJS = @LTLIBOBJS@
182
204
LT_MAJOR = @LT_MAJOR@
187
209
MAKEINFO = @MAKEINFO@
188
210
MATH_LIBS = @MATH_LIBS@
189
211
MKDIR_P = @MKDIR_P@
 
212
NM = @NM@
190
213
NMEDIT = @NMEDIT@
191
214
OBJC = @OBJC@
192
215
OBJCDEPMODE = @OBJCDEPMODE@
193
216
OBJCFLAGS = @OBJCFLAGS@
194
217
OBJDUMP = @OBJDUMP@
195
218
OBJEXT = @OBJEXT@
 
219
OTOOL = @OTOOL@
 
220
OTOOL64 = @OTOOL64@
196
221
PACKAGE = @PACKAGE@
197
222
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198
223
PACKAGE_NAME = @PACKAGE_NAME@
199
224
PACKAGE_STRING = @PACKAGE_STRING@
200
225
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
226
PACKAGE_URL = @PACKAGE_URL@
201
227
PACKAGE_VERSION = @PACKAGE_VERSION@
202
228
PANGOFT2_CFLAGS = @PANGOFT2_CFLAGS@
203
229
PANGOFT2_LIBS = @PANGOFT2_LIBS@
225
251
abs_top_srcdir = @abs_top_srcdir@
226
252
ac_ct_CC = @ac_ct_CC@
227
253
ac_ct_CXX = @ac_ct_CXX@
228
 
ac_ct_F77 = @ac_ct_F77@
 
254
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
229
255
am__include = @am__include@
230
256
am__leading_dot = @am__leading_dot@
231
257
am__quote = @am__quote@
256
282
libexecdir = @libexecdir@
257
283
localedir = @localedir@
258
284
localstatedir = @localstatedir@
 
285
lt_ECHO = @lt_ECHO@
259
286
mandir = @mandir@
260
287
mkdir_p = @mkdir_p@
261
288
oldincludedir = @oldincludedir@
272
299
target_cpu = @target_cpu@
273
300
target_os = @target_os@
274
301
target_vendor = @target_vendor@
 
302
top_build_prefix = @top_build_prefix@
275
303
top_builddir = @top_builddir@
276
304
top_srcdir = @top_srcdir@
277
305
pkgdata_DATA = caca.txt
309
337
        @for dep in $?; do \
310
338
          case '$(am__configure_deps)' in \
311
339
            *$$dep*) \
312
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
313
 
                && exit 0; \
 
340
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
341
                && { if test -f $@; then exit 0; else break; fi; }; \
314
342
              exit 1;; \
315
343
          esac; \
316
344
        done; \
317
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
318
 
        cd $(top_srcdir) && \
319
 
          $(AUTOMAKE) --foreign  src/Makefile
 
345
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
 
346
        $(am__cd) $(top_srcdir) && \
 
347
          $(AUTOMAKE) --foreign src/Makefile
320
348
.PRECIOUS: Makefile
321
349
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
322
350
        @case '$?' in \
334
362
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
335
363
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
336
364
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
365
$(am__aclocal_m4_deps):
337
366
install-binPROGRAMS: $(bin_PROGRAMS)
338
367
        @$(NORMAL_INSTALL)
339
368
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
340
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
341
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
342
 
          if test -f $$p \
343
 
             || test -f $$p1 \
344
 
          ; then \
345
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
346
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
347
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
348
 
          else :; fi; \
349
 
        done
 
369
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
370
        for p in $$list; do echo "$$p $$p"; done | \
 
371
        sed 's/$(EXEEXT)$$//' | \
 
372
        while read p p1; do if test -f $$p || test -f $$p1; \
 
373
          then echo "$$p"; echo "$$p"; else :; fi; \
 
374
        done | \
 
375
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
376
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
377
        sed 'N;N;N;s,\n, ,g' | \
 
378
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
379
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
380
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
381
            else { print "f", $$3 "/" $$4, $$1; } } \
 
382
          END { for (d in files) print "f", d, files[d] }' | \
 
383
        while read type dir files; do \
 
384
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
385
            test -z "$$files" || { \
 
386
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
387
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
388
            } \
 
389
        ; done
350
390
 
351
391
uninstall-binPROGRAMS:
352
392
        @$(NORMAL_UNINSTALL)
353
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
354
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
355
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
356
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
357
 
        done
 
393
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
394
        files=`for p in $$list; do echo "$$p"; done | \
 
395
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
396
              -e 's/$$/$(EXEEXT)/' `; \
 
397
        test -n "$$list" || exit 0; \
 
398
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
399
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
358
400
 
359
401
clean-binPROGRAMS:
360
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
361
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
362
 
          echo " rm -f $$p $$f"; \
363
 
          rm -f $$p $$f ; \
364
 
        done
 
402
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
403
        echo " rm -f" $$list; \
 
404
        rm -f $$list || exit $$?; \
 
405
        test -n "$(EXEEXT)" || exit 0; \
 
406
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
407
        echo " rm -f" $$list; \
 
408
        rm -f $$list
365
409
 
366
410
clean-noinstPROGRAMS:
367
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
368
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
369
 
          echo " rm -f $$p $$f"; \
370
 
          rm -f $$p $$f ; \
371
 
        done
 
411
        @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
 
412
        echo " rm -f" $$list; \
 
413
        rm -f $$list || exit $$?; \
 
414
        test -n "$(EXEEXT)" || exit 0; \
 
415
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
416
        echo " rm -f" $$list; \
 
417
        rm -f $$list
372
418
cacademo$(EXEEXT): $(cacademo_OBJECTS) $(cacademo_DEPENDENCIES) 
373
419
        @rm -f cacademo$(EXEEXT)
374
420
        $(cacademo_LINK) $(cacademo_OBJECTS) $(cacademo_LDADD) $(LIBS)
410
456
 
411
457
.c.o:
412
458
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
413
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
459
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
414
460
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
415
461
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416
462
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
417
463
 
418
464
.c.obj:
419
465
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
420
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
466
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
421
467
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
422
468
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423
469
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
424
470
 
425
471
.c.lo:
426
472
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
427
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
473
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
428
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
429
475
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430
476
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
431
477
 
432
478
cacaview-cacaview.o: cacaview.c
433
479
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cacaview_CFLAGS) $(CFLAGS) -MT cacaview-cacaview.o -MD -MP -MF $(DEPDIR)/cacaview-cacaview.Tpo -c -o cacaview-cacaview.o `test -f 'cacaview.c' || echo '$(srcdir)/'`cacaview.c
434
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cacaview-cacaview.Tpo $(DEPDIR)/cacaview-cacaview.Po
 
480
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/cacaview-cacaview.Tpo $(DEPDIR)/cacaview-cacaview.Po
435
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cacaview.c' object='cacaview-cacaview.o' libtool=no @AMDEPBACKSLASH@
436
482
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437
483
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cacaview_CFLAGS) $(CFLAGS) -c -o cacaview-cacaview.o `test -f 'cacaview.c' || echo '$(srcdir)/'`cacaview.c
438
484
 
439
485
cacaview-cacaview.obj: cacaview.c
440
486
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cacaview_CFLAGS) $(CFLAGS) -MT cacaview-cacaview.obj -MD -MP -MF $(DEPDIR)/cacaview-cacaview.Tpo -c -o cacaview-cacaview.obj `if test -f 'cacaview.c'; then $(CYGPATH_W) 'cacaview.c'; else $(CYGPATH_W) '$(srcdir)/cacaview.c'; fi`
441
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cacaview-cacaview.Tpo $(DEPDIR)/cacaview-cacaview.Po
 
487
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/cacaview-cacaview.Tpo $(DEPDIR)/cacaview-cacaview.Po
442
488
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cacaview.c' object='cacaview-cacaview.obj' libtool=no @AMDEPBACKSLASH@
443
489
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444
490
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cacaview_CFLAGS) $(CFLAGS) -c -o cacaview-cacaview.obj `if test -f 'cacaview.c'; then $(CYGPATH_W) 'cacaview.c'; else $(CYGPATH_W) '$(srcdir)/cacaview.c'; fi`
445
491
 
446
492
cacaview-common-image.o: common-image.c
447
493
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cacaview_CFLAGS) $(CFLAGS) -MT cacaview-common-image.o -MD -MP -MF $(DEPDIR)/cacaview-common-image.Tpo -c -o cacaview-common-image.o `test -f 'common-image.c' || echo '$(srcdir)/'`common-image.c
448
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cacaview-common-image.Tpo $(DEPDIR)/cacaview-common-image.Po
 
494
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/cacaview-common-image.Tpo $(DEPDIR)/cacaview-common-image.Po
449
495
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='common-image.c' object='cacaview-common-image.o' libtool=no @AMDEPBACKSLASH@
450
496
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451
497
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cacaview_CFLAGS) $(CFLAGS) -c -o cacaview-common-image.o `test -f 'common-image.c' || echo '$(srcdir)/'`common-image.c
452
498
 
453
499
cacaview-common-image.obj: common-image.c
454
500
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cacaview_CFLAGS) $(CFLAGS) -MT cacaview-common-image.obj -MD -MP -MF $(DEPDIR)/cacaview-common-image.Tpo -c -o cacaview-common-image.obj `if test -f 'common-image.c'; then $(CYGPATH_W) 'common-image.c'; else $(CYGPATH_W) '$(srcdir)/common-image.c'; fi`
455
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cacaview-common-image.Tpo $(DEPDIR)/cacaview-common-image.Po
 
501
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/cacaview-common-image.Tpo $(DEPDIR)/cacaview-common-image.Po
456
502
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='common-image.c' object='cacaview-common-image.obj' libtool=no @AMDEPBACKSLASH@
457
503
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458
504
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(cacaview_CFLAGS) $(CFLAGS) -c -o cacaview-common-image.obj `if test -f 'common-image.c'; then $(CYGPATH_W) 'common-image.c'; else $(CYGPATH_W) '$(srcdir)/common-image.c'; fi`
459
505
 
460
506
img2txt-img2txt.o: img2txt.c
461
507
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -MT img2txt-img2txt.o -MD -MP -MF $(DEPDIR)/img2txt-img2txt.Tpo -c -o img2txt-img2txt.o `test -f 'img2txt.c' || echo '$(srcdir)/'`img2txt.c
462
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/img2txt-img2txt.Tpo $(DEPDIR)/img2txt-img2txt.Po
 
508
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/img2txt-img2txt.Tpo $(DEPDIR)/img2txt-img2txt.Po
463
509
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='img2txt.c' object='img2txt-img2txt.o' libtool=no @AMDEPBACKSLASH@
464
510
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465
511
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -c -o img2txt-img2txt.o `test -f 'img2txt.c' || echo '$(srcdir)/'`img2txt.c
466
512
 
467
513
img2txt-img2txt.obj: img2txt.c
468
514
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -MT img2txt-img2txt.obj -MD -MP -MF $(DEPDIR)/img2txt-img2txt.Tpo -c -o img2txt-img2txt.obj `if test -f 'img2txt.c'; then $(CYGPATH_W) 'img2txt.c'; else $(CYGPATH_W) '$(srcdir)/img2txt.c'; fi`
469
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/img2txt-img2txt.Tpo $(DEPDIR)/img2txt-img2txt.Po
 
515
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/img2txt-img2txt.Tpo $(DEPDIR)/img2txt-img2txt.Po
470
516
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='img2txt.c' object='img2txt-img2txt.obj' libtool=no @AMDEPBACKSLASH@
471
517
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472
518
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -c -o img2txt-img2txt.obj `if test -f 'img2txt.c'; then $(CYGPATH_W) 'img2txt.c'; else $(CYGPATH_W) '$(srcdir)/img2txt.c'; fi`
473
519
 
474
520
img2txt-mygetopt.o: mygetopt.c
475
521
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -MT img2txt-mygetopt.o -MD -MP -MF $(DEPDIR)/img2txt-mygetopt.Tpo -c -o img2txt-mygetopt.o `test -f 'mygetopt.c' || echo '$(srcdir)/'`mygetopt.c
476
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/img2txt-mygetopt.Tpo $(DEPDIR)/img2txt-mygetopt.Po
 
522
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/img2txt-mygetopt.Tpo $(DEPDIR)/img2txt-mygetopt.Po
477
523
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mygetopt.c' object='img2txt-mygetopt.o' libtool=no @AMDEPBACKSLASH@
478
524
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479
525
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -c -o img2txt-mygetopt.o `test -f 'mygetopt.c' || echo '$(srcdir)/'`mygetopt.c
480
526
 
481
527
img2txt-mygetopt.obj: mygetopt.c
482
528
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -MT img2txt-mygetopt.obj -MD -MP -MF $(DEPDIR)/img2txt-mygetopt.Tpo -c -o img2txt-mygetopt.obj `if test -f 'mygetopt.c'; then $(CYGPATH_W) 'mygetopt.c'; else $(CYGPATH_W) '$(srcdir)/mygetopt.c'; fi`
483
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/img2txt-mygetopt.Tpo $(DEPDIR)/img2txt-mygetopt.Po
 
529
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/img2txt-mygetopt.Tpo $(DEPDIR)/img2txt-mygetopt.Po
484
530
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='mygetopt.c' object='img2txt-mygetopt.obj' libtool=no @AMDEPBACKSLASH@
485
531
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486
532
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -c -o img2txt-mygetopt.obj `if test -f 'mygetopt.c'; then $(CYGPATH_W) 'mygetopt.c'; else $(CYGPATH_W) '$(srcdir)/mygetopt.c'; fi`
487
533
 
488
534
img2txt-common-image.o: common-image.c
489
535
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -MT img2txt-common-image.o -MD -MP -MF $(DEPDIR)/img2txt-common-image.Tpo -c -o img2txt-common-image.o `test -f 'common-image.c' || echo '$(srcdir)/'`common-image.c
490
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/img2txt-common-image.Tpo $(DEPDIR)/img2txt-common-image.Po
 
536
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/img2txt-common-image.Tpo $(DEPDIR)/img2txt-common-image.Po
491
537
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='common-image.c' object='img2txt-common-image.o' libtool=no @AMDEPBACKSLASH@
492
538
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
493
539
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -c -o img2txt-common-image.o `test -f 'common-image.c' || echo '$(srcdir)/'`common-image.c
494
540
 
495
541
img2txt-common-image.obj: common-image.c
496
542
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -MT img2txt-common-image.obj -MD -MP -MF $(DEPDIR)/img2txt-common-image.Tpo -c -o img2txt-common-image.obj `if test -f 'common-image.c'; then $(CYGPATH_W) 'common-image.c'; else $(CYGPATH_W) '$(srcdir)/common-image.c'; fi`
497
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/img2txt-common-image.Tpo $(DEPDIR)/img2txt-common-image.Po
 
543
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/img2txt-common-image.Tpo $(DEPDIR)/img2txt-common-image.Po
498
544
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='common-image.c' object='img2txt-common-image.obj' libtool=no @AMDEPBACKSLASH@
499
545
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
500
546
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(img2txt_CFLAGS) $(CFLAGS) -c -o img2txt-common-image.obj `if test -f 'common-image.c'; then $(CYGPATH_W) 'common-image.c'; else $(CYGPATH_W) '$(srcdir)/common-image.c'; fi`
507
553
install-pkgdataDATA: $(pkgdata_DATA)
508
554
        @$(NORMAL_INSTALL)
509
555
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
510
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
 
556
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
557
        for p in $$list; do \
511
558
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
512
 
          f=$(am__strip_dir) \
513
 
          echo " $(pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
514
 
          $(pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
559
          echo "$$d$$p"; \
 
560
        done | $(am__base_list) | \
 
561
        while read files; do \
 
562
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \
 
563
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \
515
564
        done
516
565
 
517
566
uninstall-pkgdataDATA:
518
567
        @$(NORMAL_UNINSTALL)
519
 
        @list='$(pkgdata_DATA)'; for p in $$list; do \
520
 
          f=$(am__strip_dir) \
521
 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
522
 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
523
 
        done
 
568
        @list='$(pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \
 
569
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
570
        test -n "$$files" || exit 0; \
 
571
        echo " ( cd '$(DESTDIR)$(pkgdatadir)' && rm -f" $$files ")"; \
 
572
        cd "$(DESTDIR)$(pkgdatadir)" && rm -f $$files
524
573
 
525
574
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
526
575
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
527
576
        unique=`for i in $$list; do \
528
577
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
529
578
          done | \
530
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
579
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
531
580
              END { if (nonempty) { for (i in files) print i; }; }'`; \
532
581
        mkid -fID $$unique
533
582
tags: TAGS
534
583
 
535
584
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
536
585
                $(TAGS_FILES) $(LISP)
537
 
        tags=; \
 
586
        set x; \
538
587
        here=`pwd`; \
539
588
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
540
589
        unique=`for i in $$list; do \
542
591
          done | \
543
592
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
544
593
              END { if (nonempty) { for (i in files) print i; }; }'`; \
545
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
594
        shift; \
 
595
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
546
596
          test -n "$$unique" || unique=$$empty_fix; \
547
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
548
 
            $$tags $$unique; \
 
597
          if test $$# -gt 0; then \
 
598
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
599
              "$$@" $$unique; \
 
600
          else \
 
601
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
602
              $$unique; \
 
603
          fi; \
549
604
        fi
550
605
ctags: CTAGS
551
606
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
552
607
                $(TAGS_FILES) $(LISP)
553
 
        tags=; \
554
608
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
555
609
        unique=`for i in $$list; do \
556
610
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
557
611
          done | \
558
612
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
559
613
              END { if (nonempty) { for (i in files) print i; }; }'`; \
560
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
614
        test -z "$(CTAGS_ARGS)$$unique" \
561
615
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
562
 
             $$tags $$unique
 
616
             $$unique
563
617
 
564
618
GTAGS:
565
619
        here=`$(am__cd) $(top_builddir) && pwd` \
566
 
          && cd $(top_srcdir) \
567
 
          && gtags -i $(GTAGS_ARGS) $$here
 
620
          && $(am__cd) $(top_srcdir) \
 
621
          && gtags -i $(GTAGS_ARGS) "$$here"
568
622
 
569
623
distclean-tags:
570
624
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
585
639
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
586
640
          if test -d $$d/$$file; then \
587
641
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
642
            if test -d "$(distdir)/$$file"; then \
 
643
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
644
            fi; \
588
645
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
589
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
646
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
647
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
590
648
            fi; \
591
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
649
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
592
650
          else \
593
 
            test -f $(distdir)/$$file \
594
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
651
            test -f "$(distdir)/$$file" \
 
652
            || cp -p $$d/$$file "$(distdir)/$$file" \
595
653
            || exit 1; \
596
654
          fi; \
597
655
        done
622
680
 
623
681
distclean-generic:
624
682
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
683
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
625
684
 
626
685
maintainer-clean-generic:
627
686
        @echo "This command is intended for maintainers to use"
643
702
 
644
703
html: html-am
645
704
 
 
705
html-am:
 
706
 
646
707
info: info-am
647
708
 
648
709
info-am:
651
712
 
652
713
install-dvi: install-dvi-am
653
714
 
 
715
install-dvi-am:
 
716
 
654
717
install-exec-am: install-binPROGRAMS
655
718
 
656
719
install-html: install-html-am
657
720
 
 
721
install-html-am:
 
722
 
658
723
install-info: install-info-am
659
724
 
 
725
install-info-am:
 
726
 
660
727
install-man:
661
728
 
662
729
install-pdf: install-pdf-am
663
730
 
 
731
install-pdf-am:
 
732
 
664
733
install-ps: install-ps-am
665
734
 
 
735
install-ps-am:
 
736
 
666
737
installcheck-am:
667
738
 
668
739
maintainer-clean: maintainer-clean-am
702
773
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
703
774
        uninstall-binPROGRAMS uninstall-pkgdataDATA
704
775
 
 
776
 
 
777
echo-sources: ; echo $(SOURCES)
 
778
 
705
779
# Tell versions [3.59,3.63) of GNU make to not export all variables.
706
780
# Otherwise a system limit (for SysV at least) may be exceeded.
707
781
.NOEXPORT: