~ubuntu-branches/ubuntu/gutsy/ggz-client-libs/gutsy

« 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-tw4vobhkjl4pz90q
Tags: 0.0.7-1
* New upstream release
* The libggzcore2 package has been renamed libggzcore3 due to a SONAME
  bump upstream.
* Remove the Build-Conflict: on libggzmod-dev, libtool seems to be
  behaving

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
40
40
AMDEP_FALSE = @AMDEP_FALSE@
41
41
AMDEP_TRUE = @AMDEP_TRUE@
42
42
AMTAR = @AMTAR@
 
43
AR = @AR@
43
44
AUTOCONF = @AUTOCONF@
44
45
AUTOHEADER = @AUTOHEADER@
45
46
AUTOMAKE = @AUTOMAKE@
49
50
CFLAGS = @CFLAGS@
50
51
CPP = @CPP@
51
52
CPPFLAGS = @CPPFLAGS@
 
53
CXX = @CXX@
 
54
CXXCPP = @CXXCPP@
 
55
CXXDEPMODE = @CXXDEPMODE@
 
56
CXXFLAGS = @CXXFLAGS@
52
57
CYGPATH_W = @CYGPATH_W@
53
58
DEFS = @DEFS@
54
59
DEPDIR = @DEPDIR@
58
63
ECHO_T = @ECHO_T@
59
64
EGREP = @EGREP@
60
65
EXEEXT = @EXEEXT@
 
66
F77 = @F77@
 
67
FFLAGS = @FFLAGS@
61
68
INSTALL_DATA = @INSTALL_DATA@
62
69
INSTALL_PROGRAM = @INSTALL_PROGRAM@
63
70
INSTALL_SCRIPT = @INSTALL_SCRIPT@
64
71
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
65
 
LDADD = @LDADD@
66
72
LDFLAGS = @LDFLAGS@
67
73
LIBGGZ_INCLUDES = @LIBGGZ_INCLUDES@
68
74
LIBGGZ_LDFLAGS = @LIBGGZ_LDFLAGS@
89
95
SHELL = @SHELL@
90
96
STRIP = @STRIP@
91
97
VERSION = @VERSION@
 
98
ac_ct_AR = @ac_ct_AR@
92
99
ac_ct_CC = @ac_ct_CC@
 
100
ac_ct_CXX = @ac_ct_CXX@
 
101
ac_ct_F77 = @ac_ct_F77@
93
102
ac_ct_RANLIB = @ac_ct_RANLIB@
94
103
ac_ct_STRIP = @ac_ct_STRIP@
95
104
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
96
105
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
106
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
 
107
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
97
108
am__include = @am__include@
98
109
am__leading_dot = @am__leading_dot@
99
110
am__quote = @am__quote@
105
116
build_vendor = @build_vendor@
106
117
datadir = @datadir@
107
118
exec_prefix = @exec_prefix@
 
119
expat_LIBS = @expat_LIBS@
108
120
ggzconfdir = @ggzconfdir@
109
121
ggzdatadir = @ggzdatadir@
110
 
ggzexecmoddir = @ggzexecmoddir@
 
122
ggzlibdir = @ggzlibdir@
111
123
host = @host@
112
124
host_alias = @host_alias@
113
125
host_cpu = @host_cpu@
123
135
localstatedir = @localstatedir@
124
136
mandir = @mandir@
125
137
oldincludedir = @oldincludedir@
126
 
packagesrcdir = @packagesrcdir@
 
138
popt_LIBS = @popt_LIBS@
127
139
prefix = @prefix@
128
140
program_transform_name = @program_transform_name@
129
141
sbindir = @sbindir@
147
159
        all-recursive install-data-recursive install-exec-recursive \
148
160
        installdirs-recursive install-recursive uninstall-recursive \
149
161
        check-recursive installcheck-recursive
150
 
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
151
 
        Makefile.in NEWS TODO acinclude.m4 aclocal.m4 config.guess \
152
 
        config.h.in config.sub configure configure.ac depcomp \
153
 
        install-sh ltmain.sh missing mkinstalldirs
 
162
DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure AUTHORS \
 
163
        COPYING ChangeLog INSTALL Makefile.am NEWS TODO acinclude.m4 \
 
164
        aclocal.m4 config.guess config.h.in config.sub configure.ac \
 
165
        depcomp install-sh ltmain.sh missing mkinstalldirs
154
166
DIST_SUBDIRS = $(SUBDIRS)
155
167
all: config.h
156
168
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
161
173
 configure.lineno
162
174
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
163
175
        cd $(top_srcdir) && \
164
 
          $(AUTOMAKE) --gnu  Makefile
 
176
          $(AUTOMAKE) --foreign  Makefile
165
177
Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in  $(top_builddir)/config.status
166
178
        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
167
179
 
466
478
installcheck: installcheck-recursive
467
479
install-strip:
468
480
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469
 
          INSTALL_STRIP_FLAG=-s \
 
481
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470
482
          `test -z '$(STRIP)' || \
471
483
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
472
484
mostlyclean-generic:
474
486
clean-generic:
475
487
 
476
488
distclean-generic:
477
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
489
        -rm -f $(CONFIG_CLEAN_FILES)
478
490
 
479
491
maintainer-clean-generic:
480
492
        @echo "This command is intended for maintainers to use"
485
497
 
486
498
distclean: distclean-recursive
487
499
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
500
        -rm -f Makefile
488
501
distclean-am: clean-am distclean-generic distclean-hdr distclean-libtool \
489
502
        distclean-tags
490
503
 
508
521
 
509
522
maintainer-clean: maintainer-clean-recursive
510
523
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
511
 
        -rm -rf autom4te.cache
 
524
        -rm -rf $(top_srcdir)/autom4te.cache
 
525
        -rm -f Makefile
512
526
maintainer-clean-am: distclean-am maintainer-clean-generic
513
527
 
514
528
mostlyclean: mostlyclean-recursive