"Fossies" - the Fresh Open Source Software Archive 
Member "gtkdatabox-1.0.0/examples/Makefile.in" (16 Apr 2021, 27069 Bytes) of package /linux/privat/gtkdatabox-1.0.0.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the latest
Fossies "Diffs" side-by-side code changes report for "Makefile.in":
0.9.3.1_vs_1.0.0.
1 # Makefile.in generated by automake 1.16.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2018 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 # $Id: Makefile.am 4 2008-06-22 09:19:11Z rbock $
18
19 VPATH = @srcdir@
20 am__is_gnu_make = { \
21 if test -z '$(MAKELEVEL)'; then \
22 false; \
23 elif test -n '$(MAKE_HOST)'; then \
24 true; \
25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26 true; \
27 else \
28 false; \
29 fi; \
30 }
31 am__make_running_with_option = \
32 case $${target_option-} in \
33 ?) ;; \
34 *) echo "am__make_running_with_option: internal error: invalid" \
35 "target option '$${target_option-}' specified" >&2; \
36 exit 1;; \
37 esac; \
38 has_opt=no; \
39 sane_makeflags=$$MAKEFLAGS; \
40 if $(am__is_gnu_make); then \
41 sane_makeflags=$$MFLAGS; \
42 else \
43 case $$MAKEFLAGS in \
44 *\\[\ \ ]*) \
45 bs=\\; \
46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
48 esac; \
49 fi; \
50 skip_next=no; \
51 strip_trailopt () \
52 { \
53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 }; \
55 for flg in $$sane_makeflags; do \
56 test $$skip_next = yes && { skip_next=no; continue; }; \
57 case $$flg in \
58 *=*|--*) continue;; \
59 -*I) strip_trailopt 'I'; skip_next=yes;; \
60 -*I?*) strip_trailopt 'I';; \
61 -*O) strip_trailopt 'O'; skip_next=yes;; \
62 -*O?*) strip_trailopt 'O';; \
63 -*l) strip_trailopt 'l'; skip_next=yes;; \
64 -*l?*) strip_trailopt 'l';; \
65 -[dEDm]) skip_next=yes;; \
66 -[JT]) skip_next=yes;; \
67 esac; \
68 case $$flg in \
69 *$$target_option*) has_opt=yes; break;; \
70 esac; \
71 done; \
72 test $$has_opt = yes
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75 pkgdatadir = $(datadir)/@PACKAGE@
76 pkgincludedir = $(includedir)/@PACKAGE@
77 pkglibdir = $(libdir)/@PACKAGE@
78 pkglibexecdir = $(libexecdir)/@PACKAGE@
79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
91 build_triplet = @build@
92 host_triplet = @host@
93 noinst_PROGRAMS = basics$(EXEEXT) basics2$(EXEEXT) full$(EXEEXT) \
94 logarithmic$(EXEEXT) rulers$(EXEEXT) keycontrol$(EXEEXT) \
95 colors$(EXEEXT) markers$(EXEEXT) grid$(EXEEXT) \
96 grid_array$(EXEEXT) signals$(EXEEXT) lissajous$(EXEEXT) \
97 enable_disable$(EXEEXT) addremove$(EXEEXT)
98 subdir = examples
99 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
100 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
101 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
102 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
103 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105 $(ACLOCAL_M4)
106 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
107 mkinstalldirs = $(install_sh) -d
108 CONFIG_HEADER = $(top_builddir)/config.h
109 CONFIG_CLEAN_FILES =
110 CONFIG_CLEAN_VPATH_FILES =
111 PROGRAMS = $(noinst_PROGRAMS)
112 am_addremove_OBJECTS = addremove.$(OBJEXT)
113 addremove_OBJECTS = $(am_addremove_OBJECTS)
114 addremove_LDADD = $(LDADD)
115 addremove_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
116 AM_V_lt = $(am__v_lt_@AM_V@)
117 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
118 am__v_lt_0 = --silent
119 am__v_lt_1 =
120 am_basics_OBJECTS = basics.$(OBJEXT)
121 basics_OBJECTS = $(am_basics_OBJECTS)
122 basics_LDADD = $(LDADD)
123 basics_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
124 am_basics2_OBJECTS = basics2.$(OBJEXT)
125 basics2_OBJECTS = $(am_basics2_OBJECTS)
126 basics2_LDADD = $(LDADD)
127 basics2_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
128 am_colors_OBJECTS = colors.$(OBJEXT)
129 colors_OBJECTS = $(am_colors_OBJECTS)
130 colors_LDADD = $(LDADD)
131 colors_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
132 am_enable_disable_OBJECTS = enable_disable.$(OBJEXT)
133 enable_disable_OBJECTS = $(am_enable_disable_OBJECTS)
134 enable_disable_LDADD = $(LDADD)
135 enable_disable_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
136 am_full_OBJECTS = full.$(OBJEXT)
137 full_OBJECTS = $(am_full_OBJECTS)
138 full_LDADD = $(LDADD)
139 full_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
140 am_grid_OBJECTS = grid.$(OBJEXT)
141 grid_OBJECTS = $(am_grid_OBJECTS)
142 grid_LDADD = $(LDADD)
143 grid_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
144 am_grid_array_OBJECTS = grid_array.$(OBJEXT)
145 grid_array_OBJECTS = $(am_grid_array_OBJECTS)
146 grid_array_LDADD = $(LDADD)
147 grid_array_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
148 am_keycontrol_OBJECTS = keycontrol.$(OBJEXT)
149 keycontrol_OBJECTS = $(am_keycontrol_OBJECTS)
150 keycontrol_LDADD = $(LDADD)
151 keycontrol_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
152 am_lissajous_OBJECTS = lissajous.$(OBJEXT)
153 lissajous_OBJECTS = $(am_lissajous_OBJECTS)
154 lissajous_LDADD = $(LDADD)
155 lissajous_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
156 am_logarithmic_OBJECTS = logarithmic.$(OBJEXT)
157 logarithmic_OBJECTS = $(am_logarithmic_OBJECTS)
158 logarithmic_LDADD = $(LDADD)
159 logarithmic_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
160 am_markers_OBJECTS = markers.$(OBJEXT)
161 markers_OBJECTS = $(am_markers_OBJECTS)
162 markers_LDADD = $(LDADD)
163 markers_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
164 am_rulers_OBJECTS = rulers.$(OBJEXT)
165 rulers_OBJECTS = $(am_rulers_OBJECTS)
166 rulers_LDADD = $(LDADD)
167 rulers_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
168 am_signals_OBJECTS = signals.$(OBJEXT)
169 signals_OBJECTS = $(am_signals_OBJECTS)
170 signals_LDADD = $(LDADD)
171 signals_DEPENDENCIES = $(top_builddir)/gtk/libgtkdatabox.la
172 AM_V_P = $(am__v_P_@AM_V@)
173 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
174 am__v_P_0 = false
175 am__v_P_1 = :
176 AM_V_GEN = $(am__v_GEN_@AM_V@)
177 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
178 am__v_GEN_0 = @echo " GEN " $@;
179 am__v_GEN_1 =
180 AM_V_at = $(am__v_at_@AM_V@)
181 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
182 am__v_at_0 = @
183 am__v_at_1 =
184 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
185 depcomp = $(SHELL) $(top_srcdir)/depcomp
186 am__maybe_remake_depfiles = depfiles
187 am__depfiles_remade = ./$(DEPDIR)/addremove.Po ./$(DEPDIR)/basics.Po \
188 ./$(DEPDIR)/basics2.Po ./$(DEPDIR)/colors.Po \
189 ./$(DEPDIR)/enable_disable.Po ./$(DEPDIR)/full.Po \
190 ./$(DEPDIR)/grid.Po ./$(DEPDIR)/grid_array.Po \
191 ./$(DEPDIR)/keycontrol.Po ./$(DEPDIR)/lissajous.Po \
192 ./$(DEPDIR)/logarithmic.Po ./$(DEPDIR)/markers.Po \
193 ./$(DEPDIR)/rulers.Po ./$(DEPDIR)/signals.Po
194 am__mv = mv -f
195 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
196 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
197 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
199 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
200 $(AM_CFLAGS) $(CFLAGS)
201 AM_V_CC = $(am__v_CC_@AM_V@)
202 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
203 am__v_CC_0 = @echo " CC " $@;
204 am__v_CC_1 =
205 CCLD = $(CC)
206 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
208 $(AM_LDFLAGS) $(LDFLAGS) -o $@
209 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
210 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
211 am__v_CCLD_0 = @echo " CCLD " $@;
212 am__v_CCLD_1 =
213 SOURCES = $(addremove_SOURCES) $(basics_SOURCES) $(basics2_SOURCES) \
214 $(colors_SOURCES) $(enable_disable_SOURCES) $(full_SOURCES) \
215 $(grid_SOURCES) $(grid_array_SOURCES) $(keycontrol_SOURCES) \
216 $(lissajous_SOURCES) $(logarithmic_SOURCES) $(markers_SOURCES) \
217 $(rulers_SOURCES) $(signals_SOURCES)
218 DIST_SOURCES = $(addremove_SOURCES) $(basics_SOURCES) \
219 $(basics2_SOURCES) $(colors_SOURCES) $(enable_disable_SOURCES) \
220 $(full_SOURCES) $(grid_SOURCES) $(grid_array_SOURCES) \
221 $(keycontrol_SOURCES) $(lissajous_SOURCES) \
222 $(logarithmic_SOURCES) $(markers_SOURCES) $(rulers_SOURCES) \
223 $(signals_SOURCES)
224 am__can_run_installinfo = \
225 case $$AM_UPDATE_INFO_DIR in \
226 n|no|NO) false;; \
227 *) (install-info --version) >/dev/null 2>&1;; \
228 esac
229 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
230 # Read a list of newline-separated strings from the standard input,
231 # and print each of them once, without duplicates. Input order is
232 # *not* preserved.
233 am__uniquify_input = $(AWK) '\
234 BEGIN { nonempty = 0; } \
235 { items[$$0] = 1; nonempty = 1; } \
236 END { if (nonempty) { for (i in items) print i; }; } \
237 '
238 # Make sure the list of sources is unique. This is necessary because,
239 # e.g., the same source file might be shared among _SOURCES variables
240 # for different programs/libraries.
241 am__define_uniq_tagged_files = \
242 list='$(am__tagged_files)'; \
243 unique=`for i in $$list; do \
244 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
245 done | $(am__uniquify_input)`
246 ETAGS = etags
247 CTAGS = ctags
248 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
249 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
250 ACLOCAL = @ACLOCAL@
251 AMTAR = @AMTAR@
252 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
253 AR = @AR@
254 AS = @AS@
255 AUTOCONF = @AUTOCONF@
256 AUTOHEADER = @AUTOHEADER@
257 AUTOMAKE = @AUTOMAKE@
258 AWK = @AWK@
259 CAIRO_CFLAGS = @CAIRO_CFLAGS@
260 CAIRO_LIBS = @CAIRO_LIBS@
261 CAIRO_REQUIRED = @CAIRO_REQUIRED@
262 CC = @CC@
263 CCDEPMODE = @CCDEPMODE@
264 CFLAGS = @CFLAGS@
265 CPP = @CPP@
266 CPPFLAGS = @CPPFLAGS@
267 CYGPATH_W = @CYGPATH_W@
268 DATABOX_LT_VERSION = @DATABOX_LT_VERSION@
269 DATABOX_VERSION = @DATABOX_VERSION@
270 DEFS = @DEFS@
271 DEPDIR = @DEPDIR@
272 DLLTOOL = @DLLTOOL@
273 DSYMUTIL = @DSYMUTIL@
274 DUMPBIN = @DUMPBIN@
275 ECHO_C = @ECHO_C@
276 ECHO_N = @ECHO_N@
277 ECHO_T = @ECHO_T@
278 EGREP = @EGREP@
279 EXEEXT = @EXEEXT@
280 FGREP = @FGREP@
281 GLADE3_CFLAGS = @GLADE3_CFLAGS@
282 GLADE3_LIBS = @GLADE3_LIBS@
283 GREP = @GREP@
284 GTKDOC_CHECK = @GTKDOC_CHECK@
285 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
286 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
287 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
288 GTKDOC_MKPDF = @GTKDOC_MKPDF@
289 GTKDOC_REBASE = @GTKDOC_REBASE@
290 GTK_CFLAGS = @GTK_CFLAGS@
291 GTK_LIBS = @GTK_LIBS@
292 GTK_REQUIRED = @GTK_REQUIRED@
293 HTML_DIR = @HTML_DIR@
294 INSTALL = @INSTALL@
295 INSTALL_DATA = @INSTALL_DATA@
296 INSTALL_PROGRAM = @INSTALL_PROGRAM@
297 INSTALL_SCRIPT = @INSTALL_SCRIPT@
298 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
299 LD = @LD@
300 LDFLAGS = @LDFLAGS@
301 LIBOBJS = @LIBOBJS@
302 LIBS = @LIBS@
303 LIBTOOL = @LIBTOOL@
304 LIPO = @LIPO@
305 LN_S = @LN_S@
306 LTLIBOBJS = @LTLIBOBJS@
307 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
308 MAKEINFO = @MAKEINFO@
309 MANIFEST_TOOL = @MANIFEST_TOOL@
310 MKDIR_P = @MKDIR_P@
311 NM = @NM@
312 NMEDIT = @NMEDIT@
313 OBJDUMP = @OBJDUMP@
314 OBJEXT = @OBJEXT@
315 OTOOL = @OTOOL@
316 OTOOL64 = @OTOOL64@
317 PACKAGE = @PACKAGE@
318 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
319 PACKAGE_NAME = @PACKAGE_NAME@
320 PACKAGE_STRING = @PACKAGE_STRING@
321 PACKAGE_TARNAME = @PACKAGE_TARNAME@
322 PACKAGE_URL = @PACKAGE_URL@
323 PACKAGE_VERSION = @PACKAGE_VERSION@
324 PANGO_CFLAGS = @PANGO_CFLAGS@
325 PANGO_LIBS = @PANGO_LIBS@
326 PANGO_REQUIRED = @PANGO_REQUIRED@
327 PATH_SEPARATOR = @PATH_SEPARATOR@
328 PKG_CONFIG = @PKG_CONFIG@
329 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
330 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
331 RANLIB = @RANLIB@
332 SED = @SED@
333 SET_MAKE = @SET_MAKE@
334 SHELL = @SHELL@
335 STRIP = @STRIP@
336 VERSION = @VERSION@
337 abs_builddir = @abs_builddir@
338 abs_srcdir = @abs_srcdir@
339 abs_top_builddir = @abs_top_builddir@
340 abs_top_srcdir = @abs_top_srcdir@
341 ac_ct_AR = @ac_ct_AR@
342 ac_ct_CC = @ac_ct_CC@
343 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
344 am__include = @am__include@
345 am__leading_dot = @am__leading_dot@
346 am__quote = @am__quote@
347 am__tar = @am__tar@
348 am__untar = @am__untar@
349 bindir = @bindir@
350 build = @build@
351 build_alias = @build_alias@
352 build_cpu = @build_cpu@
353 build_os = @build_os@
354 build_vendor = @build_vendor@
355 builddir = @builddir@
356 datadir = @datadir@
357 datarootdir = @datarootdir@
358 docdir = @docdir@
359 dvidir = @dvidir@
360 exec_prefix = @exec_prefix@
361 glade_catalogdir = @glade_catalogdir@
362 glade_moduledir = @glade_moduledir@
363 host = @host@
364 host_alias = @host_alias@
365 host_cpu = @host_cpu@
366 host_os = @host_os@
367 host_vendor = @host_vendor@
368 htmldir = @htmldir@
369 includedir = @includedir@
370 infodir = @infodir@
371 install_sh = @install_sh@
372 libdir = @libdir@
373 libexecdir = @libexecdir@
374 localedir = @localedir@
375 localstatedir = @localstatedir@
376 mandir = @mandir@
377 mkdir_p = @mkdir_p@
378 oldincludedir = @oldincludedir@
379 pdfdir = @pdfdir@
380 prefix = @prefix@
381 program_transform_name = @program_transform_name@
382 psdir = @psdir@
383 runstatedir = @runstatedir@
384 sbindir = @sbindir@
385 sharedstatedir = @sharedstatedir@
386 srcdir = @srcdir@
387 sysconfdir = @sysconfdir@
388 target_alias = @target_alias@
389 top_build_prefix = @top_build_prefix@
390 top_builddir = @top_builddir@
391 top_srcdir = @top_srcdir@
392 basics_SOURCES = basics.c
393 basics2_SOURCES = basics2.c
394 full_SOURCES = full.c
395 logarithmic_SOURCES = logarithmic.c
396 rulers_SOURCES = rulers.c
397 keycontrol_SOURCES = keycontrol.c
398 colors_SOURCES = colors.c
399 markers_SOURCES = markers.c
400 grid_SOURCES = grid.c
401 grid_array_SOURCES = grid_array.c
402 signals_SOURCES = signals.c
403 lissajous_SOURCES = lissajous.c
404 enable_disable_SOURCES = enable_disable.c
405 addremove_SOURCES = addremove.c
406 AM_CPPFLAGS = \
407 -I$(top_srcdir)/gtk
408
409 AM_CFLAGS = \
410 -O2\
411 -W -Wall -pedantic\
412 -DGDK_MIN_VERSION_REQUIRED=GDK_VERSION_3_4\
413 -DGTK_DISABLE_SINGLE_INCLUDES\
414 @GTK_CFLAGS@
415
416 LDADD = $(top_builddir)/gtk/libgtkdatabox.la\
417 @GTK_LIBS@ \
418 -lm
419
420 all: all-am
421
422 .SUFFIXES:
423 .SUFFIXES: .c .lo .o .obj
424 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
425 @for dep in $?; do \
426 case '$(am__configure_deps)' in \
427 *$$dep*) \
428 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
429 && { if test -f $@; then exit 0; else break; fi; }; \
430 exit 1;; \
431 esac; \
432 done; \
433 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
434 $(am__cd) $(top_srcdir) && \
435 $(AUTOMAKE) --gnu examples/Makefile
436 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
437 @case '$?' in \
438 *config.status*) \
439 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
440 *) \
441 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
442 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
443 esac;
444
445 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
446 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
447
448 $(top_srcdir)/configure: $(am__configure_deps)
449 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
451 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
452 $(am__aclocal_m4_deps):
453
454 clean-noinstPROGRAMS:
455 @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
456 echo " rm -f" $$list; \
457 rm -f $$list || exit $$?; \
458 test -n "$(EXEEXT)" || exit 0; \
459 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
460 echo " rm -f" $$list; \
461 rm -f $$list
462
463 addremove$(EXEEXT): $(addremove_OBJECTS) $(addremove_DEPENDENCIES) $(EXTRA_addremove_DEPENDENCIES)
464 @rm -f addremove$(EXEEXT)
465 $(AM_V_CCLD)$(LINK) $(addremove_OBJECTS) $(addremove_LDADD) $(LIBS)
466
467 basics$(EXEEXT): $(basics_OBJECTS) $(basics_DEPENDENCIES) $(EXTRA_basics_DEPENDENCIES)
468 @rm -f basics$(EXEEXT)
469 $(AM_V_CCLD)$(LINK) $(basics_OBJECTS) $(basics_LDADD) $(LIBS)
470
471 basics2$(EXEEXT): $(basics2_OBJECTS) $(basics2_DEPENDENCIES) $(EXTRA_basics2_DEPENDENCIES)
472 @rm -f basics2$(EXEEXT)
473 $(AM_V_CCLD)$(LINK) $(basics2_OBJECTS) $(basics2_LDADD) $(LIBS)
474
475 colors$(EXEEXT): $(colors_OBJECTS) $(colors_DEPENDENCIES) $(EXTRA_colors_DEPENDENCIES)
476 @rm -f colors$(EXEEXT)
477 $(AM_V_CCLD)$(LINK) $(colors_OBJECTS) $(colors_LDADD) $(LIBS)
478
479 enable_disable$(EXEEXT): $(enable_disable_OBJECTS) $(enable_disable_DEPENDENCIES) $(EXTRA_enable_disable_DEPENDENCIES)
480 @rm -f enable_disable$(EXEEXT)
481 $(AM_V_CCLD)$(LINK) $(enable_disable_OBJECTS) $(enable_disable_LDADD) $(LIBS)
482
483 full$(EXEEXT): $(full_OBJECTS) $(full_DEPENDENCIES) $(EXTRA_full_DEPENDENCIES)
484 @rm -f full$(EXEEXT)
485 $(AM_V_CCLD)$(LINK) $(full_OBJECTS) $(full_LDADD) $(LIBS)
486
487 grid$(EXEEXT): $(grid_OBJECTS) $(grid_DEPENDENCIES) $(EXTRA_grid_DEPENDENCIES)
488 @rm -f grid$(EXEEXT)
489 $(AM_V_CCLD)$(LINK) $(grid_OBJECTS) $(grid_LDADD) $(LIBS)
490
491 grid_array$(EXEEXT): $(grid_array_OBJECTS) $(grid_array_DEPENDENCIES) $(EXTRA_grid_array_DEPENDENCIES)
492 @rm -f grid_array$(EXEEXT)
493 $(AM_V_CCLD)$(LINK) $(grid_array_OBJECTS) $(grid_array_LDADD) $(LIBS)
494
495 keycontrol$(EXEEXT): $(keycontrol_OBJECTS) $(keycontrol_DEPENDENCIES) $(EXTRA_keycontrol_DEPENDENCIES)
496 @rm -f keycontrol$(EXEEXT)
497 $(AM_V_CCLD)$(LINK) $(keycontrol_OBJECTS) $(keycontrol_LDADD) $(LIBS)
498
499 lissajous$(EXEEXT): $(lissajous_OBJECTS) $(lissajous_DEPENDENCIES) $(EXTRA_lissajous_DEPENDENCIES)
500 @rm -f lissajous$(EXEEXT)
501 $(AM_V_CCLD)$(LINK) $(lissajous_OBJECTS) $(lissajous_LDADD) $(LIBS)
502
503 logarithmic$(EXEEXT): $(logarithmic_OBJECTS) $(logarithmic_DEPENDENCIES) $(EXTRA_logarithmic_DEPENDENCIES)
504 @rm -f logarithmic$(EXEEXT)
505 $(AM_V_CCLD)$(LINK) $(logarithmic_OBJECTS) $(logarithmic_LDADD) $(LIBS)
506
507 markers$(EXEEXT): $(markers_OBJECTS) $(markers_DEPENDENCIES) $(EXTRA_markers_DEPENDENCIES)
508 @rm -f markers$(EXEEXT)
509 $(AM_V_CCLD)$(LINK) $(markers_OBJECTS) $(markers_LDADD) $(LIBS)
510
511 rulers$(EXEEXT): $(rulers_OBJECTS) $(rulers_DEPENDENCIES) $(EXTRA_rulers_DEPENDENCIES)
512 @rm -f rulers$(EXEEXT)
513 $(AM_V_CCLD)$(LINK) $(rulers_OBJECTS) $(rulers_LDADD) $(LIBS)
514
515 signals$(EXEEXT): $(signals_OBJECTS) $(signals_DEPENDENCIES) $(EXTRA_signals_DEPENDENCIES)
516 @rm -f signals$(EXEEXT)
517 $(AM_V_CCLD)$(LINK) $(signals_OBJECTS) $(signals_LDADD) $(LIBS)
518
519 mostlyclean-compile:
520 -rm -f *.$(OBJEXT)
521
522 distclean-compile:
523 -rm -f *.tab.c
524
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/addremove.Po@am__quote@ # am--include-marker
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basics.Po@am__quote@ # am--include-marker
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basics2.Po@am__quote@ # am--include-marker
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colors.Po@am__quote@ # am--include-marker
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/enable_disable.Po@am__quote@ # am--include-marker
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/full.Po@am__quote@ # am--include-marker
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grid.Po@am__quote@ # am--include-marker
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grid_array.Po@am__quote@ # am--include-marker
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keycontrol.Po@am__quote@ # am--include-marker
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lissajous.Po@am__quote@ # am--include-marker
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logarithmic.Po@am__quote@ # am--include-marker
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/markers.Po@am__quote@ # am--include-marker
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rulers.Po@am__quote@ # am--include-marker
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/signals.Po@am__quote@ # am--include-marker
539
540 $(am__depfiles_remade):
541 @$(MKDIR_P) $(@D)
542 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
543
544 am--depfiles: $(am__depfiles_remade)
545
546 .c.o:
547 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
548 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
549 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
550 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
552
553 .c.obj:
554 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
555 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
556 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
557 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
559
560 .c.lo:
561 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
562 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
563 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
564 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
566
567 mostlyclean-libtool:
568 -rm -f *.lo
569
570 clean-libtool:
571 -rm -rf .libs _libs
572
573 ID: $(am__tagged_files)
574 $(am__define_uniq_tagged_files); mkid -fID $$unique
575 tags: tags-am
576 TAGS: tags
577
578 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
579 set x; \
580 here=`pwd`; \
581 $(am__define_uniq_tagged_files); \
582 shift; \
583 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
584 test -n "$$unique" || unique=$$empty_fix; \
585 if test $$# -gt 0; then \
586 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
587 "$$@" $$unique; \
588 else \
589 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590 $$unique; \
591 fi; \
592 fi
593 ctags: ctags-am
594
595 CTAGS: ctags
596 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
597 $(am__define_uniq_tagged_files); \
598 test -z "$(CTAGS_ARGS)$$unique" \
599 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
600 $$unique
601
602 GTAGS:
603 here=`$(am__cd) $(top_builddir) && pwd` \
604 && $(am__cd) $(top_srcdir) \
605 && gtags -i $(GTAGS_ARGS) "$$here"
606 cscopelist: cscopelist-am
607
608 cscopelist-am: $(am__tagged_files)
609 list='$(am__tagged_files)'; \
610 case "$(srcdir)" in \
611 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
612 *) sdir=$(subdir)/$(srcdir) ;; \
613 esac; \
614 for i in $$list; do \
615 if test -f "$$i"; then \
616 echo "$(subdir)/$$i"; \
617 else \
618 echo "$$sdir/$$i"; \
619 fi; \
620 done >> $(top_builddir)/cscope.files
621
622 distclean-tags:
623 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
624
625 distdir: $(BUILT_SOURCES)
626 $(MAKE) $(AM_MAKEFLAGS) distdir-am
627
628 distdir-am: $(DISTFILES)
629 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
630 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
631 list='$(DISTFILES)'; \
632 dist_files=`for file in $$list; do echo $$file; done | \
633 sed -e "s|^$$srcdirstrip/||;t" \
634 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
635 case $$dist_files in \
636 */*) $(MKDIR_P) `echo "$$dist_files" | \
637 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
638 sort -u` ;; \
639 esac; \
640 for file in $$dist_files; do \
641 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
642 if test -d $$d/$$file; then \
643 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
644 if test -d "$(distdir)/$$file"; then \
645 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
646 fi; \
647 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
648 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
649 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
650 fi; \
651 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
652 else \
653 test -f "$(distdir)/$$file" \
654 || cp -p $$d/$$file "$(distdir)/$$file" \
655 || exit 1; \
656 fi; \
657 done
658 check-am: all-am
659 check: check-am
660 all-am: Makefile $(PROGRAMS)
661 installdirs:
662 install: install-am
663 install-exec: install-exec-am
664 install-data: install-data-am
665 uninstall: uninstall-am
666
667 install-am: all-am
668 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
669
670 installcheck: installcheck-am
671 install-strip:
672 if test -z '$(STRIP)'; then \
673 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
674 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
675 install; \
676 else \
677 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
678 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
679 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
680 fi
681 mostlyclean-generic:
682
683 clean-generic:
684
685 distclean-generic:
686 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
687 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
688
689 maintainer-clean-generic:
690 @echo "This command is intended for maintainers to use"
691 @echo "it deletes files that may require special tools to rebuild."
692 clean: clean-am
693
694 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
695 mostlyclean-am
696
697 distclean: distclean-am
698 -rm -f ./$(DEPDIR)/addremove.Po
699 -rm -f ./$(DEPDIR)/basics.Po
700 -rm -f ./$(DEPDIR)/basics2.Po
701 -rm -f ./$(DEPDIR)/colors.Po
702 -rm -f ./$(DEPDIR)/enable_disable.Po
703 -rm -f ./$(DEPDIR)/full.Po
704 -rm -f ./$(DEPDIR)/grid.Po
705 -rm -f ./$(DEPDIR)/grid_array.Po
706 -rm -f ./$(DEPDIR)/keycontrol.Po
707 -rm -f ./$(DEPDIR)/lissajous.Po
708 -rm -f ./$(DEPDIR)/logarithmic.Po
709 -rm -f ./$(DEPDIR)/markers.Po
710 -rm -f ./$(DEPDIR)/rulers.Po
711 -rm -f ./$(DEPDIR)/signals.Po
712 -rm -f Makefile
713 distclean-am: clean-am distclean-compile distclean-generic \
714 distclean-tags
715
716 dvi: dvi-am
717
718 dvi-am:
719
720 html: html-am
721
722 html-am:
723
724 info: info-am
725
726 info-am:
727
728 install-data-am:
729
730 install-dvi: install-dvi-am
731
732 install-dvi-am:
733
734 install-exec-am:
735
736 install-html: install-html-am
737
738 install-html-am:
739
740 install-info: install-info-am
741
742 install-info-am:
743
744 install-man:
745
746 install-pdf: install-pdf-am
747
748 install-pdf-am:
749
750 install-ps: install-ps-am
751
752 install-ps-am:
753
754 installcheck-am:
755
756 maintainer-clean: maintainer-clean-am
757 -rm -f ./$(DEPDIR)/addremove.Po
758 -rm -f ./$(DEPDIR)/basics.Po
759 -rm -f ./$(DEPDIR)/basics2.Po
760 -rm -f ./$(DEPDIR)/colors.Po
761 -rm -f ./$(DEPDIR)/enable_disable.Po
762 -rm -f ./$(DEPDIR)/full.Po
763 -rm -f ./$(DEPDIR)/grid.Po
764 -rm -f ./$(DEPDIR)/grid_array.Po
765 -rm -f ./$(DEPDIR)/keycontrol.Po
766 -rm -f ./$(DEPDIR)/lissajous.Po
767 -rm -f ./$(DEPDIR)/logarithmic.Po
768 -rm -f ./$(DEPDIR)/markers.Po
769 -rm -f ./$(DEPDIR)/rulers.Po
770 -rm -f ./$(DEPDIR)/signals.Po
771 -rm -f Makefile
772 maintainer-clean-am: distclean-am maintainer-clean-generic
773
774 mostlyclean: mostlyclean-am
775
776 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
777 mostlyclean-libtool
778
779 pdf: pdf-am
780
781 pdf-am:
782
783 ps: ps-am
784
785 ps-am:
786
787 uninstall-am:
788
789 .MAKE: install-am install-strip
790
791 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
792 clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
793 ctags ctags-am distclean distclean-compile distclean-generic \
794 distclean-libtool distclean-tags distdir dvi dvi-am html \
795 html-am info info-am install install-am install-data \
796 install-data-am install-dvi install-dvi-am install-exec \
797 install-exec-am install-html install-html-am install-info \
798 install-info-am install-man install-pdf install-pdf-am \
799 install-ps install-ps-am install-strip installcheck \
800 installcheck-am installdirs maintainer-clean \
801 maintainer-clean-generic mostlyclean mostlyclean-compile \
802 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
803 tags tags-am uninstall uninstall-am
804
805 .PRECIOUS: Makefile
806
807
808 # Tell versions [3.59,3.63) of GNU make to not export all variables.
809 # Otherwise a system limit (for SysV at least) may be exceeded.
810 .NOEXPORT: