a b/Makefile.in
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
# @configure_input@
3
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
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
VPATH = @srcdir@
18
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19
am__make_running_with_option = \
20
  case $${target_option-} in \
21
      ?) ;; \
22
      *) echo "am__make_running_with_option: internal error: invalid" \
23
              "target option '$${target_option-}' specified" >&2; \
24
         exit 1;; \
25
  esac; \
26
  has_opt=no; \
27
  sane_makeflags=$$MAKEFLAGS; \
28
  if $(am__is_gnu_make); then \
29
    sane_makeflags=$$MFLAGS; \
30
  else \
31
    case $$MAKEFLAGS in \
32
      *\\[\ \ ]*) \
33
        bs=\\; \
34
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35
          | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36
    esac; \
37
  fi; \
38
  skip_next=no; \
39
  strip_trailopt () \
40
  { \
41
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42
  }; \
43
  for flg in $$sane_makeflags; do \
44
    test $$skip_next = yes && { skip_next=no; continue; }; \
45
    case $$flg in \
46
      *=*|--*) continue;; \
47
        -*I) strip_trailopt 'I'; skip_next=yes;; \
48
      -*I?*) strip_trailopt 'I';; \
49
        -*O) strip_trailopt 'O'; skip_next=yes;; \
50
      -*O?*) strip_trailopt 'O';; \
51
        -*l) strip_trailopt 'l'; skip_next=yes;; \
52
      -*l?*) strip_trailopt 'l';; \
53
      -[dEDm]) skip_next=yes;; \
54
      -[JT]) skip_next=yes;; \
55
    esac; \
56
    case $$flg in \
57
      *$$target_option*) has_opt=yes; break;; \
58
    esac; \
59
  done; \
60
  test $$has_opt = yes
61
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63
pkgdatadir = $(datadir)/@PACKAGE@
64
pkgincludedir = $(includedir)/@PACKAGE@
65
pkglibdir = $(libdir)/@PACKAGE@
66
pkglibexecdir = $(libexecdir)/@PACKAGE@
67
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68
install_sh_DATA = $(install_sh) -c -m 644
69
install_sh_PROGRAM = $(install_sh) -c
70
install_sh_SCRIPT = $(install_sh) -c
71
INSTALL_HEADER = $(INSTALL_DATA)
72
transform = $(program_transform_name)
73
NORMAL_INSTALL = :
74
PRE_INSTALL = :
75
POST_INSTALL = :
76
NORMAL_UNINSTALL = :
77
PRE_UNINSTALL = :
78
POST_UNINSTALL = :
79
bin_PROGRAMS = ohsender$(EXEEXT) ohradio$(EXEEXT) upexplorer$(EXEEXT) \
80
  multirdr$(EXEEXT) upsend$(EXEEXT) uplistdir$(EXEEXT) \
81
  rdcvolume$(EXEEXT) myrdcvolume$(EXEEXT) hellodevice$(EXEEXT) \
82
  helloctl$(EXEEXT)
83
subdir = .
84
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85
  $(top_srcdir)/configure $(am__configure_deps) \
86
  $(top_srcdir)/src/localconfig.h.in depcomp install-sh missing
87
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
89
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
90
  $(ACLOCAL_M4)
91
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
92
 configure.lineno config.status.lineno
93
mkinstalldirs = $(install_sh) -d
94
CONFIG_HEADER = $(top_builddir)/src/localconfig.h
95
CONFIG_CLEAN_FILES =
96
CONFIG_CLEAN_VPATH_FILES =
97
am__installdirs = "$(DESTDIR)$(bindir)"
98
PROGRAMS = $(bin_PROGRAMS)
99
am__dirstamp = $(am__leading_dot)dirstamp
100
am_helloctl_OBJECTS = hello_src/helloctl.$(OBJEXT)
101
helloctl_OBJECTS = $(am_helloctl_OBJECTS)
102
helloctl_LDADD = $(LDADD)
103
helloctl_DEPENDENCIES =
104
am_hellodevice_OBJECTS = hello_src/hellodevice.$(OBJEXT)
105
hellodevice_OBJECTS = $(am_hellodevice_OBJECTS)
106
hellodevice_LDADD = $(LDADD)
107
hellodevice_DEPENDENCIES =
108
am_multirdr_OBJECTS = src/multirdr.$(OBJEXT)
109
multirdr_OBJECTS = $(am_multirdr_OBJECTS)
110
multirdr_LDADD = $(LDADD)
111
multirdr_DEPENDENCIES =
112
am_myrdcvolume_OBJECTS = src/myrdcvolume.$(OBJEXT)
113
myrdcvolume_OBJECTS = $(am_myrdcvolume_OBJECTS)
114
myrdcvolume_LDADD = $(LDADD)
115
myrdcvolume_DEPENDENCIES =
116
am_ohradio_OBJECTS = src/ohradio.$(OBJEXT)
117
ohradio_OBJECTS = $(am_ohradio_OBJECTS)
118
ohradio_LDADD = $(LDADD)
119
ohradio_DEPENDENCIES =
120
am_ohsender_OBJECTS = src/ohsender.$(OBJEXT)
121
ohsender_OBJECTS = $(am_ohsender_OBJECTS)
122
ohsender_LDADD = $(LDADD)
123
ohsender_DEPENDENCIES =
124
am_rdcvolume_OBJECTS = src/rdcvolume.$(OBJEXT)
125
rdcvolume_OBJECTS = $(am_rdcvolume_OBJECTS)
126
rdcvolume_LDADD = $(LDADD)
127
rdcvolume_DEPENDENCIES =
128
am_upexplorer_OBJECTS = src/upexplo.$(OBJEXT)
129
upexplorer_OBJECTS = $(am_upexplorer_OBJECTS)
130
upexplorer_LDADD = $(LDADD)
131
upexplorer_DEPENDENCIES =
132
am_uplistdir_OBJECTS = src/uplistdir.$(OBJEXT)
133
uplistdir_OBJECTS = $(am_uplistdir_OBJECTS)
134
uplistdir_LDADD = $(LDADD)
135
uplistdir_DEPENDENCIES =
136
am_upsend_OBJECTS = upsend_src/upsend-upsend.$(OBJEXT) \
137
  upsend_src/upsend-streamer.$(OBJEXT) \
