~n-muench/ubuntu/oneiric/open-vm-tools/open-vm-tools.fix-836277

« back to all changes in this revision

Viewing changes to lib/unityWindowTracker/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2008-08-15 21:21:40 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080815212140-05fhxj8wroosysmj
Tags: 2008.08.08-109361-1ubuntu1
* Merge from Debian unstable (LP: #258393), remaining Ubuntu change:
  - add ubuntu_toolchain_FTBFS.dpatch patch, fix FTBFS
* Update ubuntu_toolchain_FTBFS.dpatch patch for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
################################################################################
 
18
### Copyright 2008 VMware, Inc.  All rights reserved.
 
19
###
 
20
### This program is free software; you can redistribute it and/or modify
 
21
### it under the terms of version 2 of the GNU General Public License as
 
22
### published by the Free Software Foundation.
 
23
###
 
24
### This program is distributed in the hope that it will be useful,
 
25
### but WITHOUT ANY WARRANTY; without even the implied warranty of
 
26
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
27
### GNU General Public License for more details.
 
28
###
 
29
### You should have received a copy of the GNU General Public License
 
30
### along with this program; if not, write to the Free Software
 
31
### Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
32
################################################################################
 
33
 
 
34
VPATH = @srcdir@
 
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkglibdir = $(libdir)/@PACKAGE@
 
37
pkgincludedir = $(includedir)/@PACKAGE@
 
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
39
install_sh_DATA = $(install_sh) -c -m 644
 
40
install_sh_PROGRAM = $(install_sh) -c
 
41
install_sh_SCRIPT = $(install_sh) -c
 
42
INSTALL_HEADER = $(INSTALL_DATA)
 
43
transform = $(program_transform_name)
 
44
NORMAL_INSTALL = :
 
45
PRE_INSTALL = :
 
46
POST_INSTALL = :
 
47
NORMAL_UNINSTALL = :
 
48
PRE_UNINSTALL = :
 
49
POST_UNINSTALL = :
 
50
build_triplet = @build@
 
51
host_triplet = @host@
 
52
subdir = lib/unityWindowTracker
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
55
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
57
        $(ACLOCAL_M4)
 
58
mkinstalldirs = $(install_sh) -d
 
59
CONFIG_CLEAN_FILES =
 
60
LIBRARIES = $(noinst_LIBRARIES)
 
61
ARFLAGS = cru
 
62
libUnityWindowTracker_a_AR = $(AR) $(ARFLAGS)
 
63
libUnityWindowTracker_a_LIBADD =
 
64
am_libUnityWindowTracker_a_OBJECTS = unityWindowTracker.$(OBJEXT)
 
65
libUnityWindowTracker_a_OBJECTS =  \
 
66
        $(am_libUnityWindowTracker_a_OBJECTS)
 
67
DEFAULT_INCLUDES = -I.@am__isrc@
 
68
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
69
am__depfiles_maybe = depfiles
 
70
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
71
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
72
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
74
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
75
CCLD = $(CC)
 
76
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
77
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
78
        $(LDFLAGS) -o $@
 
79
SOURCES = $(libUnityWindowTracker_a_SOURCES)
 
80
DIST_SOURCES = $(libUnityWindowTracker_a_SOURCES)
 
81
ETAGS = etags
 
82
CTAGS = ctags
 
83
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
84
ACLOCAL = @ACLOCAL@
 
85
AMTAR = @AMTAR@
 
86
AR = @AR@
 
87
AUTOCONF = @AUTOCONF@
 
88
AUTOHEADER = @AUTOHEADER@
 
89
AUTOMAKE = @AUTOMAKE@
 
90
AWK = @AWK@
 
91
CC = @CC@
 
92
CCDEPMODE = @CCDEPMODE@
 
93
CFLAGS = @CFLAGS@
 
94
COMMON_XLIBS = @COMMON_XLIBS@
 
95
CPP = @CPP@
 
96
CPPFLAGS = @CPPFLAGS@
 
97
CXX = @CXX@
 
98
CXXCPP = @CXXCPP@
 
99
CXXDEPMODE = @CXXDEPMODE@
 
100
CXXFLAGS = @CXXFLAGS@
 
101
CYGPATH_W = @CYGPATH_W@
 
102
DEFS = @DEFS@
 
103
DEPDIR = @DEPDIR@
 
104
DNET_CONFIG = @DNET_CONFIG@
 
105
DNET_CPPFLAGS = @DNET_CPPFLAGS@
 
106
DNET_LIBS = @DNET_LIBS@
 
107
ECHO = @ECHO@
 
108
ECHO_C = @ECHO_C@
 
109
ECHO_N = @ECHO_N@
 
110
ECHO_T = @ECHO_T@
 
111
EGREP = @EGREP@
 
112
EXEEXT = @EXEEXT@
 
113
F77 = @F77@
 
114
FFLAGS = @FFLAGS@
 
115
GREP = @GREP@
 
116
GTK_CPPFLAGS = @GTK_CPPFLAGS@
 
117
GTK_LIBS = @GTK_LIBS@
 
118
GUESTD_LDADD = @GUESTD_LDADD@
 
119
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
 
120
ICU_CONFIG = @ICU_CONFIG@
 
121
ICU_CPPFLAGS = @ICU_CPPFLAGS@
 
122
ICU_LIBS = @ICU_LIBS@
 
123
INSTALL = @INSTALL@
 
124
INSTALL_DATA = @INSTALL_DATA@
 
125
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
126
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
127
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
128
KERNEL_RELEASE = @KERNEL_RELEASE@
 
129
LDFLAGS = @LDFLAGS@
 
130
LIBOBJS = @LIBOBJS@
 
131
LIBPNG_CONFIG = @LIBPNG_CONFIG@
 
132
LIBPNG_CPPFLAGS = @LIBPNG_CPPFLAGS@
 
133
LIBPNG_LIBS = @LIBPNG_LIBS@
 
134
LIBS = @LIBS@
 
135
LIBTOOL = @LIBTOOL@
 
136
LIB_AUTH_CPPFLAGS = @LIB_AUTH_CPPFLAGS@
 
137
LIB_FILE_CPPFLAGS = @LIB_FILE_CPPFLAGS@
 
138
LIB_HGFS_SERVER_CPPFLAGS = @LIB_HGFS_SERVER_CPPFLAGS@
 
139
LIB_IMPERSONATE_CPPFLAGS = @LIB_IMPERSONATE_CPPFLAGS@
 
140
LIB_MISC_CPPFLAGS = @LIB_MISC_CPPFLAGS@
 
141
LIB_PROC_MGR_CPPFLAGS = @LIB_PROC_MGR_CPPFLAGS@
 
142
LIB_STRING_CPPFLAGS = @LIB_STRING_CPPFLAGS@
 
143
LIB_USER_CPPFLAGS = @LIB_USER_CPPFLAGS@
 
144
LN_S = @LN_S@
 
145
LTLIBOBJS = @LTLIBOBJS@
 
146
MAKEINFO = @MAKEINFO@
 
147
MKDIR_P = @MKDIR_P@
 
148
MODULES = @MODULES@
 
149
MODULES_DIR = @MODULES_DIR@
 
150
MODULES_OS = @MODULES_OS@
 
151
OBJEXT = @OBJEXT@
 
152
PACKAGE = @PACKAGE@
 
153
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
154
PACKAGE_NAME = @PACKAGE_NAME@
 
155
PACKAGE_STRING = @PACKAGE_STRING@
 
156
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
157
PACKAGE_VERSION = @PACKAGE_VERSION@
 
158
PAM_PREFIX = @PAM_PREFIX@
 
159
PATH_SEPARATOR = @PATH_SEPARATOR@
 
160
PROCPS_CPPFLAGS = @PROCPS_CPPFLAGS@
 
161
PROCPS_LIBS = @PROCPS_LIBS@
 
162
RANLIB = @RANLIB@
 
163
RPCGEN = @RPCGEN@
 
164
SED = @SED@
 
165
SET_MAKE = @SET_MAKE@
 
166
SHELL = @SHELL@
 
167
STRIP = @STRIP@
 
168
TARGET_OS = @TARGET_OS@
 
169
URIPARSER_CPPFLAGS = @URIPARSER_CPPFLAGS@
 
170
URIPARSER_LIBS = @URIPARSER_LIBS@
 
171
VERSION = @VERSION@
 
172
VMWARE_USER_CPPFLAGS = @VMWARE_USER_CPPFLAGS@
 
173
VMWARE_USER_LDADD = @VMWARE_USER_LDADD@
 
174
XMKMF = @XMKMF@
 
175
X_CFLAGS = @X_CFLAGS@
 
176
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
177
X_LIBS = @X_LIBS@
 
178
X_PRE_LIBS = @X_PRE_LIBS@
 
179
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
 
180
ZLIB_LIBS = @ZLIB_LIBS@
 
181
abs_builddir = @abs_builddir@
 
182
abs_srcdir = @abs_srcdir@
 
183
abs_top_builddir = @abs_top_builddir@
 
184
abs_top_srcdir = @abs_top_srcdir@
 
185
ac_ct_CC = @ac_ct_CC@
 
186
ac_ct_CXX = @ac_ct_CXX@
 
187
ac_ct_F77 = @ac_ct_F77@
 
188
am__include = @am__include@
 
189
am__leading_dot = @am__leading_dot@
 
190
am__quote = @am__quote@
 
191
am__tar = @am__tar@
 
192
am__untar = @am__untar@
 
193
bindir = @bindir@
 
194
build = @build@
 
195
build_alias = @build_alias@
 
196
build_cpu = @build_cpu@
 
197
build_os = @build_os@
 
198
build_vendor = @build_vendor@
 
199
builddir = @builddir@
 
200
datadir = @datadir@
 
201
datarootdir = @datarootdir@
 
202
docdir = @docdir@
 
203
dvidir = @dvidir@
 
204
exec_prefix = @exec_prefix@
 
205
host = @host@
 
206
host_alias = @host_alias@
 
207
host_cpu = @host_cpu@
 
208
host_os = @host_os@
 
209
host_vendor = @host_vendor@
 
210
htmldir = @htmldir@
 
211
includedir = @includedir@
 
212
infodir = @infodir@
 
213
install_sh = @install_sh@
 
214
libdir = @libdir@
 
215
libexecdir = @libexecdir@
 
216
localedir = @localedir@
 
217
localstatedir = @localstatedir@
 
218
mandir = @mandir@
 
219
mkdir_p = @mkdir_p@
 
220
oldincludedir = @oldincludedir@
 
221
pdfdir = @pdfdir@
 
222
prefix = @prefix@
 
223
program_transform_name = @program_transform_name@
 
224
psdir = @psdir@
 
225
sbindir = @sbindir@
 
226
sharedstatedir = @sharedstatedir@
 
227
srcdir = @srcdir@
 
228
sysconfdir = @sysconfdir@
 
229
target_alias = @target_alias@
 
230
top_builddir = @top_builddir@
 
231
top_srcdir = @top_srcdir@
 
232
noinst_LIBRARIES = libUnityWindowTracker.a
 
233
libUnityWindowTracker_a_SOURCES = unityWindowTracker.c
 
234
all: all-am
 
235
 
 
236
.SUFFIXES:
 
237
.SUFFIXES: .c .lo .o .obj
 
238
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
239
        @for dep in $?; do \
 
240
          case '$(am__configure_deps)' in \
 
241
            *$$dep*) \
 
