1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91bin_PROGRAMS = calculator$(EXEEXT)
92subdir = calculator
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
98mkinstalldirs = $(install_sh) -d
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
102PROGRAMS = $(bin_PROGRAMS)
103am_calculator_OBJECTS = icons.$(OBJEXT) Calculator.$(OBJEXT) \
104	HelpWindow.$(OBJEXT) Preferences.$(OBJEXT) help.$(OBJEXT) \
105	main.$(OBJEXT)
106calculator_OBJECTS = $(am_calculator_OBJECTS)
107calculator_LDADD = $(LDADD)
108calculator_DEPENDENCIES = $(top_builddir)/lib/libFOX-1.7.la
109AM_V_lt = $(am__v_lt_@AM_V@)
110am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
111am__v_lt_0 = --silent
112am__v_lt_1 =
113AM_V_P = $(am__v_P_@AM_V@)
114am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
115am__v_P_0 = false
116am__v_P_1 = :
117AM_V_GEN = $(am__v_GEN_@AM_V@)
118am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119am__v_GEN_0 = @echo "  GEN     " $@;
120am__v_GEN_1 =
121AM_V_at = $(am__v_at_@AM_V@)
122am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
123am__v_at_0 = @
124am__v_at_1 =
125DEFAULT_INCLUDES = -I.@am__isrc@
126depcomp = $(SHELL) $(top_srcdir)/depcomp
127am__depfiles_maybe = depfiles
128am__mv = mv -f
129CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
130	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
131LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
132	$(LIBTOOLFLAGS) --mode=compile $(CXX) $(DEFS) \
133	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
134	$(AM_CXXFLAGS) $(CXXFLAGS)
135AM_V_CXX = $(am__v_CXX_@AM_V@)
136am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
137am__v_CXX_0 = @echo "  CXX     " $@;
138am__v_CXX_1 =
139CXXLD = $(CXX)
140CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
141	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
142	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
143AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
144am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
145am__v_CXXLD_0 = @echo "  CXXLD   " $@;
146am__v_CXXLD_1 =
147COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
148	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
151	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
152	$(AM_CFLAGS) $(CFLAGS)
153AM_V_CC = $(am__v_CC_@AM_V@)
154am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
155am__v_CC_0 = @echo "  CC      " $@;
156am__v_CC_1 =
157CCLD = $(CC)
158LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
160	$(AM_LDFLAGS) $(LDFLAGS) -o $@
161AM_V_CCLD = $(am__v_CCLD_@AM_V@)
162am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
163am__v_CCLD_0 = @echo "  CCLD    " $@;
164am__v_CCLD_1 =
165SOURCES = $(calculator_SOURCES)
166DIST_SOURCES = $(calculator_SOURCES)
167am__can_run_installinfo = \
168  case $$AM_UPDATE_INFO_DIR in \
169    n|no|NO) false;; \
170    *) (install-info --version) >/dev/null 2>&1;; \
171  esac
172am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
173am__vpath_adj = case $$p in \
174    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
175    *) f=$$p;; \
176  esac;
177am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
178am__install_max = 40
179am__nobase_strip_setup = \
180  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
181am__nobase_strip = \
182  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
183am__nobase_list = $(am__nobase_strip_setup); \
184  for p in $$list; do echo "$$p $$p"; done | \
185  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
186  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
187    if (++n[$$2] == $(am__install_max)) \
188      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
189    END { for (dir in files) print dir, files[dir] }'
190am__base_list = \
191  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
192  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
193am__uninstall_files_from_dir = { \
194  test -z "$$files" \
195    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
196    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
197         $(am__cd) "$$dir" && rm -f $$files; }; \
198  }
199man1dir = $(mandir)/man1
200NROFF = nroff
201MANS = $(man_MANS)
202am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
203# Read a list of newline-separated strings from the standard input,
204# and print each of them once, without duplicates.  Input order is
205# *not* preserved.
206am__uniquify_input = $(AWK) '\
207  BEGIN { nonempty = 0; } \
208  { items[$$0] = 1; nonempty = 1; } \
209  END { if (nonempty) { for (i in items) print i; }; } \
210'
211# Make sure the list of sources is unique.  This is necessary because,
212# e.g., the same source file might be shared among _SOURCES variables
213# for different programs/libraries.
214am__define_uniq_tagged_files = \
215  list='$(am__tagged_files)'; \
216  unique=`for i in $$list; do \
217    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
218  done | $(am__uniquify_input)`
219ETAGS = etags
220CTAGS = ctags
221am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
222DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
223ACLOCAL = @ACLOCAL@
224AMTAR = @AMTAR@
225AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226AR = @AR@
227AS = @AS@
228AUTOCONF = @AUTOCONF@
229AUTOHEADER = @AUTOHEADER@
230AUTOMAKE = @AUTOMAKE@
231AWK = @AWK@
232CC = @CC@
233CCDEPMODE = @CCDEPMODE@
234CFLAGS = @CFLAGS@
235CPP = @CPP@
236CPPFLAGS = @CPPFLAGS@
237CXX = @CXX@
238CXXCPP = @CXXCPP@
239CXXDEPMODE = @CXXDEPMODE@
240CXXFLAGS = @CXXFLAGS@
241CYGPATH_W = @CYGPATH_W@
242DEFS = @DEFS@
243DEPDIR = @DEPDIR@
244DLLTOOL = @DLLTOOL@
245DSYMUTIL = @DSYMUTIL@
246DUMPBIN = @DUMPBIN@
247ECHO_C = @ECHO_C@
248ECHO_N = @ECHO_N@
249ECHO_T = @ECHO_T@
250EGREP = @EGREP@
251EXEEXT = @EXEEXT@
252FGREP = @FGREP@
253FOX_MAJOR_VERSION = @FOX_MAJOR_VERSION@
254FOX_MINOR_VERSION = @FOX_MINOR_VERSION@
255FOX_PATCH_LEVEL = @FOX_PATCH_LEVEL@
256GLU_LIBS = @GLU_LIBS@
257GL_LIBS = @GL_LIBS@
258GREP = @GREP@
259INSTALL = @INSTALL@
260INSTALL_DATA = @INSTALL_DATA@
261INSTALL_PROGRAM = @INSTALL_PROGRAM@
262INSTALL_SCRIPT = @INSTALL_SCRIPT@
263INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
264LD = @LD@
265LDFLAGS = @LDFLAGS@
266LIBOBJS = @LIBOBJS@
267LIBS = @LIBS@
268LIBTOOL = @LIBTOOL@
269LIPO = @LIPO@
270LN_S = @LN_S@
271LTLIBOBJS = @LTLIBOBJS@
272LT_AGE = @LT_AGE@
273LT_CURRENT = @LT_CURRENT@
274LT_RELEASE = @LT_RELEASE@
275LT_REVISION = @LT_REVISION@
276LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
277MAKEINFO = @MAKEINFO@
278MANIFEST_TOOL = @MANIFEST_TOOL@
279MKDIR_P = @MKDIR_P@
280NM = @NM@
281NMEDIT = @NMEDIT@
282OBJDUMP = @OBJDUMP@
283OBJEXT = @OBJEXT@
284OTOOL = @OTOOL@
285OTOOL64 = @OTOOL64@
286PACKAGE = @PACKAGE@
287PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288PACKAGE_NAME = @PACKAGE_NAME@
289PACKAGE_STRING = @PACKAGE_STRING@
290PACKAGE_TARNAME = @PACKAGE_TARNAME@
291PACKAGE_URL = @PACKAGE_URL@
292PACKAGE_VERSION = @PACKAGE_VERSION@
293PATH_SEPARATOR = @PATH_SEPARATOR@
294RANLIB = @RANLIB@
295SED = @SED@
296SET_MAKE = @SET_MAKE@
297SHELL = @SHELL@
298STRIP = @STRIP@
299VERSION = @VERSION@
300XMKMF = @XMKMF@
301X_BASE_LIBS = @X_BASE_LIBS@
302X_CFLAGS = @X_CFLAGS@
303X_EXTRA_LIBS = @X_EXTRA_LIBS@
304X_LIBS = @X_LIBS@
305X_PRE_LIBS = @X_PRE_LIBS@
306abs_builddir = @abs_builddir@
307abs_srcdir = @abs_srcdir@
308abs_top_builddir = @abs_top_builddir@
309abs_top_srcdir = @abs_top_srcdir@
310ac_ct_AR = @ac_ct_AR@
311ac_ct_CC = @ac_ct_CC@
312ac_ct_CXX = @ac_ct_CXX@
313ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
314am__include = @am__include@
315am__leading_dot = @am__leading_dot@
316am__quote = @am__quote@
317am__tar = @am__tar@
318am__untar = @am__untar@
319bindir = @bindir@
320build = @build@
321build_alias = @build_alias@
322build_cpu = @build_cpu@
323build_os = @build_os@
324build_vendor = @build_vendor@
325builddir = @builddir@
326datadir = @datadir@
327datarootdir = @datarootdir@
328docdir = @docdir@
329dvidir = @dvidir@
330exec_prefix = @exec_prefix@
331host = @host@
332host_alias = @host_alias@
333host_cpu = @host_cpu@
334host_os = @host_os@
335host_vendor = @host_vendor@
336htmldir = @htmldir@
337includedir = @includedir@
338infodir = @infodir@
339install_sh = @install_sh@
340libdir = @libdir@
341libexecdir = @libexecdir@
342localedir = @localedir@
343localstatedir = @localstatedir@
344mandir = @mandir@
345mkdir_p = @mkdir_p@
346oldincludedir = @oldincludedir@
347pdfdir = @pdfdir@
348prefix = @prefix@
349program_transform_name = @program_transform_name@
350psdir = @psdir@
351sbindir = @sbindir@
352sharedstatedir = @sharedstatedir@
353srcdir = @srcdir@
354sysconfdir = @sysconfdir@
355target_alias = @target_alias@
356top_build_prefix = @top_build_prefix@
357top_builddir = @top_builddir@
358top_srcdir = @top_srcdir@
359AM_CXXFLAGS = @X_CFLAGS@
360INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
361RESWRAP = $(top_builddir)/utils/reswrap$(EXEEXT)
362SUFFIXES = .gif .bmp
363LDADD = $(top_builddir)/lib/libFOX-1.7.la -lm
364man_MANS = calculator-17.1
365ICONS = \
366$(top_srcdir)/calculator/colors.gif \
367$(top_srcdir)/calculator/information.gif \
368$(top_srcdir)/calculator/bigcalc.gif \
369$(top_srcdir)/calculator/constmem.bmp \
370$(top_srcdir)/calculator/question.gif \
371$(top_srcdir)/calculator/tinycalc.gif
372
373calculator_SOURCES = \
374icons.h \
375icons.cpp \
376Calculator.h \
377Calculator.cpp \
378HelpWindow.h \
379HelpWindow.cpp \
380Preferences.h \
381Preferences.cpp \
382help.cpp \
383main.cpp
384
385BUILT_SOURCES = icons.h icons.cpp
386CLEANFILES = icons.h icons.cpp
387EXTRA_DIST = \
388$(man_MANS) \
389LICENSE \
390$(ICONS)
391
392all: $(BUILT_SOURCES)
393	$(MAKE) $(AM_MAKEFLAGS) all-am
394
395.SUFFIXES:
396.SUFFIXES: .gif .bmp .cpp .lo .o .obj
397$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
398	@for dep in $?; do \
399	  case '$(am__configure_deps)' in \
400	    *$$dep*) \
401	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
402	        && { if test -f $@; then exit 0; else break; fi; }; \
403	      exit 1;; \
404	  esac; \
405	done; \
406	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign calculator/Makefile'; \
407	$(am__cd) $(top_srcdir) && \
408	  $(AUTOMAKE) --foreign calculator/Makefile
409Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
410	@case '$?' in \
411	  *config.status*) \
412	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
413	  *) \
414	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
415	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
416	esac;
417
418$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
419	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
420
421$(top_srcdir)/configure:  $(am__configure_deps)
422	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
423$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
424	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
425$(am__aclocal_m4_deps):
426install-binPROGRAMS: $(bin_PROGRAMS)
427	@$(NORMAL_INSTALL)
428	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
429	if test -n "$$list"; then \
430	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
431	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
432	fi; \
433	for p in $$list; do echo "$$p $$p"; done | \
434	sed 's/$(EXEEXT)$$//' | \
435	while read p p1; do if test -f $$p \
436	 || test -f $$p1 \
437	  ; then echo "$$p"; echo "$$p"; else :; fi; \
438	done | \
439	sed -e 'p;s,.*/,,;n;h' \
440	    -e 's|.*|.|' \
441	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
442	sed 'N;N;N;s,\n, ,g' | \
443	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
444	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
445	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
446	    else { print "f", $$3 "/" $$4, $$1; } } \
447	  END { for (d in files) print "f", d, files[d] }' | \
448	while read type dir files; do \
449	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
450	    test -z "$$files" || { \
451	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
452	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
453	    } \
454	; done
455
456uninstall-binPROGRAMS:
457	@$(NORMAL_UNINSTALL)
458	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
459	files=`for p in $$list; do echo "$$p"; done | \
460	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
461	      -e 's/$$/$(EXEEXT)/' \
462	`; \
463	test -n "$$list" || exit 0; \
464	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
465	cd "$(DESTDIR)$(bindir)" && rm -f $$files
466
467clean-binPROGRAMS:
468	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
469	echo " rm -f" $$list; \
470	rm -f $$list || exit $$?; \
471	test -n "$(EXEEXT)" || exit 0; \
472	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
473	echo " rm -f" $$list; \
474	rm -f $$list
475
476calculator$(EXEEXT): $(calculator_OBJECTS) $(calculator_DEPENDENCIES) $(EXTRA_calculator_DEPENDENCIES)
477	@rm -f calculator$(EXEEXT)
478	$(AM_V_CXXLD)$(CXXLINK) $(calculator_OBJECTS) $(calculator_LDADD) $(LIBS)
479
480mostlyclean-compile:
481	-rm -f *.$(OBJEXT)
482
483distclean-compile:
484	-rm -f *.tab.c
485
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Calculator.Po@am__quote@
487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HelpWindow.Po@am__quote@
488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Preferences.Po@am__quote@
489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@
490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icons.Po@am__quote@
491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
492
493.cpp.o:
494@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
495@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
496@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
497@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
499
500.cpp.obj:
501@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
502@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
503@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
504@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
506
507.cpp.lo:
508@am__fastdepCXX_TRUE@	$(AM_V_CXX)$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
509@am__fastdepCXX_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
510@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(AM_V_CXX)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
511@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512@am__fastdepCXX_FALSE@	$(AM_V_CXX@am__nodep@)$(LTCXXCOMPILE) -c -o $@ $<
513
514mostlyclean-libtool:
515	-rm -f *.lo
516
517clean-libtool:
518	-rm -rf .libs _libs
519install-man1: $(man_MANS)
520	@$(NORMAL_INSTALL)
521	@list1=''; \
522	list2='$(man_MANS)'; \
523	test -n "$(man1dir)" \
524	  && test -n "`echo $$list1$$list2`" \
525	  || exit 0; \
526	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
527	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
528	{ for i in $$list1; do echo "$$i"; done;  \
529	if test -n "$$list2"; then \
530	  for i in $$list2; do echo "$$i"; done \
531	    | sed -n '/\.1[a-z]*$$/p'; \
532	fi; \
533	} | while read p; do \
534	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
535	  echo "$$d$$p"; echo "$$p"; \
536	done | \
537	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
538	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
539	sed 'N;N;s,\n, ,g' | { \
540	list=; while read file base inst; do \
541	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
542	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
543	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
544	  fi; \
545	done; \
546	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
547	while read files; do \
548	  test -z "$$files" || { \
549	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
550	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
551	done; }
552
553uninstall-man1:
554	@$(NORMAL_UNINSTALL)
555	@list=''; test -n "$(man1dir)" || exit 0; \
556	files=`{ for i in $$list; do echo "$$i"; done; \
557	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
558	  sed -n '/\.1[a-z]*$$/p'; \
559	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
560	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
561	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
562
563ID: $(am__tagged_files)
564	$(am__define_uniq_tagged_files); mkid -fID $$unique
565tags: tags-am
566TAGS: tags
567
568tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
569	set x; \
570	here=`pwd`; \
571	$(am__define_uniq_tagged_files); \
572	shift; \
573	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
574	  test -n "$$unique" || unique=$$empty_fix; \
575	  if test $$# -gt 0; then \
576	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
577	      "$$@" $$unique; \
578	  else \
579	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
580	      $$unique; \
581	  fi; \
582	fi
583ctags: ctags-am
584
585CTAGS: ctags
586ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
587	$(am__define_uniq_tagged_files); \
588	test -z "$(CTAGS_ARGS)$$unique" \
589	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
590	     $$unique
591
592GTAGS:
593	here=`$(am__cd) $(top_builddir) && pwd` \
594	  && $(am__cd) $(top_srcdir) \
595	  && gtags -i $(GTAGS_ARGS) "$$here"
596cscopelist: cscopelist-am
597
598cscopelist-am: $(am__tagged_files)
599	list='$(am__tagged_files)'; \
600	case "$(srcdir)" in \
601	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
602	  *) sdir=$(subdir)/$(srcdir) ;; \
603	esac; \
604	for i in $$list; do \
605	  if test -f "$$i"; then \
606	    echo "$(subdir)/$$i"; \
607	  else \
608	    echo "$$sdir/$$i"; \
609	  fi; \
610	done >> $(top_builddir)/cscope.files
611
612distclean-tags:
613	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
614
615distdir: $(DISTFILES)
616	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618	list='$(DISTFILES)'; \
619	  dist_files=`for file in $$list; do echo $$file; done | \
620	  sed -e "s|^$$srcdirstrip/||;t" \
621	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
622	case $$dist_files in \
623	  */*) $(MKDIR_P) `echo "$$dist_files" | \
624			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
625			   sort -u` ;; \
626	esac; \
627	for file in $$dist_files; do \
628	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629	  if test -d $$d/$$file; then \
630	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
631	    if test -d "$(distdir)/$$file"; then \
632	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633	    fi; \
634	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
635	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
636	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637	    fi; \
638	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
639	  else \
640	    test -f "$(distdir)/$$file" \
641	    || cp -p $$d/$$file "$(distdir)/$$file" \
642	    || exit 1; \
643	  fi; \
644	done
645check-am: all-am
646check: $(BUILT_SOURCES)
647	$(MAKE) $(AM_MAKEFLAGS) check-am
648all-am: Makefile $(PROGRAMS) $(MANS)
649installdirs:
650	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
651	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
652	done
653install: $(BUILT_SOURCES)
654	$(MAKE) $(AM_MAKEFLAGS) install-am
655install-exec: install-exec-am
656install-data: install-data-am
657uninstall: uninstall-am
658
659install-am: all-am
660	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
661
662installcheck: installcheck-am
663install-strip:
664	if test -z '$(STRIP)'; then \
665	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
666	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
667	      install; \
668	else \
669	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
670	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
671	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
672	fi
673mostlyclean-generic:
674
675clean-generic:
676	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
677
678distclean-generic:
679	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
680	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
681
682maintainer-clean-generic:
683	@echo "This command is intended for maintainers to use"
684	@echo "it deletes files that may require special tools to rebuild."
685	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
686clean: clean-am
687
688clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
689
690distclean: distclean-am
691	-rm -rf ./$(DEPDIR)
692	-rm -f Makefile
693distclean-am: clean-am distclean-compile distclean-generic \
694	distclean-tags
695
696dvi: dvi-am
697
698dvi-am:
699
700html: html-am
701
702html-am:
703
704info: info-am
705
706info-am:
707
708install-data-am: install-man
709
710install-dvi: install-dvi-am
711
712install-dvi-am:
713
714install-exec-am: install-binPROGRAMS
715
716install-html: install-html-am
717
718install-html-am:
719
720install-info: install-info-am
721
722install-info-am:
723
724install-man: install-man1
725
726install-pdf: install-pdf-am
727
728install-pdf-am:
729
730install-ps: install-ps-am
731
732install-ps-am:
733
734installcheck-am:
735
736maintainer-clean: maintainer-clean-am
737	-rm -rf ./$(DEPDIR)
738	-rm -f Makefile
739maintainer-clean-am: distclean-am maintainer-clean-generic
740
741mostlyclean: mostlyclean-am
742
743mostlyclean-am: mostlyclean-compile mostlyclean-generic \
744	mostlyclean-libtool
745
746pdf: pdf-am
747
748pdf-am:
749
750ps: ps-am
751
752ps-am:
753
754uninstall-am: uninstall-binPROGRAMS uninstall-man
755
756uninstall-man: uninstall-man1
757
758.MAKE: all check install install-am install-strip
759
760.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
761	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
762	ctags ctags-am distclean distclean-compile distclean-generic \
763	distclean-libtool distclean-tags distdir dvi dvi-am html \
764	html-am info info-am install install-am install-binPROGRAMS \
765	install-data install-data-am install-dvi install-dvi-am \
766	install-exec install-exec-am install-html install-html-am \
767	install-info install-info-am install-man install-man1 \
768	install-pdf install-pdf-am install-ps install-ps-am \
769	install-strip installcheck installcheck-am installdirs \
770	maintainer-clean maintainer-clean-generic mostlyclean \
771	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
772	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
773	uninstall-binPROGRAMS uninstall-man uninstall-man1
774
775.PRECIOUS: Makefile
776
777
778icons.h: $(ICONS)
779	$(RESWRAP) -h -o $@ $^
780
781icons.cpp: $(ICONS)
782	$(RESWRAP) -i icons.h -o $@ $^
783
784# Tell versions [3.59,3.63) of GNU make to not export all variables.
785# Otherwise a system limit (for SysV at least) may be exceeded.
786.NOEXPORT:
787