138
  upsend_src/upsend-wav.$(OBJEXT)
139
upsend_OBJECTS = $(am_upsend_OBJECTS)
140
upsend_DEPENDENCIES =
141
AM_V_P = $(am__v_P_@AM_V@)
142
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143
am__v_P_0 = false
144
am__v_P_1 = :
145
AM_V_GEN = $(am__v_GEN_@AM_V@)
146
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147
am__v_GEN_0 = @echo "  GEN     " $@;
148
am__v_GEN_1 = 
149
AM_V_at = $(am__v_at_@AM_V@)
150
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151
am__v_at_0 = @
152
am__v_at_1 = 
153
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
154
depcomp = $(SHELL) $(top_srcdir)/depcomp
155
am__depfiles_maybe = depfiles
156
am__mv = mv -f
157
AM_V_lt = $(am__v_lt_@AM_V@)
158
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
159
am__v_lt_0 = --silent
160
am__v_lt_1 = 
161
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
162
  $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
163
AM_V_CXX = $(am__v_CXX_@AM_V@)
164
am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
165
am__v_CXX_0 = @echo "  CXX     " $@;
166
am__v_CXX_1 = 
167
CXXLD = $(CXX)
168
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
169
  -o $@
170
AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
171
am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
172
am__v_CXXLD_0 = @echo "  CXXLD   " $@;
173
am__v_CXXLD_1 = 
174
SOURCES = $(helloctl_SOURCES) $(hellodevice_SOURCES) \
175
  $(multirdr_SOURCES) $(myrdcvolume_SOURCES) $(ohradio_SOURCES) \
176
  $(ohsender_SOURCES) $(rdcvolume_SOURCES) $(upexplorer_SOURCES) \
177
  $(uplistdir_SOURCES) $(upsend_SOURCES)
178
DIST_SOURCES = $(helloctl_SOURCES) $(hellodevice_SOURCES) \
179
  $(multirdr_SOURCES) $(myrdcvolume_SOURCES) $(ohradio_SOURCES) \
180
  $(ohsender_SOURCES) $(rdcvolume_SOURCES) $(upexplorer_SOURCES) \
181
  $(uplistdir_SOURCES) $(upsend_SOURCES)
182
am__can_run_installinfo = \
183
  case $$AM_UPDATE_INFO_DIR in \
184
    n|no|NO) false;; \
185
    *) (install-info --version) >/dev/null 2>&1;; \
186
  esac
187
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
188
# Read a list of newline-separated strings from the standard input,
189
# and print each of them once, without duplicates.  Input order is
190
# *not* preserved.
191
am__uniquify_input = $(AWK) '\
192
  BEGIN { nonempty = 0; } \
193
  { items[$$0] = 1; nonempty = 1; } \
194
  END { if (nonempty) { for (i in items) print i; }; } \
195
'
196
# Make sure the list of sources is unique.  This is necessary because,
197
# e.g., the same source file might be shared among _SOURCES variables
198
# for different programs/libraries.
199
am__define_uniq_tagged_files = \
200
  list='$(am__tagged_files)'; \
201
  unique=`for i in $$list; do \
202
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203
  done | $(am__uniquify_input)`
204
ETAGS = etags
205
CTAGS = ctags
206
CSCOPE = cscope
207
AM_RECURSIVE_TARGETS = cscope
208
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
209
distdir = $(PACKAGE)-$(VERSION)
210
top_distdir = $(distdir)
211
am__remove_distdir = \
212
  if test -d "$(distdir)"; then \
213
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
214
      && rm -rf "$(distdir)" \
215
      || { sleep 5 && rm -rf "$(distdir)"; }; \
216
  else :; fi
