# Makefile.in generated automatically by automake 1.4 from Makefile.am # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY, to the extent permitted by law; without # even the implied warranty of MERCHANTABILITY or FITNESS FOR A # PARTICULAR PURPOSE. SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ datadir = @datadir@ sysconfdir = @sysconfdir@ sharedstatedir = @sharedstatedir@ localstatedir = @localstatedir@ libdir = @libdir@ infodir = @infodir@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include DESTDIR = pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ top_builddir = ../../.. ACLOCAL = @ACLOCAL@ AUTOCONF = @AUTOCONF@ AUTOMAKE = @AUTOMAKE@ AUTOHEADER = @AUTOHEADER@ INSTALL = @INSTALL@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS) INSTALL_DATA = @INSTALL_DATA@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ transform = @program_transform_name@ NORMAL_INSTALL = : PRE_INSTALL = : POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : ARCH = @ARCH@ CC = @CC@ CPP = @CPP@ CXX = @CXX@ CXXCPP = @CXXCPP@ EXEEXT = @EXEEXT@ HAVE_CSH = @HAVE_CSH@ INSTALL_DX_CSH = @INSTALL_DX_CSH@ INSTALL_DX_EXE = @INSTALL_DX_EXE@ MAKEINFO = @MAKEINFO@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SHELL = @SHELL@ VERSION = @VERSION@ YACC = @YACC@ yakker = @yakker@ INCLUDES = -I../base -I../../../include -D@ARCH@ dxbindir = $(prefix)/dx/bin_@ARCH@ dxbin_PROGRAMS = prompter noinst_HEADERS = Browser.h BrowserCommand.h CDFChoice.h CommandTextPopup.h CommentDialog.h ConfirmedOpenCommand.h ConfirmedQCommand.h DXChoice.h DataFileDialog.h Field.h FileContents.h FilenameSelectDialog.h GARApplication.h GARChooserWindow.h GARCommand.h GARMainWindow.h GARNewCommand.h GridChoice.h HDFChoice.h ImageChoice.h ImportableChoice.h MsgDialog.h NetCDFChoice.h NoUndoChoiceCommand.h NoUndoChooserCommand.h NoUndoGARAppCommand.h NonimportableChoice.h OpenFileDialog.h QuitCommand.h RecordSeparator.h SADialog.h SearchDialog.h SpreadSheetChoice.h TypeChoice.h prompter_SOURCES = Browser.C BrowserCommand.C BuildTCDict.C CDFChoice.C CommandTextPopup.C CommentDialog.C ConfirmedOpenCommand.C ConfirmedQCommand.C DataFileDialog.C DXChoice.C Field.C FileContents.C FilenameSelectDialog.C GARApplication.C GARChooserWindow.C GARCommand.C GARMainWindow.C GARNewCommand.C GridChoice.C HDFChoice.C ImageChoice.C ImportableChoice.C MsgDialog.C NetCDFChoice.C NonimportableChoice.C NoUndoChoiceCommand.C NoUndoChooserCommand.C NoUndoGARAppCommand.C OpenFileDialog.C QuitCommand.C RecordSeparator.C SADialog.C SearchDialog.C SpreadSheetChoice.C TypeChoice.C Main.C prompter_LDADD = ../base/libBASE.a ../widgets/libWIDGETS.a ../dxl/libDXL.a -L/usr/X11R6/lib -L/usr/local/lib -L$(DXROOT)/lib_@ARCH@ -lm -lXm -lXmu -lXt -lX11 -lXext EXTRA_DIST = col_insens.bm col_sens.bm grid1.bm grid2.bm grid3.bm grid4.bm row_insens.bm row_sens.bm series1.bm series1_insens.bm series2.bm series2_insens.bm vector1.bm vector1_insens.bm vector2.bm vector2_insens.bm mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../../../include/dxconfig.h CONFIG_CLEAN_FILES = PROGRAMS = $(dxbin_PROGRAMS) DEFS = @DEFS@ -I. -I$(srcdir) -I../../../include CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ prompter_OBJECTS = Browser.o BrowserCommand.o BuildTCDict.o CDFChoice.o \ CommandTextPopup.o CommentDialog.o ConfirmedOpenCommand.o \ ConfirmedQCommand.o DataFileDialog.o DXChoice.o Field.o FileContents.o \ FilenameSelectDialog.o GARApplication.o GARChooserWindow.o GARCommand.o \ GARMainWindow.o GARNewCommand.o GridChoice.o HDFChoice.o ImageChoice.o \ ImportableChoice.o MsgDialog.o NetCDFChoice.o NonimportableChoice.o \ NoUndoChoiceCommand.o NoUndoChooserCommand.o NoUndoGARAppCommand.o \ OpenFileDialog.o QuitCommand.o RecordSeparator.o SADialog.o \ SearchDialog.o SpreadSheetChoice.o TypeChoice.o Main.o prompter_DEPENDENCIES = ../base/libBASE.a ../widgets/libWIDGETS.a \ ../dxl/libDXL.a prompter_LDFLAGS = CXXFLAGS = @CXXFLAGS@ CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) CXXLD = $(CXX) CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@ HEADERS = $(noinst_HEADERS) DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) TAR = tar GZIP_ENV = --best SOURCES = $(prompter_SOURCES) OBJECTS = $(prompter_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .C .S .c .o .s $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/ui++/prompter/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status mostlyclean-dxbinPROGRAMS: clean-dxbinPROGRAMS: -test -z "$(dxbin_PROGRAMS)" || rm -f $(dxbin_PROGRAMS) distclean-dxbinPROGRAMS: maintainer-clean-dxbinPROGRAMS: install-dxbinPROGRAMS: $(dxbin_PROGRAMS) @$(NORMAL_INSTALL) $(mkinstalldirs) $(DESTDIR)$(dxbindir) @list='$(dxbin_PROGRAMS)'; for p in $$list; do \ if test -f $$p; then \ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(dxbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(dxbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ else :; fi; \ done uninstall-dxbinPROGRAMS: @$(NORMAL_UNINSTALL) list='$(dxbin_PROGRAMS)'; for p in $$list; do \ rm -f $(DESTDIR)$(dxbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ done .c.o: $(COMPILE) -c $< .s.o: $(COMPILE) -c $< .S.o: $(COMPILE) -c $< mostlyclean-compile: -rm -f *.o core *.core clean-compile: distclean-compile: -rm -f *.tab.c maintainer-clean-compile: prompter: $(prompter_OBJECTS) $(prompter_DEPENDENCIES) @rm -f prompter $(CXXLINK) $(prompter_LDFLAGS) $(prompter_OBJECTS) $(prompter_LDADD) $(LIBS) .C.o: $(CXXCOMPILE) -c $< tags: TAGS ID: $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ here=`pwd` && cd $(srcdir) \ && mkid -f$$here/ID $$unique $(LISP) TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) tags=; \ here=`pwd`; \ list='$(SOURCES) $(HEADERS)'; \ unique=`for i in $$list; do echo $$i; done | \ awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) mostlyclean-tags: clean-tags: distclean-tags: -rm -f TAGS ID maintainer-clean-tags: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = src/ui++/prompter distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done Browser.o: Browser.C ../../../include/dxconfig.h Browser.h \ ../base/defines.h ../base/UIConfig.h ../base/IBMMainWindow.h \ ../base/MainWindow.h ../base/UIComponent.h ../base/Base.h \ ../base/Client.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/CommandInterface.h BrowserCommand.h \ ../base/NoUndoCommand.h ../base/Command.h ../base/Server.h \ ../base/List.h SearchDialog.h ../base/Dialog.h \ ../base/IBMApplication.h ../base/Application.h \ ../base/WarningDialogManager.h ../base/DialogManager.h \ ../base/ButtonInterface.h ../base/Strings.h BrowserCommand.o: BrowserCommand.C ../../../include/dxconfig.h \ ../base/NoUndoCommand.h ../base/defines.h ../base/UIConfig.h \ ../base/Command.h ../base/Server.h ../base/Base.h \ ../base/SymbolManager.h ../base/StringTable.h ../base/List.h \ BrowserCommand.h Browser.h ../base/IBMMainWindow.h \ ../base/MainWindow.h ../base/UIComponent.h ../base/Client.h \ ../base/CommandInterface.h SearchDialog.h ../base/Dialog.h \ GARApplication.h ../base/IBMApplication.h ../base/Application.h \ ../base/ButtonInterface.h BuildTCDict.o: BuildTCDict.C ../../../include/dxconfig.h \ SpreadSheetChoice.h NonimportableChoice.h TypeChoice.h \ ../base/UIComponent.h ../base/defines.h ../base/UIConfig.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h DXChoice.h ImportableChoice.h \ GridChoice.h CDFChoice.h NetCDFChoice.h HDFChoice.h \ ImageChoice.h ../base/Dictionary.h ../base/List.h CDFChoice.o: CDFChoice.C ../../../include/dxconfig.h CDFChoice.h \ ImportableChoice.h TypeChoice.h ../base/UIComponent.h \ ../base/defines.h ../base/UIConfig.h ../base/Base.h \ ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h GARApplication.h ../base/MainWindow.h \ ../base/Client.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h ../base/Server.h ../base/List.h CommandTextPopup.o: CommandTextPopup.C ../../../include/dxconfig.h \ CommandTextPopup.h ../base/defines.h ../base/UIConfig.h \ ../base/TextPopup.h ../base/UIComponent.h ../base/Base.h \ ../base/Command.h ../base/Server.h ../base/SymbolManager.h \ ../base/StringTable.h ../base/List.h GARChooserWindow.h \ ../base/IBMMainWindow.h ../base/MainWindow.h ../base/Client.h \ ../../../include/dxl.h ../base/Strings.h GARApplication.h \ ../base/Dialog.h ../base/IBMApplication.h ../base/Application.h \ ../base/ListIterator.h CommentDialog.o: CommentDialog.C ../../../include/dxconfig.h \ ../base/UIConfig.h ../base/defines.h ../base/Application.h \ ../base/UIComponent.h ../base/Base.h ../base/Server.h \ ../base/SymbolManager.h ../base/StringTable.h ../base/List.h \ CommentDialog.h GARMainWindow.h ../base/lex.h ../base/Strings.h \ ../base/Command.h ../base/IBMMainWindow.h ../base/MainWindow.h \ ../base/Client.h Field.h RecordSeparator.h \ ../base/TextEditDialog.h ../base/Dialog.h ConfirmedOpenCommand.o: ConfirmedOpenCommand.C \ ../../../include/dxconfig.h ConfirmedOpenCommand.h \ ../base/defines.h ../base/UIConfig.h \ ../base/OptionalPreActionCommand.h ../base/PreActionCommand.h \ ../base/NoUndoCommand.h ../base/Command.h ../base/Server.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/List.h GARApplication.h ../base/MainWindow.h \ ../base/UIComponent.h ../base/Client.h ../base/Dialog.h \ ../base/IBMApplication.h ../base/Application.h GARMainWindow.h \ ../base/lex.h ../base/Strings.h ../base/IBMMainWindow.h Field.h \ RecordSeparator.h ConfirmedQCommand.o: ConfirmedQCommand.C ../../../include/dxconfig.h \ ConfirmedQCommand.h ../base/defines.h ../base/UIConfig.h \ ../base/OptionalPreActionCommand.h ../base/PreActionCommand.h \ ../base/NoUndoCommand.h ../base/Command.h ../base/Server.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/List.h GARApplication.h ../base/MainWindow.h \ ../base/UIComponent.h ../base/Client.h ../base/Dialog.h \ ../base/IBMApplication.h ../base/Application.h GARMainWindow.h \ ../base/lex.h ../base/Strings.h ../base/IBMMainWindow.h Field.h \ RecordSeparator.h ../base/QuitCommand.h \ ../base/ConfirmedCommand.h DXChoice.o: DXChoice.C ../../../include/dxconfig.h DXChoice.h \ ImportableChoice.h TypeChoice.h ../base/UIComponent.h \ ../base/defines.h ../base/UIConfig.h ../base/Base.h \ ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h GARApplication.h ../base/MainWindow.h \ ../base/Client.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h ../base/Server.h ../base/List.h DataFileDialog.o: DataFileDialog.C ../../../include/dxconfig.h \ DataFileDialog.h ../base/FileDialog.h ../base/defines.h \ ../base/UIConfig.h ../base/Dialog.h ../base/UIComponent.h \ ../base/Base.h ../base/Application.h ../base/Server.h \ ../base/SymbolManager.h ../base/StringTable.h ../base/List.h \ GARChooserWindow.h ../base/IBMMainWindow.h ../base/MainWindow.h \ ../base/Client.h ../../../include/dxl.h Field.o: Field.C ../../../include/dxconfig.h Field.h ../base/defines.h \ ../base/UIConfig.h ../base/Base.h ../base/Strings.h FileContents.o: FileContents.C ../../../include/dxconfig.h \ FileContents.h ../base/defines.h ../base/UIConfig.h \ ../base/Strings.h ../base/IBMApplication.h \ ../base/Application.h ../base/UIComponent.h ../base/Base.h \ ../base/Server.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/List.h ../base/ListIterator.h FilenameSelectDialog.o: FilenameSelectDialog.C \ ../../../include/dxconfig.h ../base/defines.h \ ../base/UIConfig.h ../base/Strings.h FilenameSelectDialog.h \ ../base/FileDialog.h ../base/Dialog.h ../base/UIComponent.h \ ../base/Base.h GARMainWindow.h ../base/lex.h ../base/Command.h \ ../base/Server.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/List.h ../base/IBMMainWindow.h ../base/MainWindow.h \ ../base/Client.h Field.h RecordSeparator.h \ ../base/Application.h GARApplication.o: GARApplication.C ../../../include/dxconfig.h \ ../base/defines.h ../base/UIConfig.h ../base/TimedMessage.h \ ../base/TimedDialog.h ../base/Dialog.h ../base/UIComponent.h \ ../base/Base.h ../base/Strings.h ../base/MainWindow.h \ ../base/Client.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/WarningDialogManager.h ../base/DialogManager.h \ ../base/HelpWin.h ../base/Dictionary.h ../base/List.h \ GARApplication.h ../base/IBMApplication.h ../base/Application.h \ ../base/Server.h GARMainWindow.h ../base/lex.h \ ../base/Command.h ../base/IBMMainWindow.h Field.h \ RecordSeparator.h GARChooserWindow.h ../../../include/dxl.h \ ../base/ListIterator.h ../base/CommandScope.h \ NoUndoGARAppCommand.h ../base/NoUndoCommand.h \ ../widgets/Number.h ../widgets/XmDX.h ../widgets/FFloat.h GARChooserWindow.o: GARChooserWindow.C ../../../include/dxconfig.h \ ../../../include/dxl.h ../base/XmUtility.h ../base/defines.h \ ../base/UIConfig.h ../widgets/Stepper.h ../widgets/XmDX.h \ ../widgets/Number.h ../widgets/FFloat.h ../base/ListIterator.h \ ../base/Base.h ../base/Dictionary.h ../base/SymbolManager.h \ ../base/StringTable.h ../base/List.h FileContents.h \ ../base/Strings.h CommandTextPopup.h ../base/TextPopup.h \ ../base/UIComponent.h GARChooserWindow.h \ ../base/IBMMainWindow.h ../base/MainWindow.h ../base/Client.h \ GARApplication.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h ../base/Server.h GARMainWindow.h \ ../base/lex.h ../base/Command.h Field.h RecordSeparator.h \ ../base/ToggleButtonInterface.h ../base/CommandInterface.h \ ../base/ButtonInterface.h NoUndoChooserCommand.h \ ../base/NoUndoCommand.h QuitCommand.h \ ../base/ConfirmedCommand.h ../base/WarningDialogManager.h \ ../base/DialogManager.h TypeChoice.h ConfirmedQCommand.h \ ../base/OptionalPreActionCommand.h ../base/PreActionCommand.h \ DataFileDialog.h ../base/FileDialog.h GARCommand.o: GARCommand.C ../../../include/dxconfig.h \ ../base/NoUndoCommand.h ../base/defines.h ../base/UIConfig.h \ ../base/Command.h ../base/Server.h ../base/Base.h \ ../base/SymbolManager.h ../base/StringTable.h ../base/List.h \ GARApplication.h ../base/MainWindow.h ../base/UIComponent.h \ ../base/Client.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h GARCommand.h GARMainWindow.h \ ../base/lex.h ../base/Strings.h ../base/IBMMainWindow.h Field.h \ RecordSeparator.h ../base/ButtonInterface.h \ ../base/CommandInterface.h OpenFileDialog.h \ ../base/FileDialog.h SADialog.h ../base/SaveFileDialog.h \ CommentDialog.h ../base/TextEditDialog.h \ ../base/WarningDialogManager.h ../base/DialogManager.h GARMainWindow.o: GARMainWindow.C ../../../include/dxconfig.h \ GARMainWindow.h ../base/lex.h ../base/defines.h \ ../base/UIConfig.h ../base/Strings.h ../base/Command.h \ ../base/Server.h ../base/Base.h ../base/SymbolManager.h \ ../base/StringTable.h ../base/List.h ../base/IBMMainWindow.h \ ../base/MainWindow.h ../base/UIComponent.h ../base/Client.h \ Field.h RecordSeparator.h GARChooserWindow.h \ ../../../include/dxl.h CommandTextPopup.h ../base/TextPopup.h \ GARApplication.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h GARCommand.h ../base/NoUndoCommand.h \ GARNewCommand.h ../base/OptionalPreActionCommand.h \ ../base/PreActionCommand.h FilenameSelectDialog.h \ ../base/FileDialog.h OpenFileDialog.h SADialog.h \ ../base/SaveFileDialog.h ConfirmedOpenCommand.h Browser.h \ ../base/CommandInterface.h BrowserCommand.h SearchDialog.h \ CommentDialog.h ../base/TextEditDialog.h \ ../base/WarningDialogManager.h ../base/DialogManager.h \ ../base/ErrorDialogManager.h ../base/ButtonInterface.h \ ../base/CommandScope.h row_sens.bm col_sens.bm row_insens.bm \ col_insens.bm vector1.bm vector2.bm series1.bm series2.bm \ vector1_insens.bm vector2_insens.bm series1_insens.bm \ series2_insens.bm GARNewCommand.o: GARNewCommand.C ../../../include/dxconfig.h \ ../base/UIConfig.h ../base/defines.h GARNewCommand.h \ ../base/OptionalPreActionCommand.h ../base/PreActionCommand.h \ ../base/NoUndoCommand.h ../base/Command.h ../base/Server.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/List.h GARMainWindow.h ../base/lex.h ../base/Strings.h \ ../base/IBMMainWindow.h ../base/MainWindow.h \ ../base/UIComponent.h ../base/Client.h Field.h \ RecordSeparator.h GARApplication.h ../base/Dialog.h \ ../base/IBMApplication.h ../base/Application.h GridChoice.o: GridChoice.C ../../../include/dxconfig.h GridChoice.h \ NonimportableChoice.h TypeChoice.h ../base/UIComponent.h \ ../base/defines.h ../base/UIConfig.h ../base/Base.h \ ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h GARApplication.h ../base/MainWindow.h \ ../base/Client.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h ../base/Server.h ../base/List.h \ ../base/ToggleButtonInterface.h ../base/CommandInterface.h \ NoUndoChoiceCommand.h ../base/NoUndoCommand.h ../base/Command.h \ GARChooserWindow.h ../base/IBMMainWindow.h GARMainWindow.h \ ../base/lex.h ../base/Strings.h Field.h RecordSeparator.h \ ../base/WarningDialogManager.h ../base/DialogManager.h \ ../base/ErrorDialogManager.h ../widgets/Stepper.h \ ../widgets/XmDX.h ../widgets/Number.h ../widgets/FFloat.h \ grid1.bm grid2.bm grid3.bm grid4.bm HDFChoice.o: HDFChoice.C ../../../include/dxconfig.h HDFChoice.h \ ImportableChoice.h TypeChoice.h ../base/UIComponent.h \ ../base/defines.h ../base/UIConfig.h ../base/Base.h \ ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h GARApplication.h ../base/MainWindow.h \ ../base/Client.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h ../base/Server.h ../base/List.h ImageChoice.o: ImageChoice.C ../../../include/dxconfig.h ImageChoice.h \ NonimportableChoice.h TypeChoice.h ../base/UIComponent.h \ ../base/defines.h ../base/UIConfig.h ../base/Base.h \ ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h GARChooserWindow.h \ ../base/IBMMainWindow.h ../base/MainWindow.h ../base/Client.h \ ../base/Strings.h ../base/XmUtility.h \ ../base/WarningDialogManager.h ../base/DialogManager.h \ GARApplication.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h ../base/Server.h ../base/List.h \ ../widgets/Number.h ../widgets/XmDX.h ../widgets/FFloat.h ImportableChoice.o: ImportableChoice.C ../../../include/dxconfig.h \ ImportableChoice.h TypeChoice.h ../base/UIComponent.h \ ../base/defines.h ../base/UIConfig.h ../base/Base.h \ ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h GARApplication.h ../base/MainWindow.h \ ../base/Client.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h ../base/Server.h ../base/List.h \ GARChooserWindow.h ../base/IBMMainWindow.h \ ../base/ToggleButtonInterface.h ../base/CommandInterface.h \ ../base/Command.h ../base/WarningDialogManager.h \ ../base/DialogManager.h ../base/Strings.h Main.o: Main.C ../../../include/dxconfig.h ../base/defines.h \ ../base/UIConfig.h GARApplication.h ../base/MainWindow.h \ ../base/UIComponent.h ../base/Base.h ../base/Client.h \ ../base/SymbolManager.h ../base/StringTable.h ../base/Dialog.h \ ../base/IBMApplication.h ../base/Application.h ../base/Server.h \ ../base/List.h MsgDialog.o: MsgDialog.C ../../../include/dxconfig.h ../base/UIConfig.h \ ../base/defines.h ../base/Application.h ../base/UIComponent.h \ ../base/Base.h ../base/Server.h ../base/SymbolManager.h \ ../base/StringTable.h ../base/List.h MsgDialog.h \ ../base/Dialog.h ../base/ListIterator.h NetCDFChoice.o: NetCDFChoice.C ../../../include/dxconfig.h \ NetCDFChoice.h ImportableChoice.h TypeChoice.h \ ../base/UIComponent.h ../base/defines.h ../base/UIConfig.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h GARApplication.h ../base/MainWindow.h \ ../base/Client.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h ../base/Server.h ../base/List.h NoUndoChoiceCommand.o: NoUndoChoiceCommand.C ../../../include/dxconfig.h \ ../base/defines.h ../base/UIConfig.h NoUndoChoiceCommand.h \ ../base/NoUndoCommand.h ../base/Command.h ../base/Server.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/List.h TypeChoice.h ../base/UIComponent.h \ ../../../include/dxl.h GridChoice.h NonimportableChoice.h \ SpreadSheetChoice.h NoUndoChooserCommand.o: NoUndoChooserCommand.C \ ../../../include/dxconfig.h ../base/defines.h \ ../base/UIConfig.h NoUndoChooserCommand.h \ ../base/NoUndoCommand.h ../base/Command.h ../base/Server.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/List.h GARChooserWindow.h ../base/IBMMainWindow.h \ ../base/MainWindow.h ../base/UIComponent.h ../base/Client.h \ ../../../include/dxl.h NoUndoGARAppCommand.o: NoUndoGARAppCommand.C ../../../include/dxconfig.h \ ../base/defines.h ../base/UIConfig.h NoUndoGARAppCommand.h \ ../base/NoUndoCommand.h ../base/Command.h ../base/Server.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/List.h GARApplication.h ../base/MainWindow.h \ ../base/UIComponent.h ../base/Client.h ../base/Dialog.h \ ../base/IBMApplication.h ../base/Application.h NonimportableChoice.o: NonimportableChoice.C ../../../include/dxconfig.h \ NonimportableChoice.h TypeChoice.h ../base/UIComponent.h \ ../base/defines.h ../base/UIConfig.h ../base/Base.h \ ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h ../base/ButtonInterface.h \ ../base/CommandInterface.h ../base/Client.h OpenFileDialog.o: OpenFileDialog.C ../../../include/dxconfig.h \ ../base/defines.h ../base/UIConfig.h ../base/Strings.h \ OpenFileDialog.h ../base/FileDialog.h ../base/Dialog.h \ ../base/UIComponent.h ../base/Base.h GARMainWindow.h \ ../base/lex.h ../base/Command.h ../base/Server.h \ ../base/SymbolManager.h ../base/StringTable.h ../base/List.h \ ../base/IBMMainWindow.h ../base/MainWindow.h ../base/Client.h \ Field.h RecordSeparator.h ../base/Application.h \ ../base/WarningDialogManager.h ../base/DialogManager.h \ GARApplication.h ../base/IBMApplication.h QuitCommand.o: QuitCommand.C ../../../include/dxconfig.h QuitCommand.h \ ../base/defines.h ../base/UIConfig.h ../base/ConfirmedCommand.h \ ../base/NoUndoCommand.h ../base/Command.h ../base/Server.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../base/List.h ../base/Application.h ../base/UIComponent.h \ FileContents.h ../base/Strings.h RecordSeparator.o: RecordSeparator.C ../../../include/dxconfig.h \ RecordSeparator.h ../base/defines.h ../base/UIConfig.h \ ../base/Base.h ../base/Strings.h SADialog.o: SADialog.C ../../../include/dxconfig.h ../base/defines.h \ ../base/UIConfig.h ../base/Strings.h SADialog.h \ ../base/SaveFileDialog.h ../base/FileDialog.h ../base/Dialog.h \ ../base/UIComponent.h ../base/Base.h GARNewCommand.h \ ../base/OptionalPreActionCommand.h ../base/PreActionCommand.h \ ../base/NoUndoCommand.h ../base/Command.h ../base/Server.h \ ../base/SymbolManager.h ../base/StringTable.h ../base/List.h \ GARMainWindow.h ../base/lex.h ../base/IBMMainWindow.h \ ../base/MainWindow.h ../base/Client.h Field.h RecordSeparator.h \ ../base/Application.h SearchDialog.o: SearchDialog.C ../../../include/dxconfig.h \ ../base/defines.h ../base/UIConfig.h ../base/Strings.h \ SearchDialog.h ../base/Dialog.h ../base/UIComponent.h \ ../base/Base.h Browser.h ../base/IBMMainWindow.h \ ../base/MainWindow.h ../base/Client.h ../base/SymbolManager.h \ ../base/StringTable.h ../base/CommandInterface.h \ BrowserCommand.h ../base/NoUndoCommand.h ../base/Command.h \ ../base/Server.h ../base/List.h SpreadSheetChoice.o: SpreadSheetChoice.C ../../../include/dxconfig.h \ SpreadSheetChoice.h NonimportableChoice.h TypeChoice.h \ ../base/UIComponent.h ../base/defines.h ../base/UIConfig.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h GARApplication.h ../base/MainWindow.h \ ../base/Client.h ../base/Dialog.h ../base/IBMApplication.h \ ../base/Application.h ../base/Server.h ../base/List.h \ NoUndoChoiceCommand.h ../base/NoUndoCommand.h ../base/Command.h \ ../base/ToggleButtonInterface.h ../base/CommandInterface.h \ GARChooserWindow.h ../base/IBMMainWindow.h ../base/Strings.h \ ../base/XmUtility.h ../base/DXValue.h ../base/DXType.h \ ../base/DXTensor.h ../base/WarningDialogManager.h \ ../base/DialogManager.h ../base/ButtonInterface.h \ ../widgets/Number.h ../widgets/XmDX.h ../widgets/FFloat.h TypeChoice.o: TypeChoice.C ../../../include/dxconfig.h TypeChoice.h \ ../base/UIComponent.h ../base/defines.h ../base/UIConfig.h \ ../base/Base.h ../base/SymbolManager.h ../base/StringTable.h \ ../../../include/dxl.h GARChooserWindow.h \ ../base/IBMMainWindow.h ../base/MainWindow.h ../base/Client.h \ GARMainWindow.h ../base/lex.h ../base/Strings.h \ ../base/Command.h ../base/Server.h ../base/List.h Field.h \ RecordSeparator.h GARApplication.h ../base/Dialog.h \ ../base/IBMApplication.h ../base/Application.h \ NoUndoChoiceCommand.h ../base/NoUndoCommand.h \ ../base/ButtonInterface.h ../base/CommandInterface.h \ ../base/ToggleButtonInterface.h ../base/WarningDialogManager.h \ ../base/DialogManager.h MsgDialog.h info-am: info: info-am dvi-am: dvi: dvi-am check-am: all-am check: check-am installcheck-am: installcheck: installcheck-am install-exec-am: install-exec: install-exec-am install-data-am: install-dxbinPROGRAMS install-data: install-data-am install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am install: install-am uninstall-am: uninstall-dxbinPROGRAMS uninstall: uninstall-am all-am: Makefile $(PROGRAMS) $(HEADERS) all-redirect: all-am install-strip: $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install installdirs: $(mkinstalldirs) $(DESTDIR)$(dxbindir) mostlyclean-generic: clean-generic: distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) -rm -f config.cache config.log stamp-h stamp-h[0-9]* maintainer-clean-generic: mostlyclean-am: mostlyclean-dxbinPROGRAMS mostlyclean-compile \ mostlyclean-tags mostlyclean-generic mostlyclean: mostlyclean-am clean-am: clean-dxbinPROGRAMS clean-compile clean-tags clean-generic \ mostlyclean-am clean: clean-am distclean-am: distclean-dxbinPROGRAMS distclean-compile distclean-tags \ distclean-generic clean-am distclean: distclean-am maintainer-clean-am: maintainer-clean-dxbinPROGRAMS \ maintainer-clean-compile maintainer-clean-tags \ maintainer-clean-generic distclean-am @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." maintainer-clean: maintainer-clean-am .PHONY: mostlyclean-dxbinPROGRAMS distclean-dxbinPROGRAMS \ clean-dxbinPROGRAMS maintainer-clean-dxbinPROGRAMS \ uninstall-dxbinPROGRAMS install-dxbinPROGRAMS mostlyclean-compile \ distclean-compile clean-compile maintainer-clean-compile tags \ mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \ distdir info-am info dvi-am dvi check check-am installcheck-am \ installcheck install-exec-am install-exec install-data-am install-data \ install-am install uninstall-am uninstall all-redirect all-am all \ installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: