1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = ..
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60host_alias = @host_alias@
61host_triplet = @host@
62AR = @AR@
63AS = @AS@
64CC = @CC@
65CPP = @CPP@
66CXX = @CXX@
67CXXCPP = @CXXCPP@
68DLLTOOL = @DLLTOOL@
69ECHO = @ECHO@
70EGREP = @EGREP@
71EXEEXT = @EXEEXT@
72F77 = @F77@
73FOX_BYTEORDER = @FOX_BYTEORDER@
74FOX_MAJOR_VERSION = @FOX_MAJOR_VERSION@
75FOX_MINOR_VERSION = @FOX_MINOR_VERSION@
76FOX_PATCH_LEVEL = @FOX_PATCH_LEVEL@
77GCJ = @GCJ@
78GCJFLAGS = @GCJFLAGS@
79GL_LIBS = @GL_LIBS@
80GL_TESTS = @GL_TESTS@
81LIBTOOL = @LIBTOOL@
82LN_S = @LN_S@
83LT_AGE = @LT_AGE@
84LT_CURRENT = @LT_CURRENT@
85LT_RELEASE = @LT_RELEASE@
86LT_REVISION = @LT_REVISION@
87MAKEINFO = @MAKEINFO@
88OBJDUMP = @OBJDUMP@
89OBJEXT = @OBJEXT@
90PACKAGE = @PACKAGE@
91RANLIB = @RANLIB@
92RC = @RC@
93STRIP = @STRIP@
94VERSION = @VERSION@
95X_BASE_LIBS = @X_BASE_LIBS@
96
97CXXFLAGS = @CXXFLAGS@ @X_CFLAGS@
98INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/include
99RESWRAP = $(top_builddir)/utils/reswrap
100SUFFIXES = .gif .bmp
101LDADD = ../src/libFOX-1.4.la -lm
102
103bin_PROGRAMS = calculator
104
105man_MANS = calculator-14.1
106
107ICONS = \
108colors.gif \
109information.gif \
110bigcalc.gif \
111constmem.bmp \
112question.gif \
113tinycalc.gif
114
115
116calculator_SOURCES = \
117icons.h \
118icons.cpp \
119Calculator.h \
120Calculator.cpp \
121HelpWindow.h \
122HelpWindow.cpp \
123Preferences.h \
124Preferences.cpp \
125help.cpp \
126main.cpp \
127LICENSE \
128$(ICONS)
129
130
131CLEANFILES = icons.h icons.cpp
132
133EXTRA_DIST = $(man_MANS) \
134             Makefile.bc \
135             Makefile.wc \
136             Makefile.dmc
137
138mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
139CONFIG_CLEAN_FILES =
140bin_PROGRAMS =  calculator$(EXEEXT)
141PROGRAMS =  $(bin_PROGRAMS)
142
143
144DEFS = @DEFS@ -I. -I$(srcdir)
145CPPFLAGS = @CPPFLAGS@
146LDFLAGS = @LDFLAGS@
147LIBS = @LIBS@
148X_CFLAGS = @X_CFLAGS@
149X_LIBS = @X_LIBS@
150X_EXTRA_LIBS = @X_EXTRA_LIBS@
151X_PRE_LIBS = @X_PRE_LIBS@
152calculator_OBJECTS =  icons.$(OBJEXT) Calculator.$(OBJEXT) \
153HelpWindow.$(OBJEXT) Preferences.$(OBJEXT) help.$(OBJEXT) \
154main.$(OBJEXT)
155calculator_LDADD = $(LDADD)
156calculator_DEPENDENCIES =  ../src/libFOX-1.4.la
157calculator_LDFLAGS =
158CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
159LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
160CXXLD = $(CXX)
161CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
162CFLAGS = @CFLAGS@
163COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
165CCLD = $(CC)
166LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
167man1dir = $(mandir)/man1
168MANS = $(man_MANS)
169
170NROFF = nroff
171DIST_COMMON =  Makefile.am Makefile.in
172
173
174DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
175
176TAR = gtar
177GZIP_ENV = --best
178SOURCES = $(calculator_SOURCES)
179OBJECTS = $(calculator_OBJECTS)
180
181all: all-redirect
182.SUFFIXES:
183.SUFFIXES: .S .bmp .c .cpp .gif .lo .o .obj .s
184$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
185	cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps calculator/Makefile
186
187Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
188	cd $(top_builddir) \
189	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
190
191
192mostlyclean-binPROGRAMS:
193
194clean-binPROGRAMS:
195	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
196
197distclean-binPROGRAMS:
198
199maintainer-clean-binPROGRAMS:
200
201install-binPROGRAMS: $(bin_PROGRAMS)
202	@$(NORMAL_INSTALL)
203	$(mkinstalldirs) $(DESTDIR)$(bindir)
204	@list='$(bin_PROGRAMS)'; for p in $$list; do \
205	  if test -f $$p; then \
206	    echo " $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
207	    $(LIBTOOL)  --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
208	  else :; fi; \
209	done
210
211uninstall-binPROGRAMS:
212	@$(NORMAL_UNINSTALL)
213	list='$(bin_PROGRAMS)'; for p in $$list; do \
214	  rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
215	done
216
217.c.o:
218	$(COMPILE) -c $<
219
220# FIXME: We should only use cygpath when building on Windows,
221# and only if it is available.
222.c.obj:
223	$(COMPILE) -c `cygpath -w $<`
224
225.s.o:
226	$(COMPILE) -c $<
227
228.S.o:
229	$(COMPILE) -c $<
230
231mostlyclean-compile:
232	-rm -f *.o core *.core
233	-rm -f *.$(OBJEXT)
234
235clean-compile:
236
237distclean-compile:
238	-rm -f *.tab.c
239
240maintainer-clean-compile:
241
242.c.lo:
243	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
244
245.s.lo:
246	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
247
248.S.lo:
249	$(LIBTOOL) --mode=compile $(COMPILE) -c $<
250
251mostlyclean-libtool:
252	-rm -f *.lo
253
254clean-libtool:
255	-rm -rf .libs _libs
256
257distclean-libtool:
258
259maintainer-clean-libtool:
260
261calculator$(EXEEXT): $(calculator_OBJECTS) $(calculator_DEPENDENCIES)
262	@rm -f calculator$(EXEEXT)
263	$(CXXLINK) $(calculator_LDFLAGS) $(calculator_OBJECTS) $(calculator_LDADD) $(LIBS)
264.cpp.o:
265	$(CXXCOMPILE) -c $<
266.cpp.obj:
267	$(CXXCOMPILE) -c `cygpath -w $<`
268.cpp.lo:
269	$(LTCXXCOMPILE) -c $<
270
271install-man1:
272	$(mkinstalldirs) $(DESTDIR)$(man1dir)
273	@list='$(man1_MANS)'; \
274	l2='$(man_MANS)'; for i in $$l2; do \
275	  case "$$i" in \
276	    *.1*) list="$$list $$i" ;; \
277	  esac; \
278	done; \
279	for i in $$list; do \
280	  if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
281	  else file=$$i; fi; \
282	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
283	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
284	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
285	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
286	  $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst; \
287	done
288
289uninstall-man1:
290	@list='$(man1_MANS)'; \
291	l2='$(man_MANS)'; for i in $$l2; do \
292	  case "$$i" in \
293	    *.1*) list="$$list $$i" ;; \
294	  esac; \
295	done; \
296	for i in $$list; do \
297	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
298	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
299	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
300	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
301	  rm -f $(DESTDIR)$(man1dir)/$$inst; \
302	done
303install-man: $(MANS)
304	@$(NORMAL_INSTALL)
305	$(MAKE) $(AM_MAKEFLAGS) install-man1
306uninstall-man:
307	@$(NORMAL_UNINSTALL)
308	$(MAKE) $(AM_MAKEFLAGS) uninstall-man1
309
310tags: TAGS
311
312ID: $(HEADERS) $(SOURCES) $(LISP)
313	list='$(SOURCES) $(HEADERS)'; \
314	unique=`for i in $$list; do echo $$i; done | \
315	  awk '    { files[$$0] = 1; } \
316	       END { for (i in files) print i; }'`; \
317	here=`pwd` && cd $(srcdir) \
318	  && mkid -f$$here/ID $$unique $(LISP)
319
320TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
321	tags=; \
322	here=`pwd`; \
323	list='$(SOURCES) $(HEADERS)'; \
324	unique=`for i in $$list; do echo $$i; done | \
325	  awk '    { files[$$0] = 1; } \
326	       END { for (i in files) print i; }'`; \
327	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
328	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
329
330mostlyclean-tags:
331
332clean-tags:
333
334distclean-tags:
335	-rm -f TAGS ID
336
337maintainer-clean-tags:
338
339distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
340
341subdir = calculator
342
343distdir: $(DISTFILES)
344	@for file in $(DISTFILES); do \
345	  d=$(srcdir); \
346	  if test -d $$d/$$file; then \
347	    cp -pr $$d/$$file $(distdir)/$$file; \
348	  else \
349	    test -f $(distdir)/$$file \
350	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
351	    || cp -p $$d/$$file $(distdir)/$$file || :; \
352	  fi; \
353	done
354Calculator.o: Calculator.cpp ../include/fx.h ../include/fxver.h \
355	../include/fxdefs.h ../include/FXHash.h \
356	../include/FXException.h ../include/FXThread.h \
357	../include/FXStream.h ../include/FXFileStream.h \
358	../include/FXMemoryStream.h ../include/FXString.h \
359	../include/FXSize.h ../include/FXPoint.h \
360	../include/FXRectangle.h ../include/FXObject.h \
361	../include/FXDelegator.h ../include/FXDict.h \
362	../include/FXFile.h ../include/FXURL.h \
363	../include/FXStringDict.h ../include/FXSettings.h \
364	../include/FXRegistry.h ../include/FXObjectList.h \
365	../include/FXAccelTable.h ../include/FXRecentFiles.h \
366	../include/FXApp.h ../include/FXId.h ../include/FXVisual.h \
367	../include/FXFont.h ../include/FXCursor.h \
368	../include/FXCURCursor.h ../include/FXGIFCursor.h \
369	../include/FXDrawable.h ../include/FXBitmap.h \
370	../include/FXImage.h ../include/FXIcon.h \
371	../include/FXGIFImage.h ../include/FXIFFImage.h \
372	../include/FXBMPImage.h ../include/FXICOImage.h \
373	../include/FXXBMImage.h ../include/FXXPMImage.h \
374	../include/FXPCXImage.h ../include/FXTGAImage.h \
375	../include/FXRGBImage.h ../include/FXPPMImage.h \
376	../include/FXRASImage.h ../include/FXGIFIcon.h \
377	../include/FXIFFIcon.h ../include/FXBMPIcon.h \
378	../include/FXICOIcon.h ../include/FXXBMIcon.h \
379	../include/FXXPMIcon.h ../include/FXPCXIcon.h \
380	../include/FXTGAIcon.h ../include/FXRGBIcon.h \
381	../include/FXPPMIcon.h ../include/FXRASIcon.h \
382	../include/FXRegion.h ../include/FXDC.h ../include/FXDCWindow.h \
383	../include/FXDCPrint.h ../include/FXIconSource.h \
384	../include/FXIconDict.h ../include/FXFileDict.h \
385	../include/FXWindow.h ../include/FXFrame.h \
386	../include/FXSeparator.h ../include/FXLabel.h \
387	../include/FX7Segment.h ../include/FXDial.h \
388	../include/FXColorBar.h ../include/FXColorWell.h \
389	../include/FXColorWheel.h ../include/FXTextField.h \
390	../include/FXButton.h ../include/FXPicker.h \
391	../include/FXToggleButton.h ../include/FXTriStateButton.h \
392	../include/FXCheckButton.h ../include/FXRadioButton.h \
393	../include/FXArrowButton.h ../include/FXMenuButton.h \
394	../include/FXComposite.h ../include/FXPacker.h \
395	../include/FXHorizontalFrame.h ../include/FXVerticalFrame.h \
396	../include/FXSpring.h ../include/FXMatrix.h \
397	../include/FXSpinner.h ../include/FXRealSpinner.h \
398	../include/FXRootWindow.h ../include/FXCanvas.h \
399	../include/FXGroupBox.h ../include/FXShell.h \
400	../include/FXToolTip.h ../include/FXPopup.h \
401	../include/FXTopWindow.h ../include/FXDialogBox.h \
402	../include/FXMainWindow.h ../include/FXMenuPane.h \
403	../include/FXScrollPane.h ../include/FXMenuCaption.h \
404	../include/FXMenuSeparator.h ../include/FXMenuTitle.h \
405	../include/FXMenuCascade.h ../include/FXMenuCommand.h \
406	../include/FXMenuCheck.h ../include/FXMenuRadio.h \
407	../include/FXMenuBar.h ../include/FXToolBar.h \
408	../include/FXDockBar.h ../include/FXOptionMenu.h \
409	../include/FXSwitcher.h ../include/FXTabBar.h \
410	../include/FXTabBook.h ../include/FXTabItem.h \
411	../include/FXScrollBar.h ../include/FXScrollArea.h \
412	../include/FXScrollWindow.h ../include/FXList.h \
413	../include/FXComboBox.h ../include/FXListBox.h \
414	../include/FXTreeList.h ../include/FXTreeListBox.h \
415	../include/FXFoldingList.h ../include/FXBitmapView.h \
416	../include/FXBitmapFrame.h ../include/FXImageView.h \
417	../include/FXImageFrame.h ../include/FXTable.h \
418	../include/FXDragCorner.h ../include/FXStatusBar.h \
419	../include/FXStatusLine.h ../include/FXChoiceBox.h \
420	../include/FXMessageBox.h ../include/FXDirList.h \
421	../include/FXSlider.h ../include/FXRealSlider.h \
422	../include/FXSplitter.h ../include/FX4Splitter.h \
423	../include/FXHeader.h ../include/FXShutter.h \
424	../include/FXIconList.h ../include/FXFileList.h \
425	../include/FXDirBox.h ../include/FXDriveBox.h \
426	../include/FXDirSelector.h ../include/FXDirDialog.h \
427	../include/FXFileSelector.h ../include/FXFileDialog.h \
428	../include/FXColorSelector.h ../include/FXColorDialog.h \
429	../include/FXFontSelector.h ../include/FXFontDialog.h \
430	../include/FXUndoList.h ../include/FXRex.h ../include/FXText.h \
431	../include/FXDataTarget.h ../include/FXProgressBar.h \
432	../include/FXReplaceDialog.h ../include/FXRuler.h \
433	../include/FXSearchDialog.h ../include/FXInputDialog.h \
434	../include/FXProgressDialog.h ../include/FXWizard.h \
435	../include/FXMDIButton.h ../include/FXMDIClient.h \
436	../include/FXMDIChild.h ../include/FXDocument.h \
437	../include/FXDockSite.h ../include/FXDockHandler.h \
438	../include/FXDockTitle.h ../include/FXToolBarGrip.h \
439	../include/FXToolBarShell.h ../include/FXToolBarTab.h \
440	../include/FXPrintDialog.h ../include/FXDebugTarget.h \
441	../include/FXSplashWindow.h ../include/fxkeys.h icons.h \
442	Calculator.h Preferences.h HelpWindow.h
443help.o: help.cpp ../include/fx.h ../include/fxver.h ../include/fxdefs.h \
444	../include/FXHash.h ../include/FXException.h \
445	../include/FXThread.h ../include/FXStream.h \
446	../include/FXFileStream.h ../include/FXMemoryStream.h \
447	../include/FXString.h ../include/FXSize.h ../include/FXPoint.h \
448	../include/FXRectangle.h ../include/FXObject.h \
449	../include/FXDelegator.h ../include/FXDict.h \
450	../include/FXFile.h ../include/FXURL.h \
451	../include/FXStringDict.h ../include/FXSettings.h \
452	../include/FXRegistry.h ../include/FXObjectList.h \
453	../include/FXAccelTable.h ../include/FXRecentFiles.h \
454	../include/FXApp.h ../include/FXId.h ../include/FXVisual.h \
455	../include/FXFont.h ../include/FXCursor.h \
456	../include/FXCURCursor.h ../include/FXGIFCursor.h \
457	../include/FXDrawable.h ../include/FXBitmap.h \
458	../include/FXImage.h ../include/FXIcon.h \
459	../include/FXGIFImage.h ../include/FXIFFImage.h \
460	../include/FXBMPImage.h ../include/FXICOImage.h \
461	../include/FXXBMImage.h ../include/FXXPMImage.h \
462	../include/FXPCXImage.h ../include/FXTGAImage.h \
463	../include/FXRGBImage.h ../include/FXPPMImage.h \
464	../include/FXRASImage.h ../include/FXGIFIcon.h \
465	../include/FXIFFIcon.h ../include/FXBMPIcon.h \
466	../include/FXICOIcon.h ../include/FXXBMIcon.h \
467	../include/FXXPMIcon.h ../include/FXPCXIcon.h \
468	../include/FXTGAIcon.h ../include/FXRGBIcon.h \
469	../include/FXPPMIcon.h ../include/FXRASIcon.h \
470	../include/FXRegion.h ../include/FXDC.h ../include/FXDCWindow.h \
471	../include/FXDCPrint.h ../include/FXIconSource.h \
472	../include/FXIconDict.h ../include/FXFileDict.h \
473	../include/FXWindow.h ../include/FXFrame.h \
474	../include/FXSeparator.h ../include/FXLabel.h \
475	../include/FX7Segment.h ../include/FXDial.h \
476	../include/FXColorBar.h ../include/FXColorWell.h \
477	../include/FXColorWheel.h ../include/FXTextField.h \
478	../include/FXButton.h ../include/FXPicker.h \
479	../include/FXToggleButton.h ../include/FXTriStateButton.h \
480	../include/FXCheckButton.h ../include/FXRadioButton.h \
481	../include/FXArrowButton.h ../include/FXMenuButton.h \
482	../include/FXComposite.h ../include/FXPacker.h \
483	../include/FXHorizontalFrame.h ../include/FXVerticalFrame.h \
484	../include/FXSpring.h ../include/FXMatrix.h \
485	../include/FXSpinner.h ../include/FXRealSpinner.h \
486	../include/FXRootWindow.h ../include/FXCanvas.h \
487	../include/FXGroupBox.h ../include/FXShell.h \
488	../include/FXToolTip.h ../include/FXPopup.h \
489	../include/FXTopWindow.h ../include/FXDialogBox.h \
490	../include/FXMainWindow.h ../include/FXMenuPane.h \
491	../include/FXScrollPane.h ../include/FXMenuCaption.h \
492	../include/FXMenuSeparator.h ../include/FXMenuTitle.h \
493	../include/FXMenuCascade.h ../include/FXMenuCommand.h \
494	../include/FXMenuCheck.h ../include/FXMenuRadio.h \
495	../include/FXMenuBar.h ../include/FXToolBar.h \
496	../include/FXDockBar.h ../include/FXOptionMenu.h \
497	../include/FXSwitcher.h ../include/FXTabBar.h \
498	../include/FXTabBook.h ../include/FXTabItem.h \
499	../include/FXScrollBar.h ../include/FXScrollArea.h \
500	../include/FXScrollWindow.h ../include/FXList.h \
501	../include/FXComboBox.h ../include/FXListBox.h \
502	../include/FXTreeList.h ../include/FXTreeListBox.h \
503	../include/FXFoldingList.h ../include/FXBitmapView.h \
504	../include/FXBitmapFrame.h ../include/FXImageView.h \
505	../include/FXImageFrame.h ../include/FXTable.h \
506	../include/FXDragCorner.h ../include/FXStatusBar.h \
507	../include/FXStatusLine.h ../include/FXChoiceBox.h \
508	../include/FXMessageBox.h ../include/FXDirList.h \
509	../include/FXSlider.h ../include/FXRealSlider.h \
510	../include/FXSplitter.h ../include/FX4Splitter.h \
511	../include/FXHeader.h ../include/FXShutter.h \
512	../include/FXIconList.h ../include/FXFileList.h \
513	../include/FXDirBox.h ../include/FXDriveBox.h \
514	../include/FXDirSelector.h ../include/FXDirDialog.h \
515	../include/FXFileSelector.h ../include/FXFileDialog.h \
516	../include/FXColorSelector.h ../include/FXColorDialog.h \
517	../include/FXFontSelector.h ../include/FXFontDialog.h \
518	../include/FXUndoList.h ../include/FXRex.h ../include/FXText.h \
519	../include/FXDataTarget.h ../include/FXProgressBar.h \
520	../include/FXReplaceDialog.h ../include/FXRuler.h \
521	../include/FXSearchDialog.h ../include/FXInputDialog.h \
522	../include/FXProgressDialog.h ../include/FXWizard.h \
523	../include/FXMDIButton.h ../include/FXMDIClient.h \
524	../include/FXMDIChild.h ../include/FXDocument.h \
525	../include/FXDockSite.h ../include/FXDockHandler.h \
526	../include/FXDockTitle.h ../include/FXToolBarGrip.h \
527	../include/FXToolBarShell.h ../include/FXToolBarTab.h \
528	../include/FXPrintDialog.h ../include/FXDebugTarget.h \
529	../include/FXSplashWindow.h Calculator.h
530HelpWindow.o: HelpWindow.cpp ../include/fx.h ../include/fxver.h \
531	../include/fxdefs.h ../include/FXHash.h \
532	../include/FXException.h ../include/FXThread.h \
533	../include/FXStream.h ../include/FXFileStream.h \
534	../include/FXMemoryStream.h ../include/FXString.h \
535	../include/FXSize.h ../include/FXPoint.h \
536	../include/FXRectangle.h ../include/FXObject.h \
537	../include/FXDelegator.h ../include/FXDict.h \
538	../include/FXFile.h ../include/FXURL.h \
539	../include/FXStringDict.h ../include/FXSettings.h \
540	../include/FXRegistry.h ../include/FXObjectList.h \
541	../include/FXAccelTable.h ../include/FXRecentFiles.h \
542	../include/FXApp.h ../include/FXId.h ../include/FXVisual.h \
543	../include/FXFont.h ../include/FXCursor.h \
544	../include/FXCURCursor.h ../include/FXGIFCursor.h \
545	../include/FXDrawable.h ../include/FXBitmap.h \
546	../include/FXImage.h ../include/FXIcon.h \
547	../include/FXGIFImage.h ../include/FXIFFImage.h \
548	../include/FXBMPImage.h ../include/FXICOImage.h \
549	../include/FXXBMImage.h ../include/FXXPMImage.h \
550	../include/FXPCXImage.h ../include/FXTGAImage.h \
551	../include/FXRGBImage.h ../include/FXPPMImage.h \
552	../include/FXRASImage.h ../include/FXGIFIcon.h \
553	../include/FXIFFIcon.h ../include/FXBMPIcon.h \
554	../include/FXICOIcon.h ../include/FXXBMIcon.h \
555	../include/FXXPMIcon.h ../include/FXPCXIcon.h \
556	../include/FXTGAIcon.h ../include/FXRGBIcon.h \
557	../include/FXPPMIcon.h ../include/FXRASIcon.h \
558	../include/FXRegion.h ../include/FXDC.h ../include/FXDCWindow.h \
559	../include/FXDCPrint.h ../include/FXIconSource.h \
560	../include/FXIconDict.h ../include/FXFileDict.h \
561	../include/FXWindow.h ../include/FXFrame.h \
562	../include/FXSeparator.h ../include/FXLabel.h \
563	../include/FX7Segment.h ../include/FXDial.h \
564	../include/FXColorBar.h ../include/FXColorWell.h \
565	../include/FXColorWheel.h ../include/FXTextField.h \
566	../include/FXButton.h ../include/FXPicker.h \
567	../include/FXToggleButton.h ../include/FXTriStateButton.h \
568	../include/FXCheckButton.h ../include/FXRadioButton.h \
569	../include/FXArrowButton.h ../include/FXMenuButton.h \
570	../include/FXComposite.h ../include/FXPacker.h \
571	../include/FXHorizontalFrame.h ../include/FXVerticalFrame.h \
572	../include/FXSpring.h ../include/FXMatrix.h \
573	../include/FXSpinner.h ../include/FXRealSpinner.h \
574	../include/FXRootWindow.h ../include/FXCanvas.h \
575	../include/FXGroupBox.h ../include/FXShell.h \
576	../include/FXToolTip.h ../include/FXPopup.h \
577	../include/FXTopWindow.h ../include/FXDialogBox.h \
578	../include/FXMainWindow.h ../include/FXMenuPane.h \
579	../include/FXScrollPane.h ../include/FXMenuCaption.h \
580	../include/FXMenuSeparator.h ../include/FXMenuTitle.h \
581	../include/FXMenuCascade.h ../include/FXMenuCommand.h \
582	../include/FXMenuCheck.h ../include/FXMenuRadio.h \
583	../include/FXMenuBar.h ../include/FXToolBar.h \
584	../include/FXDockBar.h ../include/FXOptionMenu.h \
585	../include/FXSwitcher.h ../include/FXTabBar.h \
586	../include/FXTabBook.h ../include/FXTabItem.h \
587	../include/FXScrollBar.h ../include/FXScrollArea.h \
588	../include/FXScrollWindow.h ../include/FXList.h \
589	../include/FXComboBox.h ../include/FXListBox.h \
590	../include/FXTreeList.h ../include/FXTreeListBox.h \
591	../include/FXFoldingList.h ../include/FXBitmapView.h \
592	../include/FXBitmapFrame.h ../include/FXImageView.h \
593	../include/FXImageFrame.h ../include/FXTable.h \
594	../include/FXDragCorner.h ../include/FXStatusBar.h \
595	../include/FXStatusLine.h ../include/FXChoiceBox.h \
596	../include/FXMessageBox.h ../include/FXDirList.h \
597	../include/FXSlider.h ../include/FXRealSlider.h \
598	../include/FXSplitter.h ../include/FX4Splitter.h \
599	../include/FXHeader.h ../include/FXShutter.h \
600	../include/FXIconList.h ../include/FXFileList.h \
601	../include/FXDirBox.h ../include/FXDriveBox.h \
602	../include/FXDirSelector.h ../include/FXDirDialog.h \
603	../include/FXFileSelector.h ../include/FXFileDialog.h \
604	../include/FXColorSelector.h ../include/FXColorDialog.h \
605	../include/FXFontSelector.h ../include/FXFontDialog.h \
606	../include/FXUndoList.h ../include/FXRex.h ../include/FXText.h \
607	../include/FXDataTarget.h ../include/FXProgressBar.h \
608	../include/FXReplaceDialog.h ../include/FXRuler.h \
609	../include/FXSearchDialog.h ../include/FXInputDialog.h \
610	../include/FXProgressDialog.h ../include/FXWizard.h \
611	../include/FXMDIButton.h ../include/FXMDIClient.h \
612	../include/FXMDIChild.h ../include/FXDocument.h \
613	../include/FXDockSite.h ../include/FXDockHandler.h \
614	../include/FXDockTitle.h ../include/FXToolBarGrip.h \
615	../include/FXToolBarShell.h ../include/FXToolBarTab.h \
616	../include/FXPrintDialog.h ../include/FXDebugTarget.h \
617	../include/FXSplashWindow.h HelpWindow.h
618icons.o: icons.cpp
619main.o: main.cpp ../include/fx.h ../include/fxver.h ../include/fxdefs.h \
620	../include/FXHash.h ../include/FXException.h \
621	../include/FXThread.h ../include/FXStream.h \
622	../include/FXFileStream.h ../include/FXMemoryStream.h \
623	../include/FXString.h ../include/FXSize.h ../include/FXPoint.h \
624	../include/FXRectangle.h ../include/FXObject.h \
625	../include/FXDelegator.h ../include/FXDict.h \
626	../include/FXFile.h ../include/FXURL.h \
627	../include/FXStringDict.h ../include/FXSettings.h \
628	../include/FXRegistry.h ../include/FXObjectList.h \
629	../include/FXAccelTable.h ../include/FXRecentFiles.h \
630	../include/FXApp.h ../include/FXId.h ../include/FXVisual.h \
631	../include/FXFont.h ../include/FXCursor.h \
632	../include/FXCURCursor.h ../include/FXGIFCursor.h \
633	../include/FXDrawable.h ../include/FXBitmap.h \
634	../include/FXImage.h ../include/FXIcon.h \
635	../include/FXGIFImage.h ../include/FXIFFImage.h \
636	../include/FXBMPImage.h ../include/FXICOImage.h \
637	../include/FXXBMImage.h ../include/FXXPMImage.h \
638	../include/FXPCXImage.h ../include/FXTGAImage.h \
639	../include/FXRGBImage.h ../include/FXPPMImage.h \
640	../include/FXRASImage.h ../include/FXGIFIcon.h \
641	../include/FXIFFIcon.h ../include/FXBMPIcon.h \
642	../include/FXICOIcon.h ../include/FXXBMIcon.h \
643	../include/FXXPMIcon.h ../include/FXPCXIcon.h \
644	../include/FXTGAIcon.h ../include/FXRGBIcon.h \
645	../include/FXPPMIcon.h ../include/FXRASIcon.h \
646	../include/FXRegion.h ../include/FXDC.h ../include/FXDCWindow.h \
647	../include/FXDCPrint.h ../include/FXIconSource.h \
648	../include/FXIconDict.h ../include/FXFileDict.h \
649	../include/FXWindow.h ../include/FXFrame.h \
650	../include/FXSeparator.h ../include/FXLabel.h \
651	../include/FX7Segment.h ../include/FXDial.h \
652	../include/FXColorBar.h ../include/FXColorWell.h \
653	../include/FXColorWheel.h ../include/FXTextField.h \
654	../include/FXButton.h ../include/FXPicker.h \
655	../include/FXToggleButton.h ../include/FXTriStateButton.h \
656	../include/FXCheckButton.h ../include/FXRadioButton.h \
657	../include/FXArrowButton.h ../include/FXMenuButton.h \
658	../include/FXComposite.h ../include/FXPacker.h \
659	../include/FXHorizontalFrame.h ../include/FXVerticalFrame.h \
660	../include/FXSpring.h ../include/FXMatrix.h \
661	../include/FXSpinner.h ../include/FXRealSpinner.h \
662	../include/FXRootWindow.h ../include/FXCanvas.h \
663	../include/FXGroupBox.h ../include/FXShell.h \
664	../include/FXToolTip.h ../include/FXPopup.h \
665	../include/FXTopWindow.h ../include/FXDialogBox.h \
666	../include/FXMainWindow.h ../include/FXMenuPane.h \
667	../include/FXScrollPane.h ../include/FXMenuCaption.h \
668	../include/FXMenuSeparator.h ../include/FXMenuTitle.h \
669	../include/FXMenuCascade.h ../include/FXMenuCommand.h \
670	../include/FXMenuCheck.h ../include/FXMenuRadio.h \
671	../include/FXMenuBar.h ../include/FXToolBar.h \
672	../include/FXDockBar.h ../include/FXOptionMenu.h \
673	../include/FXSwitcher.h ../include/FXTabBar.h \
674	../include/FXTabBook.h ../include/FXTabItem.h \
675	../include/FXScrollBar.h ../include/FXScrollArea.h \
676	../include/FXScrollWindow.h ../include/FXList.h \
677	../include/FXComboBox.h ../include/FXListBox.h \
678	../include/FXTreeList.h ../include/FXTreeListBox.h \
679	../include/FXFoldingList.h ../include/FXBitmapView.h \
680	../include/FXBitmapFrame.h ../include/FXImageView.h \
681	../include/FXImageFrame.h ../include/FXTable.h \
682	../include/FXDragCorner.h ../include/FXStatusBar.h \
683	../include/FXStatusLine.h ../include/FXChoiceBox.h \
684	../include/FXMessageBox.h ../include/FXDirList.h \
685	../include/FXSlider.h ../include/FXRealSlider.h \
686	../include/FXSplitter.h ../include/FX4Splitter.h \
687	../include/FXHeader.h ../include/FXShutter.h \
688	../include/FXIconList.h ../include/FXFileList.h \
689	../include/FXDirBox.h ../include/FXDriveBox.h \
690	../include/FXDirSelector.h ../include/FXDirDialog.h \
691	../include/FXFileSelector.h ../include/FXFileDialog.h \
692	../include/FXColorSelector.h ../include/FXColorDialog.h \
693	../include/FXFontSelector.h ../include/FXFontDialog.h \
694	../include/FXUndoList.h ../include/FXRex.h ../include/FXText.h \
695	../include/FXDataTarget.h ../include/FXProgressBar.h \
696	../include/FXReplaceDialog.h ../include/FXRuler.h \
697	../include/FXSearchDialog.h ../include/FXInputDialog.h \
698	../include/FXProgressDialog.h ../include/FXWizard.h \
699	../include/FXMDIButton.h ../include/FXMDIClient.h \
700	../include/FXMDIChild.h ../include/FXDocument.h \
701	../include/FXDockSite.h ../include/FXDockHandler.h \
702	../include/FXDockTitle.h ../include/FXToolBarGrip.h \
703	../include/FXToolBarShell.h ../include/FXToolBarTab.h \
704	../include/FXPrintDialog.h ../include/FXDebugTarget.h \
705	../include/FXSplashWindow.h ../include/fxkeys.h Calculator.h
706Preferences.o: Preferences.cpp ../include/fx.h ../include/fxver.h \
707	../include/fxdefs.h ../include/FXHash.h \
708	../include/FXException.h ../include/FXThread.h \
709	../include/FXStream.h ../include/FXFileStream.h \
710	../include/FXMemoryStream.h ../include/FXString.h \
711	../include/FXSize.h ../include/FXPoint.h \
712	../include/FXRectangle.h ../include/FXObject.h \
713	../include/FXDelegator.h ../include/FXDict.h \
714	../include/FXFile.h ../include/FXURL.h \
715	../include/FXStringDict.h ../include/FXSettings.h \
716	../include/FXRegistry.h ../include/FXObjectList.h \
717	../include/FXAccelTable.h ../include/FXRecentFiles.h \
718	../include/FXApp.h ../include/FXId.h ../include/FXVisual.h \
719	../include/FXFont.h ../include/FXCursor.h \
720	../include/FXCURCursor.h ../include/FXGIFCursor.h \
721	../include/FXDrawable.h ../include/FXBitmap.h \
722	../include/FXImage.h ../include/FXIcon.h \
723	../include/FXGIFImage.h ../include/FXIFFImage.h \
724	../include/FXBMPImage.h ../include/FXICOImage.h \
725	../include/FXXBMImage.h ../include/FXXPMImage.h \
726	../include/FXPCXImage.h ../include/FXTGAImage.h \
727	../include/FXRGBImage.h ../include/FXPPMImage.h \
728	../include/FXRASImage.h ../include/FXGIFIcon.h \
729	../include/FXIFFIcon.h ../include/FXBMPIcon.h \
730	../include/FXICOIcon.h ../include/FXXBMIcon.h \
731	../include/FXXPMIcon.h ../include/FXPCXIcon.h \
732	../include/FXTGAIcon.h ../include/FXRGBIcon.h \
733	../include/FXPPMIcon.h ../include/FXRASIcon.h \
734	../include/FXRegion.h ../include/FXDC.h ../include/FXDCWindow.h \
735	../include/FXDCPrint.h ../include/FXIconSource.h \
736	../include/FXIconDict.h ../include/FXFileDict.h \
737	../include/FXWindow.h ../include/FXFrame.h \
738	../include/FXSeparator.h ../include/FXLabel.h \
739	../include/FX7Segment.h ../include/FXDial.h \
740	../include/FXColorBar.h ../include/FXColorWell.h \
741	../include/FXColorWheel.h ../include/FXTextField.h \
742	../include/FXButton.h ../include/FXPicker.h \
743	../include/FXToggleButton.h ../include/FXTriStateButton.h \
744	../include/FXCheckButton.h ../include/FXRadioButton.h \
745	../include/FXArrowButton.h ../include/FXMenuButton.h \
746	../include/FXComposite.h ../include/FXPacker.h \
747	../include/FXHorizontalFrame.h ../include/FXVerticalFrame.h \
748	../include/FXSpring.h ../include/FXMatrix.h \
749	../include/FXSpinner.h ../include/FXRealSpinner.h \
750	../include/FXRootWindow.h ../include/FXCanvas.h \
751	../include/FXGroupBox.h ../include/FXShell.h \
752	../include/FXToolTip.h ../include/FXPopup.h \
753	../include/FXTopWindow.h ../include/FXDialogBox.h \
754	../include/FXMainWindow.h ../include/FXMenuPane.h \
755	../include/FXScrollPane.h ../include/FXMenuCaption.h \
756	../include/FXMenuSeparator.h ../include/FXMenuTitle.h \
757	../include/FXMenuCascade.h ../include/FXMenuCommand.h \
758	../include/FXMenuCheck.h ../include/FXMenuRadio.h \
759	../include/FXMenuBar.h ../include/FXToolBar.h \
760	../include/FXDockBar.h ../include/FXOptionMenu.h \
761	../include/FXSwitcher.h ../include/FXTabBar.h \
762	../include/FXTabBook.h ../include/FXTabItem.h \
763	../include/FXScrollBar.h ../include/FXScrollArea.h \
764	../include/FXScrollWindow.h ../include/FXList.h \
765	../include/FXComboBox.h ../include/FXListBox.h \
766	../include/FXTreeList.h ../include/FXTreeListBox.h \
767	../include/FXFoldingList.h ../include/FXBitmapView.h \
768	../include/FXBitmapFrame.h ../include/FXImageView.h \
769	../include/FXImageFrame.h ../include/FXTable.h \
770	../include/FXDragCorner.h ../include/FXStatusBar.h \
771	../include/FXStatusLine.h ../include/FXChoiceBox.h \
772	../include/FXMessageBox.h ../include/FXDirList.h \
773	../include/FXSlider.h ../include/FXRealSlider.h \
774	../include/FXSplitter.h ../include/FX4Splitter.h \
775	../include/FXHeader.h ../include/FXShutter.h \
776	../include/FXIconList.h ../include/FXFileList.h \
777	../include/FXDirBox.h ../include/FXDriveBox.h \
778	../include/FXDirSelector.h ../include/FXDirDialog.h \
779	../include/FXFileSelector.h ../include/FXFileDialog.h \
780	../include/FXColorSelector.h ../include/FXColorDialog.h \
781	../include/FXFontSelector.h ../include/FXFontDialog.h \
782	../include/FXUndoList.h ../include/FXRex.h ../include/FXText.h \
783	../include/FXDataTarget.h ../include/FXProgressBar.h \
784	../include/FXReplaceDialog.h ../include/FXRuler.h \
785	../include/FXSearchDialog.h ../include/FXInputDialog.h \
786	../include/FXProgressDialog.h ../include/FXWizard.h \
787	../include/FXMDIButton.h ../include/FXMDIClient.h \
788	../include/FXMDIChild.h ../include/FXDocument.h \
789	../include/FXDockSite.h ../include/FXDockHandler.h \
790	../include/FXDockTitle.h ../include/FXToolBarGrip.h \
791	../include/FXToolBarShell.h ../include/FXToolBarTab.h \
792	../include/FXPrintDialog.h ../include/FXDebugTarget.h \
793	../include/FXSplashWindow.h icons.h Preferences.h Calculator.h
794
795info-am:
796info: info-am
797dvi-am:
798dvi: dvi-am
799check-am: all-am
800check: check-am
801installcheck-am:
802installcheck: installcheck-am
803install-exec-am: install-binPROGRAMS
804install-exec: install-exec-am
805
806install-data-am: install-man
807install-data: install-data-am
808
809install-am: all-am
810	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
811install: install-am
812uninstall-am: uninstall-binPROGRAMS uninstall-man
813uninstall: uninstall-am
814all-am: Makefile $(PROGRAMS) $(MANS)
815all-redirect: all-am
816install-strip:
817	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
818installdirs:
819	$(mkinstalldirs)  $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1
820
821
822mostlyclean-generic:
823
824clean-generic:
825	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
826
827distclean-generic:
828	-rm -f Makefile $(CONFIG_CLEAN_FILES)
829	-rm -f config.cache config.log stamp-h stamp-h[0-9]*
830
831maintainer-clean-generic:
832mostlyclean-am:  mostlyclean-binPROGRAMS mostlyclean-compile \
833		mostlyclean-libtool mostlyclean-tags \
834		mostlyclean-generic
835
836mostlyclean: mostlyclean-am
837
838clean-am:  clean-binPROGRAMS clean-compile clean-libtool clean-tags \
839		clean-generic mostlyclean-am
840
841clean: clean-am
842
843distclean-am:  distclean-binPROGRAMS distclean-compile distclean-libtool \
844		distclean-tags distclean-generic clean-am
845	-rm -f libtool
846
847distclean: distclean-am
848
849maintainer-clean-am:  maintainer-clean-binPROGRAMS \
850		maintainer-clean-compile maintainer-clean-libtool \
851		maintainer-clean-tags maintainer-clean-generic \
852		distclean-am
853	@echo "This command is intended for maintainers to use;"
854	@echo "it deletes files that may require special tools to rebuild."
855
856maintainer-clean: maintainer-clean-am
857
858.PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
859maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
860mostlyclean-compile distclean-compile clean-compile \
861maintainer-clean-compile mostlyclean-libtool distclean-libtool \
862clean-libtool maintainer-clean-libtool install-man1 uninstall-man1 \
863install-man uninstall-man tags mostlyclean-tags distclean-tags \
864clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
865check-am installcheck-am installcheck install-exec-am install-exec \
866install-data-am install-data install-am install uninstall-am uninstall \
867all-redirect all-am all installdirs mostlyclean-generic \
868distclean-generic clean-generic maintainer-clean-generic clean \
869mostlyclean distclean maintainer-clean
870
871
872Calculator.cpp: icons.h icons.cpp
873
874icons.h: $(ICONS)
875	$(RESWRAP) -i -o icons.h $^
876
877icons.cpp: $(ICONS)
878	$(RESWRAP) -e -o icons.cpp $^
879
880# Tell versions [3.59,3.63) of GNU make to not export all variables.
881# Otherwise a system limit (for SysV at least) may be exceeded.
882.NOEXPORT:
883