217
am__post_remove_distdir = $(am__remove_distdir)
218
DIST_ARCHIVES = $(distdir).tar.gz
219
GZIP_ENV = --best
220
DIST_TARGETS = dist-gzip
221
distuninstallcheck_listfiles = find . -type f -print
222
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
223
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
224
distcleancheck_listfiles = find . -type f -print
225
ACLOCAL = @ACLOCAL@
226
AMTAR = @AMTAR@
227
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
228
AUTOCONF = @AUTOCONF@
229
AUTOHEADER = @AUTOHEADER@
230
AUTOMAKE = @AUTOMAKE@
231
AWK = @AWK@
232
CPPFLAGS = @CPPFLAGS@
233
CXX = @CXX@
234
CXXDEPMODE = @CXXDEPMODE@
235
CXXFLAGS = @CXXFLAGS@
236
CYGPATH_W = @CYGPATH_W@
237
DEFS = @DEFS@
238
DEPDIR = @DEPDIR@
239
ECHO_C = @ECHO_C@
240
ECHO_N = @ECHO_N@
241
ECHO_T = @ECHO_T@
242
EXEEXT = @EXEEXT@
243
INSTALL = @INSTALL@
244
INSTALL_DATA = @INSTALL_DATA@
245
INSTALL_PROGRAM = @INSTALL_PROGRAM@
246
INSTALL_SCRIPT = @INSTALL_SCRIPT@
247
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
248
LDFLAGS = @LDFLAGS@
249
LIBOBJS = @LIBOBJS@
250
LIBS = @LIBS@
251
LTLIBOBJS = @LTLIBOBJS@
252
MAKEINFO = @MAKEINFO@
253
MKDIR_P = @MKDIR_P@
254
OBJEXT = @OBJEXT@
255
PACKAGE = @PACKAGE@
256
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257
PACKAGE_NAME = @PACKAGE_NAME@
258
PACKAGE_STRING = @PACKAGE_STRING@
259
PACKAGE_TARNAME = @PACKAGE_TARNAME@
260
PACKAGE_URL = @PACKAGE_URL@
261
PACKAGE_VERSION = @PACKAGE_VERSION@
262
PATH_SEPARATOR = @PATH_SEPARATOR@
263
SET_MAKE = @SET_MAKE@
264
SHELL = @SHELL@
265
STRIP = @STRIP@
266
VERSION = @VERSION@
267
abs_builddir = @abs_builddir@
268
abs_srcdir = @abs_srcdir@
269
abs_top_builddir = @abs_top_builddir@
270
abs_top_srcdir = @abs_top_srcdir@
271
ac_ct_CXX = @ac_ct_CXX@
272
am__include = @am__include@
273
am__leading_dot = @am__leading_dot@
274
am__quote = @am__quote@
275
am__tar = @am__tar@
276
am__untar = @am__untar@
277
bindir = @bindir@
278
build_alias = @build_alias@
279
builddir = @builddir@
280
datadir = @datadir@
281
datarootdir = @datarootdir@
282
docdir = @docdir@
283
dvidir = @dvidir@
284
exec_prefix = @exec_prefix@
285
host_alias = @host_alias@
286
htmldir = @htmldir@
287
includedir = @includedir@
288
infodir = @infodir@
289
install_sh = @install_sh@
290
libdir = @libdir@
291
libexecdir = @libexecdir@
292
localedir = @localedir@
293
localstatedir = @localstatedir@
294
mandir = @mandir@
295
mkdir_p = @mkdir_p@
296
oldincludedir = @oldincludedir@
297
pdfdir = @pdfdir@
298
prefix = @prefix@
299
program_transform_name = @program_transform_name@
300
psdir = @psdir@
301
sbindir = @sbindir@
302
sharedstatedir = @sharedstatedir@
303
srcdir = @srcdir@
304
sysconfdir = @sysconfdir@
305
target_alias = @target_alias@
306
top_build_prefix = @top_build_prefix@
307
top_builddir = @top_builddir@
308
top_srcdir = @top_srcdir@
309
AM_CXXFLAGS = -std=c++11
310
LDADD = -lupnpp -lpthread -lrt
311
upexplorer_SOURCES = src/upexplo.cpp
312
multirdr_SOURCES = src/multirdr.cpp
313
ohradio_SOURCES = src/ohradio.cpp
314
ohsender_SOURCES = src/ohsender.cpp
315
uplistdir_SOURCES = src/uplistdir.cpp
316
rdcvolume_SOURCES = src/rdcvolume.cpp
317
myrdcvolume_SOURCES = src/myrdcvolume.cpp
318
hellodevice_SOURCES = hello_src/hellodevice.cpp
319
helloctl_SOURCES = hello_src/helloctl.cpp
320
upsend_SOURCES = upsend_src/upsend.cpp \
321
               upsend_src/streamer.cpp \
322
               upsend_src/wav.cpp 
323
324
upsend_LDADD = -lupnpp -lmicrohttpd -lpthread -lrt 
325
upsend_CPPFLAGS = -I/usr/include/libupnpp -I$(top_srcdir)/src -DHAVE_STD_FUTURE=1
326
all: all-am
327
328
.SUFFIXES:
329
.SUFFIXES: .cpp .o .obj
330
am--refresh: Makefile
331
  @:
332
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
333
  @for dep in $?; do \
334
    case '$(am__configure_deps)' in \
335
      *$$dep*) \
336
        echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
337
        $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
338
      && exit 0; \
339
        exit 1;; \
340
    esac; \
341
  done; \
342
  echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
343
  $(am__cd) $(top_srcdir) && \
344
    $(AUTOMAKE) --foreign Makefile
345
.PRECIOUS: Makefile
346
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
347
  @case '$?' in \
348
    *config.status*) \
349
      echo ' $(SHELL) ./config.status'; \
350
      $(SHELL) ./config.status;; \
351
    *) \
352
      echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
353
      cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
354
  esac;
355
356
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357
  $(SHELL) ./config.status --recheck
358
359
$(top_srcdir)/configure:  $(am__configure_deps)
360
  $(am__cd) $(srcdir) && $(AUTOCONF)
361
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
362
  $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
363
$(am__aclocal_m4_deps):
364
365
src/localconfig.h: src/stamp-h1
366
  @test -f $@ || rm -f src/stamp-h1
367
  @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) src/stamp-h1
368
369
src/stamp-h1: $(top_srcdir)/src/localconfig.h.in $(top_builddir)/config.status
370
  @rm -f src/stamp-h1
371
  cd $(top_builddir) && $(SHELL) ./config.status src/localconfig.h
372
$(top_srcdir)/src/localconfig.h.in:  $(am__configure_deps) 
373
  ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
374
  rm -f src/stamp-h1
375
  touch $@
376
377
distclean-hdr:
378
  -rm -f src/localconfig.h src/stamp-h1
379
install-binPROGRAMS: $(bin_PROGRAMS)
380
  @$(NORMAL_INSTALL)
381
  @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
382
  if test -n "$$list"; then \
383
    echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
384
    $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
385
  fi; \
386
  for p in $$list; do echo "$$p $$p"; done | \
