~ubuntu-branches/ubuntu/raring/powermanga/raring

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2006-08-19 10:15:56 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060819101556-llg7innyzoadukro
Tags: 0.80-3ubuntu1
* Re-merge with Debian
* Fix desktop file for validation
* Install icon in /usr/share/pixmaps

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# Makefile.  Generated from Makefile.in by configure.
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
5
# 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,
39
39
target_triplet = i686-pc-linux-gnu
40
40
 
41
41
pkgdatadir = $(mandir)
42
 
ACLOCAL = ${SHELL} /home/bruno/Projects/powermanga-0.79/autotools/missing --run aclocal-1.7
 
42
ACLOCAL = ${SHELL} /home/bruno/IM/powermanga/autotools/missing --run aclocal-1.7
43
43
AMDEP_FALSE = #
44
44
AMDEP_TRUE = 
45
 
AMTAR = ${SHELL} /home/bruno/Projects/powermanga-0.79/autotools/missing --run tar
 
45
AMTAR = ${SHELL} /home/bruno/IM/powermanga/autotools/missing --run tar
46
46
ASSEMBLY_FALSE = #
47
47
ASSEMBLY_TRUE = 
48
 
AUTOCONF = ${SHELL} /home/bruno/Projects/powermanga-0.79/autotools/missing --run autoconf
49
 
AUTOHEADER = ${SHELL} /home/bruno/Projects/powermanga-0.79/autotools/missing --run autoheader
50
 
AUTOMAKE = ${SHELL} /home/bruno/Projects/powermanga-0.79/autotools/missing --run automake-1.7
 
48
AUTOCONF = ${SHELL} /home/bruno/IM/powermanga/autotools/missing --run autoconf
 
49
AUTOHEADER = ${SHELL} /home/bruno/IM/powermanga/autotools/missing --run autoheader
 
50
AUTOMAKE = ${SHELL} /home/bruno/IM/powermanga/autotools/missing --run automake-1.7
51
51
AWK = gawk
52
52
CC = gcc
53
53
CCAS = $(CC)
74
74
LIBOBJS = 
75
75
LIBS = 
76
76
LTLIBOBJS = 
77
 
MAKEINFO = ${SHELL} /home/bruno/Projects/powermanga-0.79/autotools/missing --run makeinfo
 
77
MAKEINFO = ${SHELL} /home/bruno/IM/powermanga/autotools/missing --run makeinfo
78
78
OBJEXT = o
79
79
PACKAGE = powermanga
80
80
PACKAGE_BUGREPORT = 
89
89
SET_MAKE = 
90
90
SHELL = /bin/sh
91
91
STRIP = 
92
 
VERSION = 0.78
 
92
VERSION = 0.80
93
93
XLIB_CFLAGS = -I/usr/X11R6/include
94
 
XLIB_LIBS = -L/usr/X11R6/lib -lXext -lXxf86dga -lXxf86vm
 
94
XLIB_LIBS = -L/usr/X11R6/lib -lXext
95
95
ac_ct_CC = gcc
96
96
ac_ct_CXX = g++
97
97
ac_ct_STRIP = 
100
100
am__fastdepCXX_FALSE = #
101
101
am__fastdepCXX_TRUE = 
102
102
am__include = include
 
103
am__leading_dot = .
103
104
am__quote = 
104
105
bindir = ${exec_prefix}/bin
105
106
build = i686-pc-linux-gnu
116
117
host_vendor = pc
117
118
includedir = ${prefix}/include
118
119
infodir = ${prefix}/info
119
 
install_sh = /home/bruno/Projects/powermanga-0.79/autotools/install-sh
 
120
install_sh = /home/bruno/IM/powermanga/autotools/install-sh
120
121
libdir = ${exec_prefix}/lib
121
122
libexecdir = ${exec_prefix}/libexec
122
123
localstatedir = ${prefix}/var
150
151
        all-recursive install-data-recursive install-exec-recursive \
151
152
        installdirs-recursive install-recursive uninstall-recursive \
152
153
        check-recursive installcheck-recursive
153
 
