~ubuntu-branches/ubuntu/karmic/g15daemon/karmic

« back to all changes in this revision

Viewing changes to libg15daemon_client/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Giacomo Catenazzi
  • Date: 2008-04-28 08:47:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080428084707-vy58xr1xrb4ix3uf
Tags: 1.9.5.3-3
* Changing default in /etc/default/g15daemon: Use L1 key instead of MR
  as actual upstream default and allowing to use g15macro
  (Closes: #478069)
* Removed the X11 setup on man page, because it is not relevant
  to recent distributions and could confuse our users (Closes: #463078)

Show diffs side-by-side

added added

removed removed

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