387
  sed 's/$(EXEEXT)$$//' | \
388
  while read p p1; do if test -f $$p \
389
    ; then echo "$$p"; echo "$$p"; else :; fi; \
390
  done | \
391
  sed -e 'p;s,.*/,,;n;h' \
392
      -e 's|.*|.|' \
393
      -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
394
  sed 'N;N;N;s,\n, ,g' | \
395
  $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
396
    { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
397
      if ($$2 == $$4) files[d] = files[d] " " $$1; \
398
      else { print "f", $$3 "/" $$4, $$1; } } \
399
    END { for (d in files) print "f", d, files[d] }' | \
400
  while read type dir files; do \
401
      if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
402
      test -z "$$files" || { \
403
        echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
404
        $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
405
      } \
406
  ; done
407
408
uninstall-binPROGRAMS:
409
  @$(NORMAL_UNINSTALL)
410
  @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
411
  files=`for p in $$list; do echo "$$p"; done | \
412
    sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
413
        -e 's/$$/$(EXEEXT)/' \
414
  `; \
415
  test -n "$$list" || exit 0; \
416
  echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
417
  cd "$(DESTDIR)$(bindir)" && rm -f $$files
418
419
clean-binPROGRAMS:
420
  -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
421
hello_src/$(am__dirstamp):
422
  @$(MKDIR_P) hello_src
423
  @: > hello_src/$(am__dirstamp)
424
hello_src/$(DEPDIR)/$(am__dirstamp):
425
  @$(MKDIR_P) hello_src/$(DEPDIR)
426
  @: > hello_src/$(DEPDIR)/$(am__dirstamp)
427
hello_src/helloctl.$(OBJEXT): hello_src/$(am__dirstamp) \
428
  hello_src/$(DEPDIR)/$(am__dirstamp)
429
430
helloctl$(EXEEXT): $(helloctl_OBJECTS) $(helloctl_DEPENDENCIES) $(EXTRA_helloctl_DEPENDENCIES) 
431
  @rm -f helloctl$(EXEEXT)
432
  $(AM_V_CXXLD)$(CXXLINK) $(helloctl_OBJECTS) $(helloctl_LDADD) $(LIBS)
433
hello_src/hellodevice.$(OBJEXT): hello_src/$(am__dirstamp) \
434
  hello_src/$(DEPDIR)/$(am__dirstamp)
435
436
hellodevice$(EXEEXT): $(hellodevice_OBJECTS) $(hellodevice_DEPENDENCIES) $(EXTRA_hellodevice_DEPENDENCIES) 
437
  @rm -f hellodevice$(EXEEXT)
438
  $(AM_V_CXXLD)$(CXXLINK) $(hellodevice_OBJECTS) $(hellodevice_LDADD) $(LIBS)
439
src/$(am__dirstamp):
440
  @$(MKDIR_P) src
441
  @: > src/$(am__dirstamp)
442
src/$(DEPDIR)/$(am__dirstamp):
443
  @$(MKDIR_P) src/$(DEPDIR)
444
  @: > src/$(DEPDIR)/$(am__dirstamp)
445
src/multirdr.$(OBJEXT): src/$(am__dirstamp) \
446
  src/$(DEPDIR)/$(am__dirstamp)
447
448
multirdr$(EXEEXT): $(multirdr_OBJECTS) $(multirdr_DEPENDENCIES) $(EXTRA_multirdr_DEPENDENCIES) 
449
  @rm -f multirdr$(EXEEXT)
450
  $(AM_V_CXXLD)$(CXXLINK) $(multirdr_OBJECTS) $(multirdr_LDADD) $(LIBS)
451
src/myrdcvolume.$(OBJEXT): src/$(am__dirstamp) \
452
  src/$(DEPDIR)/$(am__dirstamp)
453
454
myrdcvolume$(EXEEXT): $(myrdcvolume_OBJECTS) $(myrdcvolume_DEPENDENCIES) $(EXTRA_myrdcvolume_DEPENDENCIES) 
455
  @rm -f myrdcvolume$(EXEEXT)
456
  $(AM_V_CXXLD)$(CXXLINK) $(myrdcvolume_OBJECTS) $(myrdcvolume_LDADD) $(LIBS)
457
src/ohradio.$(OBJEXT): src/$(am__dirstamp) \
458
  src/$(DEPDIR)/$(am__dirstamp)
459
460
ohradio$(EXEEXT): $(ohradio_OBJECTS) $(ohradio_DEPENDENCIES) $(EXTRA_ohradio_DEPENDENCIES) 
461
  @rm -f ohradio$(EXEEXT)
462
  $(AM_V_CXXLD)$(CXXLINK) $(ohradio_OBJECTS) $(ohradio_LDADD) $(LIBS)
463
src/ohsender.$(OBJEXT): src/$(am__dirstamp) \
464
  src/$(DEPDIR)/$(am__dirstamp)
465
466
ohsender$(EXEEXT): $(ohsender_OBJECTS) $(ohsender_DEPENDENCIES) $(EXTRA_ohsender_DEPENDENCIES) 
467
  @rm -f ohsender$(EXEEXT)
468
  $(AM_V_CXXLD)$(CXXLINK) $(ohsender_OBJECTS) $(ohsender_LDADD) $(LIBS)
469
src/rdcvolume.$(OBJEXT): src/$(am__dirstamp) \
470
  src/$(DEPDIR)/$(am__dirstamp)
471
472
rdcvolume$(EXEEXT): $(rdcvolume_OBJECTS) $(rdcvolume_DEPENDENCIES) $(EXTRA_rdcvolume_DEPENDENCIES) 
473
  @rm -f rdcvolume$(EXEEXT)