242
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
243
                && exit 0; \
 
244
              exit 1;; \
 
245
          esac; \
 
246
        done; \
 
247
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  lib/unityWindowTracker/Makefile'; \
 
248
        cd $(top_srcdir) && \
 
249
          $(AUTOMAKE) --gnu  lib/unityWindowTracker/Makefile
 
250
.PRECIOUS: Makefile
 
251
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
252
        @case '$?' in \
 
253
          *config.status*) \
 
254
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
255
          *) \
 
256
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
257
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
258
        esac;
 
259
 
 
260
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
262
 
 
263
$(top_srcdir)/configure:  $(am__configure_deps)
 
264
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
265
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
267
 
 
268
clean-noinstLIBRARIES:
 
269
        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
 
270
libUnityWindowTracker.a: $(libUnityWindowTracker_a_OBJECTS) $(libUnityWindowTracker_a_DEPENDENCIES) 
 
271
        -rm -f libUnityWindowTracker.a
 
272
        $(libUnityWindowTracker_a_AR) libUnityWindowTracker.a $(libUnityWindowTracker_a_OBJECTS) $(libUnityWindowTracker_a_LIBADD)
 
273
        $(RANLIB) libUnityWindowTracker.a
 
274
 
 
275
mostlyclean-compile:
 
276
        -rm -f *.$(OBJEXT)
 
277
 
 
278
distclean-compile:
 
279
        -rm -f *.tab.c
 
280
 
 
281
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/unityWindowTracker.Po@am__quote@
 
282
 
 
283
.c.o:
 
284
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
285
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
286
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
287
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
288
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
289
 
 
290
.c.obj:
 
291
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
292
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
293
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
294
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
295
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
296
 
 
297
.c.lo:
 
298
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
299
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
300
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
301
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
302
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
303
 
 
304
mostlyclean-libtool:
 
305
        -rm -f *.lo
 
306
 
 
307
clean-libtool:
 
308
        -rm -rf .libs _libs
 
309
 
 
310
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
311
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
312
        unique=`for i in $$list; do \
 
313
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
314
          done | \
 
315
          $(AWK) '    { files[$$0] = 1; } \
 
316
               END { for (i in files) print i; }'`; \
 
317
        mkid -fID $$unique
 
318
tags: TAGS
 
319
 
 
320
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
321
                $(TAGS_FILES) $(LISP)
 
322
        tags=; \
 
323
        here=`pwd`; \
 
324
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
325
        unique=`for i in $$list; do \
 
326
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
327
          done | \
 
328
          $(AWK) '    { files[$$0] = 1; } \
 
329
               END { for (i in files) print i; }'`; \
 
330
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
331
          test -n "$$unique" || unique=$$empty_fix; \
 
