~ubuntu-branches/ubuntu/raring/ggz-gtk-client/raring

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2003-12-01 00:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20031201000000-so3nhged1kcklv65
Tags: 0.0.7-1
* New upstream release
* Adjust menu file to use approved menu locations,
Closes: #201137

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
67
67
INSTALL_PROGRAM = @INSTALL_PROGRAM@
68
68
INSTALL_SCRIPT = @INSTALL_SCRIPT@
69
69
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
70
 
LDADD = @LDADD@
71
70
LDFLAGS = @LDFLAGS@
72
71
LIBGGZ_INCLUDES = @LIBGGZ_INCLUDES@
73
72
LIBGGZ_LDFLAGS = @LIBGGZ_LDFLAGS@
147
146
        all-recursive install-data-recursive install-exec-recursive \
148
147
        installdirs-recursive install-recursive uninstall-recursive \
149
148
        check-recursive installcheck-recursive
150
 
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
151
 
        Makefile.in NEWS TODO acinclude.m4 aclocal.m4 compile \
152
 
        config.h.in configure configure.ac depcomp install-sh missing \
153
 
        mkinstalldirs
 
149
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \
 
150
        ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS \
 
151
        TODO acinclude.m4 aclocal.m4 compile config.h.in configure.ac \
 
152
        depcomp install-sh missing mkinstalldirs
154
153
DIST_SUBDIRS = $(SUBDIRS)
155
154
all: config.h
156
155
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
161
160
 configure.lineno
162
161
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
163
162
        cd $(top_srcdir) && \
164
 
          $(AUTOMAKE) --gnu  Makefile
 
163
          $(AUTOMAKE) --foreign  Makefile
165
164
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
166
165
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
167
166
 
457
456
installcheck: installcheck-recursive
458
457
install-strip:
459
458
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
460
 
          INSTALL_STRIP_FLAG=-s \
 
459
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
461
460
          `test -z '$(STRIP)' || \
462
461
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
463
462
mostlyclean-generic:
465
464
clean-generic:
466
465
 
467
466
distclean-generic:
468
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
467
        -rm -f $(CONFIG_CLEAN_FILES)
469
468
 
470
469
maintainer-clean-generic:
471
470
        @echo "This command is intended for maintainers to use"
476
475
 
477
476
distclean: distclean-recursive
478
477
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
478
        -rm -f Makefile
479
479
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
480
480
 
481
481
dvi: dvi-recursive
498
498
 
499
499
maintainer-clean: maintainer-clean-recursive
500
500
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
501
 
        -rm -rf autom4te.cache
 
501
        -rm -rf $(top_srcdir)/autom4te.cache
 
502
        -rm -f Makefile
502
503
maintainer-clean-am: distclean-am maintainer-clean-generic
503
504
 
504
505
mostlyclean: mostlyclean-recursive