474
  $(AM_V_CXXLD)$(CXXLINK) $(rdcvolume_OBJECTS) $(rdcvolume_LDADD) $(LIBS)
475
src/upexplo.$(OBJEXT): src/$(am__dirstamp) \
476
  src/$(DEPDIR)/$(am__dirstamp)
477
478
upexplorer$(EXEEXT): $(upexplorer_OBJECTS) $(upexplorer_DEPENDENCIES) $(EXTRA_upexplorer_DEPENDENCIES) 
479
  @rm -f upexplorer$(EXEEXT)
480
  $(AM_V_CXXLD)$(CXXLINK) $(upexplorer_OBJECTS) $(upexplorer_LDADD) $(LIBS)
481
src/uplistdir.$(OBJEXT): src/$(am__dirstamp) \
482
  src/$(DEPDIR)/$(am__dirstamp)
483
484
uplistdir$(EXEEXT): $(uplistdir_OBJECTS) $(uplistdir_DEPENDENCIES) $(EXTRA_uplistdir_DEPENDENCIES) 
485
  @rm -f uplistdir$(EXEEXT)
486
  $(AM_V_CXXLD)$(CXXLINK) $(uplistdir_OBJECTS) $(uplistdir_LDADD) $(LIBS)
487
upsend_src/$(am__dirstamp):
488
  @$(MKDIR_P) upsend_src
489
  @: > upsend_src/$(am__dirstamp)
490
upsend_src/$(DEPDIR)/$(am__dirstamp):
491
  @$(MKDIR_P) upsend_src/$(DEPDIR)
492
  @: > upsend_src/$(DEPDIR)/$(am__dirstamp)
493
upsend_src/upsend-upsend.$(OBJEXT): upsend_src/$(am__dirstamp) \
494
  upsend_src/$(DEPDIR)/$(am__dirstamp)
495
upsend_src/upsend-streamer.$(OBJEXT): upsend_src/$(am__dirstamp) \
496
  upsend_src/$(DEPDIR)/$(am__dirstamp)
497
upsend_src/upsend-wav.$(OBJEXT): upsend_src/$(am__dirstamp) \
498
  upsend_src/$(DEPDIR)/$(am__dirstamp)
499
500
upsend$(EXEEXT): $(upsend_OBJECTS) $(upsend_DEPENDENCIES) $(EXTRA_upsend_DEPENDENCIES) 
501
  @rm -f upsend$(EXEEXT)
502
  $(AM_V_CXXLD)$(CXXLINK) $(upsend_OBJECTS) $(upsend_LDADD) $(LIBS)
503
504
mostlyclean-compile:
505
  -rm -f *.$(OBJEXT)