332
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
333
            $$tags $$unique; \
 
334
        fi
 
335
ctags: CTAGS
 
336
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
337
                $(TAGS_FILES) $(LISP)
 
338
        tags=; \
 
339
        here=`pwd`; \
 
340
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
341
        unique=`for i in $$list; do \
 
342
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
343
          done | \
 
344
          $(AWK) '    { files[$$0] = 1; } \
 
345
               END { for (i in files) print i; }'`; \
 
346
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
347
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
348
             $$tags $$unique
 
349
 
 
350
GTAGS:
 
351
        here=`$(am__cd) $(top_builddir) && pwd` \
 
352
          && cd $(top_srcdir) \
 
353
          && gtags -i $(GTAGS_ARGS) $$here
 
354
 
 
355
distclean-tags:
 
356
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
357
 
 
358
distdir: $(DISTFILES)
 
359
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
360
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
361
        list='$(DISTFILES)'; \
 
362
          dist_files=`for file in $$list; do echo $$file; done | \
 
363
          sed -e "s|^$$srcdirstrip/||;t" \
 
364
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
365
        case $$dist_files in \
 
366
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
367
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
368
                           sort -u` ;; \
 
369
        esac; \
 
370
        for file in $$dist_files; do \
 
371
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
372
          if test -d $$d/$$file; then \
 
373
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
374
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
375
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
376
            fi; \
 
377
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
378
          else \
 
379
            test -f $(distdir)/$$file \
 
380
            || cp -p $$d/$$file $(distdir)/$$file \
 
381
            || exit 1; \
 
382
          fi; \
 
383
        done
 
384
check-am: all-am
 
385
check: check-am
 
386
all-am: Makefile $(LIBRARIES)
 
387
installdirs:
 
388
install: install-am
 
389
install-exec: install-exec-am
 
390
install-data: install-data-am
 
391
uninstall: uninstall-am
 
392
 
 
393
install-am: all-am
 
394
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
395
 
 
396
installcheck: installcheck-am
 
397
install-strip:
 
398
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
399
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
400
          `test -z '$(STRIP)' || \
 
401
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
402
mostlyclean-generic:
 
403
 
 
404
clean-generic:
 
405
 
 
406
distclean-generic:
 
407
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
408
 
 
409
maintainer-clean-generic:
 
410
        @echo "This command is intended for maintainers to use"
 
411
        @echo "it deletes files that may require special tools to rebuild."
 
412
clean: clean-am
 
413
 
 
414
clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
 
415
        mostlyclean-am
 
416
 
 
417
distclean: distclean-am
 
418
        -rm -rf ./$(DEPDIR)
 
419
        -rm -f Makefile
 
420
distclean-am: clean-am distclean-compile distclean-generic \
 
421
        distclean-tags
 
422
 
 
423
dvi: dvi-am
 
424
 
 
425
dvi-am:
 
426
 
 
427
html: html-am
 
428
 
 
429
info: info-am
 
430
 
 
431
info-am:
 
432
 
 
433
install-data-am:
 
434
 
 
435
install-dvi: install-dvi-am
 
436
 
 
437
install-exec-am:
 
438
 
 
439
install-html: install-html-am
 
440
 
 
441
install-info: install-info-am
 
442
 
 
443
install-man:
 
444
 
 
445
install-pdf: install-pdf-am
 
446
 
 
447
install-ps: install-ps-am
 
448
 
 
449
installcheck-am:
 
450
 
 
451
maintainer-clean: maintainer-clean-am
 
452
        -rm -rf ./$(DEPDIR)
 
453
        -rm -f Makefile
 
454
maintainer-clean-am: distclean-am maintainer-clean-generic
 
455
 
 
456
mostlyclean: mostlyclean-am
 
457
 
 
458
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
459
        mostlyclean-libtool
 
460
 
 
461
pdf: pdf-am
 
462
 
 
463
pdf-am:
 
464
 
 
465
ps: ps-am
 
466
 
 
467
ps-am:
 
468
 
 
469
uninstall-am:
 
470
 
 
471
.MAKE: install-am install-strip
 
472
 
 
473
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
474
        clean-libtool clean-noinstLIBRARIES ctags distclean \
 
475
        distclean-compile distclean-generic distclean-libtool \
 
476
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
477
        install install-am install-data install-data-am install-dvi \
 
478
        install-dvi-am install-exec install-exec-am install-html \
 
479
        install-html-am install-info install-info-am install-man \
 
480
        install-pdf install-pdf-am install-ps install-ps-am \
 
481
        install-strip installcheck installcheck-am installdirs \
 
482
        maintainer-clean maintainer-clean-generic mostlyclean \
 
483
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
484
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
485
 
 
486
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
487
# Otherwise a system limit (for SysV at least) may be exceeded.
 
488
.NOEXPORT: