summaryrefslogtreecommitdiff
path: root/examples/Makefile (plain)
blob: 3a22690c80f15da3affe983e83e1d459b082f31f
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# examples/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005 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
16
17srcdir = .
18top_srcdir = ..
19
20pkgdatadir = $(datadir)/zvbi
21pkglibdir = $(libdir)/zvbi
22pkgincludedir = $(includedir)/zvbi
23top_builddir = ..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = /usr/bin/install -c
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = x86_64-unknown-linux-gnu
38host_triplet = x86_64-unknown-linux-gnu
39noinst_PROGRAMS = network$(EXEEXT) rawout$(EXEEXT) wss$(EXEEXT)
40subdir = examples
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \
44 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
45 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
46 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/nls.m4 \
47 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
48 $(top_srcdir)/configure.in
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4)
51mkinstalldirs = $(install_sh) -d
52CONFIG_HEADER = $(top_builddir)/config.h
53CONFIG_CLEAN_FILES =
54PROGRAMS = $(noinst_PROGRAMS)
55network_SOURCES = network.c
56network_OBJECTS = network.$(OBJEXT)
57network_LDADD = $(LDADD)
58network_DEPENDENCIES = $(top_builddir)/src/libzvbi.la
59rawout_SOURCES = rawout.c
60rawout_OBJECTS = rawout.$(OBJEXT)
61rawout_LDADD = $(LDADD)
62rawout_DEPENDENCIES = $(top_builddir)/src/libzvbi.la
63wss_SOURCES = wss.c
64wss_OBJECTS = wss.$(OBJEXT)
65wss_LDADD = $(LDADD)
66wss_DEPENDENCIES = $(top_builddir)/src/libzvbi.la
67DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
68depcomp = $(SHELL) $(top_srcdir)/depcomp
69am__depfiles_maybe = depfiles
70COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
73 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74 $(AM_CFLAGS) $(CFLAGS)
75CCLD = $(CC)
76LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
77 $(AM_LDFLAGS) $(LDFLAGS) -o $@
78SOURCES = network.c rawout.c wss.c
79DIST_SOURCES = network.c rawout.c wss.c
80ETAGS = etags
81CTAGS = ctags
82DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
83ACLOCAL = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run aclocal-1.9 -I m4
84AMDEP_FALSE = #
85AMDEP_TRUE =
86AMTAR = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run tar
87AR = ar
88AUTOCONF = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run autoconf
89AUTOHEADER = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run autoheader
90AUTOMAKE = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run automake-1.9
91AWK = gawk
92BUILD_STATIC_LIB_FALSE = #
93BUILD_STATIC_LIB_TRUE =
94CC = gcc
95CCDEPMODE = depmode=gcc3
96CFLAGS = -g -O2
97CPP = gcc -E
98CPPFLAGS =
99CXX = g++
100CXXCPP = g++ -E
101CXXDEPMODE = depmode=gcc3
102CXXFLAGS = -g -O2
103CYGPATH_W = echo
104DEFS = -DHAVE_CONFIG_H
105DEPDIR = .deps
106ECHO = echo
107ECHO_C =
108ECHO_N = -n
109ECHO_T =
110EGREP = /usr/bin/grep -E
111ENABLE_DVB_FALSE = #
112ENABLE_DVB_TRUE =
113ENABLE_PROXY_FALSE = #
114ENABLE_PROXY_TRUE =
115EXEEXT =
116F77 =
117FFLAGS =
118GMSGFMT = /usr/bin/msgfmt
119GMSGFMT_015 = /usr/bin/msgfmt
120GREP = /usr/bin/grep
121HAVE_DOXYGEN = no
122HAVE_DOXYGEN_FALSE =
123HAVE_DOXYGEN_TRUE = #
124HAVE_GCC_C89_SUPPORT_FALSE = #
125HAVE_GCC_C89_SUPPORT_TRUE =
126HAVE_GCC_C94_SUPPORT_FALSE = #
127HAVE_GCC_C94_SUPPORT_TRUE =
128HAVE_GCC_C99_SUPPORT_FALSE = #
129HAVE_GCC_C99_SUPPORT_TRUE =
130HAVE_GCC_LIMITS_FALSE = #
131HAVE_GCC_LIMITS_TRUE =
132HAVE_GXX_CXX98_SUPPORT_FALSE = #
133HAVE_GXX_CXX98_SUPPORT_TRUE =
134HAVE_X_FALSE = #
135HAVE_X_TRUE =
136INSIDE_GNOME_COMMON_FALSE =
137INSIDE_GNOME_COMMON_TRUE = #
138INSTALL_DATA = ${INSTALL} -m 644
139INSTALL_PROGRAM = ${INSTALL}
140INSTALL_SCRIPT = ${INSTALL}
141INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
142INTLLIBS =
143INTL_MACOSX_LIBS =
144LDFLAGS =
145LIBICONV =
146LIBINTL =
147LIBOBJS =
148LIBS = -lpthread -lm -lpng -lz
149LIBTOOL = $(SHELL) $(top_builddir)/libtool
150LIBZVBI_SO_VERSION = 13:1:13
151LN_S = ln -s
152LTLIBICONV =
153LTLIBINTL =
154LTLIBOBJS =
155MAINT = #
156MAINTAINER_MODE_FALSE =
157MAINTAINER_MODE_TRUE = #
158MAKEINFO = ${SHELL} /home/gk/work/ics/external/zvbi-0.2.33/missing --run makeinfo
159MSGFMT = /usr/bin/msgfmt
160MSGFMT_015 = /usr/bin/msgfmt
161MSGMERGE = /usr/bin/msgmerge
162OBJEXT = o
163PACKAGE = zvbi
164PACKAGE_BUGREPORT =
165PACKAGE_NAME = zvbi
166PACKAGE_STRING = zvbi 0.2.33
167PACKAGE_TARNAME = zvbi
168PACKAGE_VERSION = 0.2.33
169PATH_SEPARATOR = :
170POSUB = po
171RANLIB = ranlib
172SET_MAKE =
173SHELL = /bin/sh
174STRIP = strip
175UNICODE_CFLAGS =
176UNICODE_LIBS =
177USE_NLS = yes
178VERSION = 0.2.33
179XGETTEXT = /usr/bin/xgettext
180XGETTEXT_015 = /usr/bin/xgettext
181XMKMF =
182X_CFLAGS =
183X_EXTRA_LIBS =
184X_LIBS = -lX11
185X_PRE_LIBS = -lSM -lICE
186ac_ct_CC = gcc
187ac_ct_CXX = g++
188ac_ct_F77 =
189am__fastdepCC_FALSE = #
190am__fastdepCC_TRUE =
191am__fastdepCXX_FALSE = #
192am__fastdepCXX_TRUE =
193am__include = include
194am__leading_dot = .
195am__quote =
196am__tar = ${AMTAR} chof - "$$tardir"
197am__untar = ${AMTAR} xf -
198bindir = ${exec_prefix}/bin
199build = x86_64-unknown-linux-gnu
200build_alias =
201build_cpu = x86_64
202build_os = linux-gnu
203build_vendor = unknown
204datadir = ${datarootdir}
205datarootdir = ${prefix}/share
206docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
207dvidir = ${docdir}
208exec_prefix = ${prefix}
209host = x86_64-unknown-linux-gnu
210host_alias =
211host_cpu = x86_64
212host_os = linux-gnu
213host_vendor = unknown
214htmldir = ${docdir}
215includedir = ${prefix}/include
216infodir = ${datarootdir}/info
217install_sh = /home/gk/work/ics/external/zvbi-0.2.33/install-sh
218libdir = ${exec_prefix}/lib
219libexecdir = ${exec_prefix}/libexec
220localedir = ${datarootdir}/locale
221localstatedir = ${prefix}/var
222mandir = ${datarootdir}/man
223mkdir_p = mkdir -p --
224oldincludedir = /usr/include
225pdfdir = ${docdir}
226prefix = /usr/local
227program_transform_name = s,x,x,
228psdir = ${docdir}
229sbindir = ${exec_prefix}/sbin
230sharedstatedir = ${prefix}/com
231sysconfdir = ${prefix}/etc
232target_alias =
233INCLUDES = -I$(top_srcdir)/src
234LDADD = $(top_builddir)/src/libzvbi.la \
235 $(PTHREAD_LIB) -lm $(PNG_LIB)
236
237all: all-am
238
239.SUFFIXES:
240.SUFFIXES: .c .lo .o .obj
241$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
242 @for dep in $?; do \
243 case '$(am__configure_deps)' in \
244 *$$dep*) \
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
246 && exit 0; \
247 exit 1;; \
248 esac; \
249 done; \
250 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
251 cd $(top_srcdir) && \
252 $(AUTOMAKE) --gnu examples/Makefile
253.PRECIOUS: Makefile
254Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255 @case '$?' in \
256 *config.status*) \
257 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
258 *) \
259 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
261 esac;
262
263$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
265
266$(top_srcdir)/configure: # $(am__configure_deps)
267 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
269 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
271clean-noinstPROGRAMS:
272 @list='$(noinst_PROGRAMS)'; for p in $$list; do \
273 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
274 echo " rm -f $$p $$f"; \
275 rm -f $$p $$f ; \
276 done
277network$(EXEEXT): $(network_OBJECTS) $(network_DEPENDENCIES)
278 @rm -f network$(EXEEXT)
279 $(LINK) $(network_LDFLAGS) $(network_OBJECTS) $(network_LDADD) $(LIBS)
280rawout$(EXEEXT): $(rawout_OBJECTS) $(rawout_DEPENDENCIES)
281 @rm -f rawout$(EXEEXT)
282 $(LINK) $(rawout_LDFLAGS) $(rawout_OBJECTS) $(rawout_LDADD) $(LIBS)
283wss$(EXEEXT): $(wss_OBJECTS) $(wss_DEPENDENCIES)
284 @rm -f wss$(EXEEXT)
285 $(LINK) $(wss_LDFLAGS) $(wss_OBJECTS) $(wss_LDADD) $(LIBS)
286
287mostlyclean-compile:
288 -rm -f *.$(OBJEXT)
289
290distclean-compile:
291 -rm -f *.tab.c
292
293include ./$(DEPDIR)/network.Po
294include ./$(DEPDIR)/rawout.Po
295include ./$(DEPDIR)/wss.Po
296
297.c.o:
298 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
299 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
300# source='$<' object='$@' libtool=no \
301# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
302# $(COMPILE) -c $<
303
304.c.obj:
305 if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
306 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
307# source='$<' object='$@' libtool=no \
308# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
309# $(COMPILE) -c `$(CYGPATH_W) '$<'`
310
311.c.lo:
312 if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
313 then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
314# source='$<' object='$@' libtool=yes \
315# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
316# $(LTCOMPILE) -c -o $@ $<
317
318mostlyclean-libtool:
319 -rm -f *.lo
320
321clean-libtool:
322 -rm -rf .libs _libs
323
324distclean-libtool:
325 -rm -f libtool
326uninstall-info-am:
327
328ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
329 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
330 unique=`for i in $$list; do \
331 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332 done | \
333 $(AWK) ' { files[$$0] = 1; } \
334 END { for (i in files) print i; }'`; \
335 mkid -fID $$unique
336tags: TAGS
337
338TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
339 $(TAGS_FILES) $(LISP)
340 tags=; \
341 here=`pwd`; \
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; } \
347 END { for (i in files) print i; }'`; \
348 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
349 test -n "$$unique" || unique=$$empty_fix; \
350 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
351 $$tags $$unique; \
352 fi
353ctags: CTAGS
354CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
355 $(TAGS_FILES) $(LISP)
356 tags=; \
357 here=`pwd`; \
358 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
359 unique=`for i in $$list; do \
360 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361 done | \
362 $(AWK) ' { files[$$0] = 1; } \
363 END { for (i in files) print i; }'`; \
364 test -z "$(CTAGS_ARGS)$$tags$$unique" \
365 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
366 $$tags $$unique
367
368GTAGS:
369 here=`$(am__cd) $(top_builddir) && pwd` \
370 && cd $(top_srcdir) \
371 && gtags -i $(GTAGS_ARGS) $$here
372
373distclean-tags:
374 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
375
376distdir: $(DISTFILES)
377 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
378 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
379 list='$(DISTFILES)'; for file in $$list; do \
380 case $$file in \
381 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
382 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
383 esac; \
384 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
385 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
386 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
387 dir="/$$dir"; \
388 $(mkdir_p) "$(distdir)$$dir"; \
389 else \
390 dir=''; \
391 fi; \
392 if test -d $$d/$$file; then \
393 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
394 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
395 fi; \
396 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
397 else \
398 test -f $(distdir)/$$file \
399 || cp -p $$d/$$file $(distdir)/$$file \
400 || exit 1; \
401 fi; \
402 done
403check-am: all-am
404check: check-am
405all-am: Makefile $(PROGRAMS)
406installdirs:
407install: install-am
408install-exec: install-exec-am
409install-data: install-data-am
410uninstall: uninstall-am
411
412install-am: all-am
413 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
414
415installcheck: installcheck-am
416install-strip:
417 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
418 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
419 `test -z '$(STRIP)' || \
420 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
421mostlyclean-generic:
422
423clean-generic:
424
425distclean-generic:
426 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
427
428maintainer-clean-generic:
429 @echo "This command is intended for maintainers to use"
430 @echo "it deletes files that may require special tools to rebuild."
431clean: clean-am
432
433clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
434 mostlyclean-am
435
436distclean: distclean-am
437 -rm -rf ./$(DEPDIR)
438 -rm -f Makefile
439distclean-am: clean-am distclean-compile distclean-generic \
440 distclean-libtool distclean-tags
441
442dvi: dvi-am
443
444dvi-am:
445
446html: html-am
447
448info: info-am
449
450info-am:
451
452install-data-am:
453
454install-exec-am:
455
456install-info: install-info-am
457
458install-man:
459
460installcheck-am:
461
462maintainer-clean: maintainer-clean-am
463 -rm -rf ./$(DEPDIR)
464 -rm -f Makefile
465maintainer-clean-am: distclean-am maintainer-clean-generic
466
467mostlyclean: mostlyclean-am
468
469mostlyclean-am: mostlyclean-compile mostlyclean-generic \
470 mostlyclean-libtool
471
472pdf: pdf-am
473
474pdf-am:
475
476ps: ps-am
477
478ps-am:
479
480uninstall-am: uninstall-info-am
481
482.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
483 clean-libtool clean-noinstPROGRAMS ctags distclean \
484 distclean-compile distclean-generic distclean-libtool \
485 distclean-tags distdir dvi dvi-am html html-am info info-am \
486 install install-am install-data install-data-am install-exec \
487 install-exec-am install-info install-info-am install-man \
488 install-strip installcheck installcheck-am installdirs \
489 maintainer-clean maintainer-clean-generic mostlyclean \
490 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
491 pdf pdf-am ps ps-am tags uninstall uninstall-am \
492 uninstall-info-am
493
494# Tell versions [3.59,3.63) of GNU make to not export all variables.
495# Otherwise a system limit (for SysV at least) may be exceeded.
496.NOEXPORT:
497