506
  -rm -f hello_src/*.$(OBJEXT)
507
  -rm -f src/*.$(OBJEXT)
508
  -rm -f upsend_src/*.$(OBJEXT)
509
510
distclean-compile:
511
  -rm -f *.tab.c
512
513
@AMDEP_TRUE@@am__include@ @am__quote@hello_src/$(DEPDIR)/helloctl.Po@am__quote@
514
@AMDEP_TRUE@@am__include@ @am__quote@hello_src/$(DEPDIR)/hellodevice.Po@am__quote@
515
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/multirdr.Po@am__quote@
516
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/myrdcvolume.Po@am__quote@
517
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ohradio.Po@am__quote@
518
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/ohsender.Po@am__quote@
519
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/rdcvolume.Po@am__quote@
520
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/upexplo.Po@am__quote@
521
@AMDEP_TRUE@@am__include@ @am__quote@src/$(DEPDIR)/uplistdir.Po@am__quote@
522
@AMDEP_TRUE@@am__include@ @am__quote@upsend_src/$(DEPDIR)/upsend-streamer.Po@am__quote@
523
@AMDEP_TRUE@@am__include@ @am__quote@upsend_src/$(DEPDIR)/upsend-upsend.Po@am__quote@
524
@AMDEP_TRUE@@am__include@ @am__quote@upsend_src/$(DEPDIR)/upsend-wav.Po@am__quote@
525
526
.cpp.o:
527
@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
528
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
529
@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
530
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
531
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532
@am__fastdepCXX_FALSE@    $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
533
534
.cpp.obj:
535
@am__fastdepCXX_TRUE@ $(AM_V_CXX)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
536
@am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
537
@am__fastdepCXX_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
538
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
539
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
540
@am__fastdepCXX_FALSE@    $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
541
542
upsend_src/upsend-upsend.o: upsend_src/upsend.cpp
543
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT upsend_src/upsend-upsend.o -MD -MP -MF upsend_src/$(DEPDIR)/upsend-upsend.Tpo -c -o upsend_src/upsend-upsend.o `test -f 'upsend_src/upsend.cpp' || echo '$(srcdir)/'`upsend_src/upsend.cpp
544
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) upsend_src/$(DEPDIR)/upsend-upsend.Tpo upsend_src/$(DEPDIR)/upsend-upsend.Po
545
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    $(AM_V_CXX)source='upsend_src/upsend.cpp' object='upsend_src/upsend-upsend.o' libtool=no @AMDEPBACKSLASH@
546
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
547
@am__fastdepCXX_FALSE@    $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o upsend_src/upsend-upsend.o `test -f 'upsend_src/upsend.cpp' || echo '$(srcdir)/'`upsend_src/upsend.cpp
548
549
upsend_src/upsend-upsend.obj: upsend_src/upsend.cpp
550
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT upsend_src/upsend-upsend.obj -MD -MP -MF upsend_src/$(DEPDIR)/upsend-upsend.Tpo -c -o upsend_src/upsend-upsend.obj `if test -f 'upsend_src/upsend.cpp'; then $(CYGPATH_W) 'upsend_src/upsend.cpp'; else $(CYGPATH_W) '$(srcdir)/upsend_src/upsend.cpp'; fi`
551
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) upsend_src/$(DEPDIR)/upsend-upsend.Tpo upsend_src/$(DEPDIR)/upsend-upsend.Po
552
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    $(AM_V_CXX)source='upsend_src/upsend.cpp' object='upsend_src/upsend-upsend.obj' libtool=no @AMDEPBACKSLASH@
553
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
554
@am__fastdepCXX_FALSE@    $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o upsend_src/upsend-upsend.obj `if test -f 'upsend_src/upsend.cpp'; then $(CYGPATH_W) 'upsend_src/upsend.cpp'; else $(CYGPATH_W) '$(srcdir)/upsend_src/upsend.cpp'; fi`
555
556
upsend_src/upsend-streamer.o: upsend_src/streamer.cpp
557
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT upsend_src/upsend-streamer.o -MD -MP -MF upsend_src/$(DEPDIR)/upsend-streamer.Tpo -c -o upsend_src/upsend-streamer.o `test -f 'upsend_src/streamer.cpp' || echo '$(srcdir)/'`upsend_src/streamer.cpp
558
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) upsend_src/$(DEPDIR)/upsend-streamer.Tpo upsend_src/$(DEPDIR)/upsend-streamer.Po
559
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    $(AM_V_CXX)source='upsend_src/streamer.cpp' object='upsend_src/upsend-streamer.o' libtool=no @AMDEPBACKSLASH@
560
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
561
@am__fastdepCXX_FALSE@    $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o upsend_src/upsend-streamer.o `test -f 'upsend_src/streamer.cpp' || echo '$(srcdir)/'`upsend_src/streamer.cpp
562
563
upsend_src/upsend-streamer.obj: upsend_src/streamer.cpp
564
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT upsend_src/upsend-streamer.obj -MD -MP -MF upsend_src/$(DEPDIR)/upsend-streamer.Tpo -c -o upsend_src/upsend-streamer.obj `if test -f 'upsend_src/streamer.cpp'; then $(CYGPATH_W) 'upsend_src/streamer.cpp'; else $(CYGPATH_W) '$(srcdir)/upsend_src/streamer.cpp'; fi`
565
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) upsend_src/$(DEPDIR)/upsend-streamer.Tpo upsend_src/$(DEPDIR)/upsend-streamer.Po
566
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    $(AM_V_CXX)source='upsend_src/streamer.cpp' object='upsend_src/upsend-streamer.obj' libtool=no @AMDEPBACKSLASH@
567
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568
@am__fastdepCXX_FALSE@    $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o upsend_src/upsend-streamer.obj `if test -f 'upsend_src/streamer.cpp'; then $(CYGPATH_W) 'upsend_src/streamer.cpp'; else $(CYGPATH_W) '$(srcdir)/upsend_src/streamer.cpp'; fi`
569
570
upsend_src/upsend-wav.o: upsend_src/wav.cpp
571
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT upsend_src/upsend-wav.o -MD -MP -MF upsend_src/$(DEPDIR)/upsend-wav.Tpo -c -o upsend_src/upsend-wav.o `test -f 'upsend_src/wav.cpp' || echo '$(srcdir)/'`upsend_src/wav.cpp
572
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) upsend_src/$(DEPDIR)/upsend-wav.Tpo upsend_src/$(DEPDIR)/upsend-wav.Po
573
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    $(AM_V_CXX)source='upsend_src/wav.cpp' object='upsend_src/upsend-wav.o' libtool=no @AMDEPBACKSLASH@
574
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
@am__fastdepCXX_FALSE@    $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o upsend_src/upsend-wav.o `test -f 'upsend_src/wav.cpp' || echo '$(srcdir)/'`upsend_src/wav.cpp
576
577
upsend_src/upsend-wav.obj: upsend_src/wav.cpp
578
@am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT upsend_src/upsend-wav.obj -MD -MP -MF upsend_src/$(DEPDIR)/upsend-wav.Tpo -c -o upsend_src/upsend-wav.obj `if test -f 'upsend_src/wav.cpp'; then $(CYGPATH_W) 'upsend_src/wav.cpp'; else $(CYGPATH_W) '$(srcdir)/upsend_src/wav.cpp'; fi`
579
@am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) upsend_src/$(DEPDIR)/upsend-wav.Tpo upsend_src/$(DEPDIR)/upsend-wav.Po
580
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    $(AM_V_CXX)source='upsend_src/wav.cpp' object='upsend_src/upsend-wav.obj' libtool=no @AMDEPBACKSLASH@
581
@AMDEP_TRUE@@am__fastdepCXX_FALSE@    DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
582
@am__fastdepCXX_FALSE@    $(AM_V_CXX@am__nodep@)$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(upsend_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o upsend_src/upsend-wav.obj `if test -f 'upsend_src/wav.cpp'; then $(CYGPATH_W) 'upsend_src/wav.cpp'; else $(CYGPATH_W) '$(srcdir)/upsend_src/wav.cpp'; fi`
583
584
ID: $(am__tagged_files)
585
  $(am__define_uniq_tagged_files); mkid -fID $$unique
586
tags: tags-am
587
TAGS: tags
588
589
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
590
  set x; \
591
  here=`pwd`; \
592
  $(am__define_uniq_tagged_files); \
593
  shift; \
594
  if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
595
    test -n "$$unique" || unique=$$empty_fix; \
596
    if test $$# -gt 0; then \
597
      $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
598
        "$$@" $$unique; \
599
    else \
600
      $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
601
        $$unique; \
602
    fi; \
603
  fi
604
ctags: ctags-am
605
606
CTAGS: ctags
607
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
608
  $(am__define_uniq_tagged_files); \
609
  test -z "$(CTAGS_ARGS)$$unique" \
610
    || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
611
       $$unique
612
613
GTAGS:
614
  here=`$(am__cd) $(top_builddir) && pwd` \
615
    && $(am__cd) $(top_srcdir) \
616
    && gtags -i $(GTAGS_ARGS) "$$here"
617
cscope: cscope.files
618
  test ! -s cscope.files \
619
    || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
620
clean-cscope:
621
  -rm -f cscope.files
622
cscope.files: clean-cscope cscopelist
623
cscopelist: cscopelist-am
624
625
cscopelist-am: $(am__tagged_files)
626
  list='$(am__tagged_files)'; \
627
  case "$(srcdir)" in \
628
    [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
629
    *) sdir=$(subdir)/$(srcdir) ;; \
630
  esac; \
631
  for i in $$list; do \
632
    if test -f "$$i"; then \
633
      echo "$(subdir)/$$i"; \
634
    else \
635
      echo "$$sdir/$$i"; \
636
    fi; \
637
  done >> $(top_builddir)/cscope.files
638
639
distclean-tags:
640
  -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
641
  -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
642
643
distdir: $(DISTFILES)
644
  $(am__remove_distdir)
645
  test -d "$(distdir)" || mkdir "$(distdir)"
646
  @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647
  topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
648
  list='$(DISTFILES)'; \
649
    dist_files=`for file in $$list; do echo $$file; done | \
650
    sed -e "s|^$$srcdirstrip/||;t" \
651
        -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
652
  case $$dist_files in \
653
    */*) $(MKDIR_P) `echo "$$dist_files" | \
654
             sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
655
             sort -u` ;; \
656
  esac; \
657
  for file in $$dist_files; do \
658
    if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
659
    if test -d $$d/$$file; then \
660
      dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
661
      if test -d "$(distdir)/$$file"; then \
662
        find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663
      fi; \
664
      if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
665
        cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
666
        find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
667
      fi; \
668
      cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
669
    else \
670
      test -f "$(distdir)/$$file" \
671
      || cp -p $$d/$$file "$(distdir)/$$file" \
672
      || exit 1; \
673
    fi; \
674
  done
675
  -test -n "$(am__skip_mode_fix)" \
676
  || find "$(distdir)" -type d ! -perm -755 \
677
      -exec chmod u+rwx,go+rx {} \; -o \
678
    ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
679
    ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
680
    ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
681
  || chmod -R a+r "$(distdir)"
682
dist-gzip: distdir
683
  tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
684
  $(am__post_remove_distdir)
685
686
dist-bzip2: distdir
687
  tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
688
  $(am__post_remove_distdir)
689
690
dist-lzip: distdir
691
  tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
692
  $(am__post_remove_distdir)
693
694
dist-xz: distdir
695
  tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
696
  $(am__post_remove_distdir)
697
698
dist-tarZ: distdir
699
  @echo WARNING: "Support for shar distribution archives is" \
700
                 "deprecated." >&2
701
  @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
702
  tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
703
  $(am__post_remove_distdir)
704
705
dist-shar: distdir
706
  @echo WARNING: "Support for distribution archives compressed with" \
707
             "legacy program 'compress' is deprecated." >&2
708
  @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
709
  shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
710
  $(am__post_remove_distdir)
711
712
dist-zip: distdir
713
  -rm -f $(distdir).zip
714
  zip -rq $(distdir).zip $(distdir)
715
  $(am__post_remove_distdir)
716
717
dist dist-all:
718
  $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
719
  $(am__post_remove_distdir)
720
721
# This target untars the dist file and tries a VPATH configuration.  Then
722
# it guarantees that the distribution is self-contained by making another
723
# tarfile.
724
distcheck: dist
725
  case '$(DIST_ARCHIVES)' in \
726
  *.tar.gz*) \
727
    GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
728
  *.tar.bz2*) \
729
    bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
730
  *.tar.lz*) \
731
    lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
732
  *.tar.xz*) \
733
    xz -dc $(distdir).tar.xz | $(am__untar) ;;\
734
  *.tar.Z*) \
735
    uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
736
  *.shar.gz*) \
737
    GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
738
  *.zip*) \
739
    unzip $(distdir).zip ;;\
740
  esac
741
  chmod -R a-w $(distdir)
742
  chmod u+w $(distdir)
743
  mkdir $(distdir)/_build $(distdir)/_inst
744
  chmod a-w $(distdir)
745
  test -d $(distdir)/_build || exit 0; \
746
  dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
747
    && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
748
    && am__cwd=`pwd` \
749
    && $(am__cd) $(distdir)/_build \
750
    && ../configure \
751
      $(AM_DISTCHECK_CONFIGURE_FLAGS) \
752
      $(DISTCHECK_CONFIGURE_FLAGS) \
753
      --srcdir=.. --prefix="$$dc_install_base" \
754
    && $(MAKE) $(AM_MAKEFLAGS) \
755
    && $(MAKE) $(AM_MAKEFLAGS) dvi \
756
    && $(MAKE) $(AM_MAKEFLAGS) check \
757
    && $(MAKE) $(AM_MAKEFLAGS) install \
758
    && $(MAKE) $(AM_MAKEFLAGS) installcheck \
759
    && $(MAKE) $(AM_MAKEFLAGS) uninstall \
760
    && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
761
          distuninstallcheck \
762
    && chmod -R a-w "$$dc_install_base" \