DIST_COMMON = README $(dist_pkgdata_DATA) AUTHORS COPYING Makefile.am \
154
 
        Makefile.in aclocal.m4 autotools/config.guess \
155
 
        autotools/config.sub autotools/depcomp autotools/install-sh \
156
 
        autotools/missing autotools/mkinstalldirs config.h.in configure \
157
 
        configure.ac
 
154
DIST_COMMON = README $(dist_pkgdata_DATA) $(srcdir)/Makefile.in \
 
155
        $(srcdir)/configure AUTHORS COPYING Makefile.am aclocal.m4 \
 
156
        autotools/config.guess autotools/config.sub autotools/depcomp \
 
157
        autotools/install-sh autotools/missing autotools/mkinstalldirs \
 
158
        config.h.in configure.ac
158
159
DIST_SUBDIRS = $(SUBDIRS)
159
160
all: config.h
160
161
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
293
294
                $(TAGS_FILES) $(LISP)
294
295
        tags=; \
295
296
        here=`pwd`; \
 
297
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
298
          include_option=--etags-include; \
 
299
        else \
 
300
          include_option=--include; \
 
301
        fi; \
296
302
        list='$(SUBDIRS)'; for subdir in $$list; do \
297
303
          if test "$$subdir" = .; then :; else \
298
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
304
            test -f $$subdir/TAGS && \
 
305
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
299
306
          fi; \
300
307
        done; \
301
308
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
407
414
        $(am__remove_distdir)
408
415
        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
409
416
        chmod -R a-w $(distdir); chmod a+w $(distdir)
410
 
        mkdir $(distdir)/=build
411
 
        mkdir $(distdir)/=inst
 
417
        mkdir $(distdir)/_build
 
418
        mkdir $(distdir)/_inst
412
419
        chmod a-w $(distdir)
413
 
        dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
 
420
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
414
421
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
415
 
          && cd $(distdir)/=build \
 
422
          && cd $(distdir)/_build \
416
423
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
417
424
            $(DISTCHECK_CONFIGURE_FLAGS) \
418
425
          && $(MAKE) $(AM_MAKEFLAGS) \
439
446
        @echo "$(distdir).tar.gz is ready for distribution" | \
440
447
          sed 'h;s/./=/g;p;x;p;x'
441
448
distuninstallcheck:
442
 
        cd $(distuninstallcheck_dir) \
 
449
        @cd $(distuninstallcheck_dir) \
443
450
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
444
451
           || { echo "ERROR: files left after uninstall:" ; \
445
452
                if test -n "$(DESTDIR)"; then \
448
455
                $(distuninstallcheck_listfiles) ; \
449
456
                exit 1; } >&2
450
457
distcleancheck: distclean
451
 
        if test '$(srcdir)' = . ; then \
 
458
        @if test '$(srcdir)' = . ; then \
452
459
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
453
460
          exit 1 ; \
454
461
        fi
455
 
        test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
462
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
456
463
          || { echo "ERROR: files left in build directory after distclean:" ; \
457
464
               $(distcleancheck_listfiles) ; \
458
465
               exit 1; } >&2
474
481
installcheck: installcheck-recursive
475
482
install-strip:
476
483
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
477
 
          INSTALL_STRIP_FLAG=-s \
 
484
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
478
485
          `test -z '$(STRIP)' || \
479
486
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
480
487
mostlyclean-generic:
482
489
clean-generic:
483
490
 
484
491
distclean-generic:
485
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
492
        -rm -f $(CONFIG_CLEAN_FILES)
486
493
 
487
494
maintainer-clean-generic:
488
495
        @echo "This command is intended for maintainers to use"
493
500
 
494
501
distclean: distclean-recursive
495
502
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
503
        -rm -f Makefile
496
504
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
497
505
 
498
506
dvi: dvi-recursive
515
523
 
516
524
maintainer-clean: maintainer-clean-recursive
517
525
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
518
 
        -rm -rf autom4te.cache
 
526
        -rm -rf $(top_srcdir)/autom4te.cache
 
527
        -rm -f Makefile
519
528
maintainer-clean-am: distclean-am maintainer-clean-generic
520
529
 
521
530
mostlyclean: mostlyclean-recursive