763
    && ({ \
764
         (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
765
         && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
766
         && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
767
         && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
768
              distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
769
        } || { rm -rf "$$dc_destdir"; exit 1; }) \
770
    && rm -rf "$$dc_destdir" \
771
    && $(MAKE) $(AM_MAKEFLAGS) dist \
772
    && rm -rf $(DIST_ARCHIVES) \
773
    && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
774
    && cd "$$am__cwd" \
775
    || exit 1
776
  $(am__post_remove_distdir)
777
  @(echo "$(distdir) archives ready for distribution: "; \
778
    list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
779
    sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
780
distuninstallcheck:
781
  @test -n '$(distuninstallcheck_dir)' || { \
782
    echo 'ERROR: trying to run $@ with an empty' \
783
         '$$(distuninstallcheck_dir)' >&2; \
784
    exit 1; \
785
  }; \
786
  $(am__cd) '$(distuninstallcheck_dir)' || { \
787
    echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
788
    exit 1; \
789
  }; \
790
  test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
791
     || { echo "ERROR: files left after uninstall:" ; \
792
          if test -n "$(DESTDIR)"; then \
793
            echo "  (check DESTDIR support)"; \
794
          fi ; \
795
          $(distuninstallcheck_listfiles) ; \
796
          exit 1; } >&2
797
distcleancheck: distclean
798
  @if test '$(srcdir)' = . ; then \
799
    echo "ERROR: distcleancheck can only run from a VPATH build" ; \
800
    exit 1 ; \
801
  fi
802
  @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
803
    || { echo "ERROR: files left in build directory after distclean:" ; \
804
         $(distcleancheck_listfiles) ; \
805
         exit 1; } >&2
806
check-am: all-am
807
check: check-am
808
all-am: Makefile $(PROGRAMS)
809
installdirs:
810
  for dir in "$(DESTDIR)$(bindir)"; do \
811
    test -z "$$dir" || $(MKDIR_P) "$$dir"; \
812
  done
813
install: install-am
814
install-exec: install-exec-am
815
install-data: install-data-am
816
uninstall: uninstall-am
817
818
install-am: all-am
819
  @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
820
821
installcheck: installcheck-am
822
install-strip:
823
  if test -z '$(STRIP)'; then \
824
    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
825
      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
826
        install; \
827
  else \
828
    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
829
      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
830
      "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
831
  fi
832
mostlyclean-generic:
833
834
clean-generic:
835
836
distclean-generic:
837
  -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
838
  -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
839
  -rm -f hello_src/$(DEPDIR)/$(am__dirstamp)
840
  -rm -f hello_src/$(am__dirstamp)
841
  -rm -f src/$(DEPDIR)/$(am__dirstamp)
842
  -rm -f src/$(am__dirstamp)
843
  -rm -f upsend_src/$(DEPDIR)/$(am__dirstamp)
844
  -rm -f upsend_src/$(am__dirstamp)
845
846
maintainer-clean-generic:
847
  @echo "This command is intended for maintainers to use"
848
  @echo "it deletes files that may require special tools to rebuild."
849
clean: clean-am
850
851
clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
852
853
distclean: distclean-am
854
  -rm -f $(am__CONFIG_DISTCLEAN_FILES)
855
  -rm -rf hello_src/$(DEPDIR) src/$(DEPDIR) upsend_src/$(DEPDIR)
856
  -rm -f Makefile
857
distclean-am: clean-am distclean-compile distclean-generic \
858
  distclean-hdr distclean-tags
859
860
dvi: dvi-am
861
862
dvi-am:
863
864
html: html-am
865
866
html-am:
867
868
info: info-am
869
870
info-am:
871
872
install-data-am:
873
874
install-dvi: install-dvi-am
875
876
install-dvi-am:
877
878
install-exec-am: install-binPROGRAMS
879
880
install-html: install-html-am
881
882
install-html-am:
883
884
install-info: install-info-am
885
886
install-info-am:
887
888
install-man:
889
890
install-pdf: install-pdf-am
891
892
install-pdf-am:
893
894
install-ps: install-ps-am
895
896
install-ps-am:
897
898
installcheck-am:
899
900
maintainer-clean: maintainer-clean-am
901
  -rm -f $(am__CONFIG_DISTCLEAN_FILES)
902
  -rm -rf $(top_srcdir)/autom4te.cache
903
  -rm -rf hello_src/$(DEPDIR) src/$(DEPDIR) upsend_src/$(DEPDIR)
904
  -rm -f Makefile
905
maintainer-clean-am: distclean-am maintainer-clean-generic
906
907
mostlyclean: mostlyclean-am
908
909
mostlyclean-am: mostlyclean-compile mostlyclean-generic
910
911
pdf: pdf-am
912
913
pdf-am:
914
915
ps: ps-am
916
917
ps-am:
918
919
uninstall-am: uninstall-binPROGRAMS
920
921
.MAKE: install-am install-strip
922
923
.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
924
  clean-binPROGRAMS clean-cscope clean-generic cscope \
925
  cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
926
  dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
927
  distcheck distclean distclean-compile distclean-generic \
928
  distclean-hdr distclean-tags distcleancheck distdir \
929
  distuninstallcheck dvi dvi-am html html-am info info-am \
930
  install install-am install-binPROGRAMS install-data \
931
  install-data-am install-dvi install-dvi-am install-exec \
932
  install-exec-am install-html install-html-am install-info \
933
  install-info-am install-man install-pdf install-pdf-am \
934
  install-ps install-ps-am install-strip installcheck \
935
  installcheck-am installdirs maintainer-clean \
936
  maintainer-clean-generic mostlyclean mostlyclean-compile \
937
  mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
938
  uninstall-am uninstall-binPROGRAMS
939
940
941
# Tell versions [3.59,3.63) of GNU make to not export all variables.
942
# Otherwise a system limit (for SysV at least) may be exceeded.
943
.NOEXPORT: