--- sun2.4/opNote/Makefile 1999/08/13 17:48:18 1.2 +++ sun2.4/opNote/Makefile 1999/08/26 21:10:10 1.5 @@ -5,7 +5,6 @@ CODEBASEPATH = /tools/codebase63/source TOP=../../.. -DEPEND = $(TOP)/share/bin/sun2.4/EPICSmakedepend LIBPATH = ../bin SRCPATH=$(TOP)/share/src OPNOTEPATH=$(SRCPATH)/opNote @@ -66,7 +65,7 @@ SERVEROBJS=opNoteDbServer.o \ opNoteDb.o -all: opNote opNoteDbServer opNote.vr +all: depend opNote opNoteDbServer opNote.vr opNote: $(OPNOTEOBJS) ../servers/client.o $(LIBS) $(CPLUSPLUS) -o opNote $(OPNOTEOBJS) ../servers/client.o $(LIBS) \ @@ -130,6 +129,7 @@ install: cp -p opNote ../bin cp -p opNoteDbServer ../bin + chmod +w opNote.vr cp -p opNote.vr ../bin clean: @@ -138,1179 +138,13 @@ $(RM) opNote $(RM) opNoteDbServer $(RM) opNote.vr + $(RM) Makefile.depend + +depend: Makefile.depend + +Makefile.depend: $(SRCS) Makefile + $(RM) Makefile.depend + gcc -M $(ALLDEFINES) $(SRCS) > Makefile.depend + +include Makefile.depend -# -# Uses EPICSmakedepend to create dependencies -# - -depend:: - $(DEPEND) -s "#DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS) - -#DO NOT DELETE -#DO NOT DELETE - -opno.o: ../../../share/src/opNote/opno.cxx \ - /tools/galaxy/galaxycxx/include/vname.h \ - /tools/galaxy/galaxycxx/include/vport.h \ - /tools/galaxy/galaxycxx/include/vportenv.h \ - /tools/galaxy/galaxycxx/include/vhdrdefs.h \ - /tools/galaxy/galaxycxx/include/vhdrmode.h \ - /tools/galaxy/galaxycxx/include/vstdio.h \ - /tools/galaxy/galaxycxx/include/vstddef.h /usr/include/stddef.h \ - /tools/galaxy/galaxycxx/include/vstdarg.h /usr/include/stdarg.h \ - /usr/include/sys/va_list.h /usr/include/stdio.h \ - /usr/include/sys/feature_tests.h \ - /tools/galaxy/galaxycxx/include/vdebug.h \ - /tools/galaxy/galaxycxx/include/vstd.h \ - /tools/galaxy/galaxycxx/include/viter.h \ - /tools/galaxy/galaxycxx/include/vmem.h \ - /tools/galaxy/galaxycxx/include/vstring.h /usr/include/string.h \ - /tools/galaxy/galaxycxx/include/vex.h \ - /tools/galaxy/galaxycxx/include/vsetjmp.h /usr/include/setjmp.h \ - /tools/galaxy/galaxycxx/include/vex_c.h \ - /tools/galaxy/galaxycxx/include/vmem_c.h \ - /tools/galaxy/galaxycxx/include/vscribe.h \ - /tools/galaxy/galaxycxx/include/vscribe_c.h \ - /tools/galaxy/galaxycxx/include/vchar.h \ - /tools/galaxy/galaxycxx/include/vctype.h /usr/include/ctype.h \ - /tools/galaxy/galaxycxx/include/vchar_c.h \ - /tools/galaxy/galaxycxx/include/vname_c.h \ - ../../../share/src/opNote/opno.h -opNote.o: ../../../share/src/opNote/opNote.cxx \ - /tools/galaxy/galaxycxx/include/vport.h \ - /tools/galaxy/galaxycxx/include/vportenv.h \ - /tools/galaxy/galaxycxx/include/vhdrdefs.h \ - /tools/galaxy/galaxycxx/include/vhdrmode.h \ - /tools/galaxy/galaxycxx/include/vstdlib.h \ - /tools/galaxy/galaxycxx/include/vstddef.h /usr/include/stddef.h \ - /tools/galaxy/galaxycxx/include/vmath.h /usr/include/math.h \ - /tools/galaxy/galaxycxx/include/vunistd.h \ - /tools/galaxy/galaxycxx/include/vsystypes.h /usr/include/sys/types.h \ - /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h \ - /usr/include/sys/machtypes.h /usr/include/sys/int_types.h \ - /usr/include/sys/select.h /usr/include/sys/time.h /usr/include/time.h \ - /tools/galaxy/galaxycxx/include/vsysfile.h /usr/include/sys/file.h \ - /usr/include/sys/t_lock.h /usr/include/sys/machlock.h \ - /usr/include/sys/sleepq.h /usr/include/sys/turnstile.h \ - /usr/include/sys/param.h /usr/include/sys/unistd.h \ - /usr/include/sys/pirec.h /usr/include/sys/mutex.h \ - /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h \ - /usr/include/sys/condvar.h /tools/galaxy/galaxycxx/include/vsysstat.h \ - /usr/include/sys/stat.h /tools/galaxy/galaxycxx/include/vlibc.h \ - /usr/include/unistd.h /usr/include/sys/ioctl.h \ - /usr/include/sys/termio.h /usr/include/sys/termios.h \ - /usr/include/sys/ttydev.h /usr/include/sys/filio.h \ - /usr/include/sys/ioccom.h /usr/include/stdlib.h \ - /tools/galaxy/galaxycxx/include/vkind.h \ - /tools/galaxy/galaxycxx/include/vstd.h \ - /tools/galaxy/galaxycxx/include/viter.h \ - /tools/galaxy/galaxycxx/include/vex.h \ - /tools/galaxy/galaxycxx/include/vstdarg.h /usr/include/stdarg.h \ - /usr/include/sys/va_list.h /tools/galaxy/galaxycxx/include/vstdio.h \ - /usr/include/stdio.h /tools/galaxy/galaxycxx/include/vsetjmp.h \ - /usr/include/setjmp.h /tools/galaxy/galaxycxx/include/vdebug.h \ - /tools/galaxy/galaxycxx/include/vex_c.h \ - /tools/galaxy/galaxycxx/include/vevent.h \ - /tools/galaxy/galaxycxx/include/vtimestamp.h \ - /tools/galaxy/galaxycxx/include/vlonglong.h \ - /tools/galaxy/galaxycxx/include/vlonglong_c.h \ - /tools/galaxy/galaxycxx/include/vtimestamp_c.h \ - /tools/galaxy/galaxycxx/include/vkey.h \ - /tools/galaxy/galaxycxx/include/vchar.h \ - /tools/galaxy/galaxycxx/include/vctype.h /usr/include/ctype.h \ - /tools/galaxy/galaxycxx/include/vstring.h /usr/include/string.h \ - /tools/galaxy/galaxycxx/include/vmem.h \ - /tools/galaxy/galaxycxx/include/vmem_c.h \ - /tools/galaxy/galaxycxx/include/vscribe.h \ - /tools/galaxy/galaxycxx/include/vscribe_c.h \ - /tools/galaxy/galaxycxx/include/vchar_c.h \ - /tools/galaxy/galaxycxx/include/vkey_c.h \ - /tools/galaxy/galaxycxx/include/vname.h \ - /tools/galaxy/galaxycxx/include/vname_c.h \ - /tools/galaxy/galaxycxx/include/vevent_c.h \ - /tools/galaxy/galaxycxx/include/vloadable.h \ - /tools/galaxy/galaxycxx/include/vresource.h \ - /tools/galaxy/galaxycxx/include/vfixed.h \ - /tools/galaxy/galaxycxx/include/vlimits.h /usr/include/limits.h \ - /tools/galaxy/galaxycxx/include/vsysparam.h \ - /tools/galaxy/galaxycxx/include/vdirent.h /usr/include/dirent.h \ - /usr/include/sys/dirent.h /tools/galaxy/galaxycxx/include/vsysdir.h \ - /tools/galaxy/galaxycxx/include/vfixed_c.h \ - /tools/galaxy/galaxycxx/include/vrect.h \ - /tools/galaxy/galaxycxx/include/vclient.h \ - /tools/galaxy/galaxycxx/include/vclient_c.h \ - /tools/galaxy/galaxycxx/include/vrect_c.h \ - /tools/galaxy/galaxycxx/include/vfs.h \ - /tools/galaxy/galaxycxx/include/vpool.h \ - /tools/galaxy/galaxycxx/include/vpool_c.h \ - /tools/galaxy/galaxycxx/include/vstr.h \ - /tools/galaxy/galaxycxx/include/vstr_c.h \ - /tools/galaxy/galaxycxx/include/vfs_c.h \ - /tools/galaxy/galaxycxx/include/vscrap.h \ - /tools/galaxy/galaxycxx/include/vdict.h \ - /tools/galaxy/galaxycxx/include/vfloat.h /usr/include/float.h \ - /tools/galaxy/galaxycxx/include/vdict_c.h \ - /tools/galaxy/galaxycxx/include/vclass.h \ - /tools/galaxy/galaxycxx/include/vclass_c.h \ - /tools/galaxy/galaxycxx/include/vinstance.h \ - /tools/galaxy/galaxycxx/include/vinstance_c.h \ - /tools/galaxy/galaxycxx/include/vdelegator.h \ - /tools/galaxy/galaxycxx/include/vdelegator_c.h \ - /tools/galaxy/galaxycxx/include/vscrap_c.h \ - /tools/galaxy/galaxycxx/include/vresource_c.h \ - /tools/galaxy/galaxycxx/include/vobject.h \ - /tools/galaxy/galaxycxx/include/vobject_c.h \ - /tools/galaxy/galaxycxx/include/vwindow.h \ - /tools/galaxy/galaxycxx/include/vcolor.h \ - /tools/galaxy/galaxycxx/include/vbuffer.h \ - /tools/galaxy/galaxycxx/include/vbuffer_c.h \ - /tools/galaxy/galaxycxx/include/vpref.h \ - /tools/galaxy/galaxycxx/include/vpref_c.h \ - /tools/galaxy/galaxycxx/include/vcolor_c.h \ - /tools/galaxy/galaxycxx/include/vfont.h \ - /tools/galaxy/galaxycxx/include/vmatrix.h \ - /tools/galaxy/galaxycxx/include/vmatrix_c.h \ - /tools/galaxy/galaxycxx/include/vfont_c.h \ - /tools/galaxy/galaxycxx/include/vimage.h \ - /tools/galaxy/galaxycxx/include/vpixmap.h \ - /tools/galaxy/galaxycxx/include/vpixmap_c.h \ - /tools/galaxy/galaxycxx/include/vimage_c.h \ - /tools/galaxy/galaxycxx/include/vdraw.h \ - /tools/galaxy/galaxycxx/include/vpoint.h \ - /tools/galaxy/galaxycxx/include/vpoint_c.h \ - /tools/galaxy/galaxycxx/include/vtransform.h \ - /tools/galaxy/galaxycxx/include/vtransform_c.h \ - /tools/galaxy/galaxycxx/include/vdraw_c.h \ - /tools/galaxy/galaxycxx/include/vcursor.h \ - /tools/galaxy/galaxycxx/include/vcursor_c.h \ - /tools/galaxy/galaxycxx/include/vcommand.h \ - /tools/galaxy/galaxycxx/include/vcommand_c.h \ - /tools/galaxy/galaxycxx/include/vwindow_c.h \ - /tools/galaxy/galaxycxx/include/vmenu.h \ - /tools/galaxy/galaxycxx/include/vlaf.h \ - /tools/galaxy/galaxycxx/include/vlaf_c.h \ - /tools/galaxy/galaxycxx/include/vmenu_c.h \ - /tools/galaxy/galaxycxx/include/vapplication.h \ - /tools/galaxy/galaxycxx/include/vapplication_c.h \ - /tools/galaxy/galaxycxx/include/vdialog.h \ - /tools/galaxy/galaxycxx/include/vspring.h \ - /tools/galaxy/galaxycxx/include/vspring_c.h \ - /tools/galaxy/galaxycxx/include/vdialog_c.h \ - /tools/galaxy/galaxycxx/include/vmenubar.h \ - /tools/galaxy/galaxycxx/include/vmenubar_c.h \ - /tools/galaxy/galaxycxx/include/vbutton.h \ - /tools/galaxy/galaxycxx/include/vbutton_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem.h \ - /tools/galaxy/galaxycxx/include/vtextview.h \ - /tools/galaxy/galaxycxx/include/vtext.h \ - /tools/galaxy/galaxycxx/include/vundo.h \ - /tools/galaxy/galaxycxx/include/vundo_c.h \ - /tools/galaxy/galaxycxx/include/vtext_c.h \ - /tools/galaxy/galaxycxx/include/vtimer.h \ - /tools/galaxy/galaxycxx/include/vtimer_c.h \ - /tools/galaxy/galaxycxx/include/vslider.h \ - /tools/galaxy/galaxycxx/include/vcontrol.h \ - /tools/galaxy/galaxycxx/include/vcontrol_c.h \ - /tools/galaxy/galaxycxx/include/vslider_c.h \ - /tools/galaxy/galaxycxx/include/vclipboard.h \ - /tools/galaxy/galaxycxx/include/vclipboard_c.h \ - /tools/galaxy/galaxycxx/include/vtextview_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem_c.h \ - /tools/galaxy/galaxycxx/include/vstartup.h \ - /tools/galaxy/galaxycxx/include/vstartup_c.h \ - /tools/galaxy/galaxycxx/include/vtime.h \ - ../../../share/src/opNote/opNoteDb.h ../../../share/epicsH/cb45to63.h \ - /tools/codebase63/source/d4all.h /tools/codebase63/source/p4port.h \ - /tools/codebase63/source/d4defs.h /tools/codebase63/source/d4data.h \ - /tools/codebase63/source/d4declar.h \ - /tools/codebase63/source/d4inline.h /tools/codebase63/source/f4flag.h \ - /tools/codebase63/source/e4expr.h /tools/codebase63/source/s4sort.h \ - /tools/codebase63/source/e4string.h \ - /tools/codebase63/source/e4error.h /tools/codebase63/source/o4opt.h \ - /tools/codebase63/source/c4com.h /tools/codebase63/source/c4trans.h \ - /tools/codebase63/source/r4relate.h \ - ../../../share/src/libtis/OperPriv.h \ - ../../../share/epicsH/OperPrivErr.h ../../../share/epicsH/msgMon.h \ - ../../../share/src/opNote/opno.h \ - ../../../share/src/opNote/opNoteUtils.hxx \ - /tools/galaxy/galaxycxx/include/vcombobox.h \ - /tools/galaxy/galaxycxx/include/vcontain.h \ - /tools/galaxy/galaxycxx/include/vcontain_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem.h \ - /tools/galaxy/galaxycxx/include/vlistview.h \ - /tools/galaxy/galaxycxx/include/vlist.h \ - /tools/galaxy/galaxycxx/include/vlist_c.h \ - /tools/galaxy/galaxycxx/include/vlistsize.h \ - /tools/galaxy/galaxycxx/include/vlistsize_c.h \ - /tools/galaxy/galaxycxx/include/vlistview_c.h \ - /tools/galaxy/galaxycxx/include/vliststr.h \ - /tools/galaxy/galaxycxx/include/vliststr_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem_c.h \ - /tools/galaxy/galaxycxx/include/vcombobox_c.h \ - ../../../share/src/opNote/opNote.hxx \ - ../../../share/src/tisgalaxylib/textFilters.hxx \ - ../../../share/src/tisgalaxylib/tisgalaxylib.hxx \ - /tools/galaxy/galaxycxx/include/vspinner.h \ - /tools/galaxy/galaxycxx/include/vspinner_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem.h \ - /tools/galaxy/galaxycxx/include/vdomview.h \ - /tools/galaxy/galaxycxx/include/vdomain.h \ - /tools/galaxy/galaxycxx/include/vdomain_c.h \ - /tools/galaxy/galaxycxx/include/vdomview_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem_c.h \ - /tools/galaxy/galaxycxx/include/vnotice.h \ - /tools/galaxy/galaxycxx/include/vconfirm.h \ - /tools/galaxy/galaxycxx/include/vconfirm_c.h \ - /tools/galaxy/galaxycxx/include/vnotice_c.h -opNoteDbClient.o: ../../../share/src/opNote/opNoteDbClient.c \ - /tools/codebase63/source/d4all.h /usr/include/stdlib.h \ - /usr/include/sys/feature_tests.h /usr/include/string.h \ - /usr/include/stdio.h /usr/include/sys/va_list.h \ - /tools/codebase63/source/p4port.h /usr/include/unistd.h \ - /usr/include/sys/types.h /usr/include/sys/isa_defs.h \ - /usr/include/sys/machtypes.h /usr/include/sys/int_types.h \ - /usr/include/sys/select.h /usr/include/sys/time.h /usr/include/time.h \ - /usr/include/sys/unistd.h /tools/codebase63/source/d4defs.h \ - /tools/codebase63/source/d4data.h /tools/codebase63/source/d4declar.h \ - /tools/codebase63/source/d4inline.h /tools/codebase63/source/f4flag.h \ - /tools/codebase63/source/e4expr.h /tools/codebase63/source/s4sort.h \ - /tools/codebase63/source/e4string.h \ - /tools/codebase63/source/e4error.h /tools/codebase63/source/o4opt.h \ - /tools/codebase63/source/c4com.h /tools/codebase63/source/c4trans.h \ - /tools/codebase63/source/r4relate.h /usr/include/ctype.h \ - /usr/include/fcntl.h /usr/include/sys/fcntl.h /usr/include/memory.h \ - ../../../share/src/servers/client.h /usr/include/errno.h \ - /usr/include/sys/errno.h /usr/include/sys/filio.h \ - /usr/include/sys/ioccom.h /usr/include/sys/socket.h \ - /usr/include/sys/uio.h /usr/include/sys/netconfig.h \ - /usr/include/netinet/in.h /usr/include/sys/stream.h \ - /usr/include/sys/vnode.h /usr/include/sys/t_lock.h \ - /usr/include/sys/machlock.h /usr/include/sys/sleepq.h \ - /usr/include/sys/turnstile.h /usr/include/sys/param.h \ - /usr/include/sys/pirec.h /usr/include/sys/mutex.h \ - /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h \ - /usr/include/sys/condvar.h /usr/include/sys/cred.h \ - /usr/include/sys/resource.h /usr/include/vm/seg_enum.h \ - /usr/include/sys/poll.h /usr/include/sys/strmdep.h \ - /usr/include/sys/model.h /usr/include/sys/byteorder.h \ - /usr/include/netdb.h ../../../share/src/servers/tisservice.h \ - ../../../share/epicsH/tisByteOrder.h \ - ../../../share/src/opNote/opNoteDb.h ../../../share/epicsH/cb45to63.h \ - ../../../share/src/opNote/opNoteDbServer.h -opNoteEdit.o: ../../../share/src/opNote/opNoteEdit.cxx \ - /tools/galaxy/galaxycxx/include/vport.h \ - /tools/galaxy/galaxycxx/include/vportenv.h \ - /tools/galaxy/galaxycxx/include/vhdrdefs.h \ - /tools/galaxy/galaxycxx/include/vhdrmode.h \ - /tools/galaxy/galaxycxx/include/vstdlib.h \ - /tools/galaxy/galaxycxx/include/vstddef.h /usr/include/stddef.h \ - /tools/galaxy/galaxycxx/include/vmath.h /usr/include/math.h \ - /tools/galaxy/galaxycxx/include/vunistd.h \ - /tools/galaxy/galaxycxx/include/vsystypes.h /usr/include/sys/types.h \ - /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h \ - /usr/include/sys/machtypes.h /usr/include/sys/int_types.h \ - /usr/include/sys/select.h /usr/include/sys/time.h /usr/include/time.h \ - /tools/galaxy/galaxycxx/include/vsysfile.h /usr/include/sys/file.h \ - /usr/include/sys/t_lock.h /usr/include/sys/machlock.h \ - /usr/include/sys/sleepq.h /usr/include/sys/turnstile.h \ - /usr/include/sys/param.h /usr/include/sys/unistd.h \ - /usr/include/sys/pirec.h /usr/include/sys/mutex.h \ - /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h \ - /usr/include/sys/condvar.h /tools/galaxy/galaxycxx/include/vsysstat.h \ - /usr/include/sys/stat.h /tools/galaxy/galaxycxx/include/vlibc.h \ - /usr/include/unistd.h /usr/include/sys/ioctl.h \ - /usr/include/sys/termio.h /usr/include/sys/termios.h \ - /usr/include/sys/ttydev.h /usr/include/sys/filio.h \ - /usr/include/sys/ioccom.h /usr/include/stdlib.h \ - /tools/galaxy/galaxycxx/include/vkind.h \ - /tools/galaxy/galaxycxx/include/vstd.h \ - /tools/galaxy/galaxycxx/include/viter.h \ - /tools/galaxy/galaxycxx/include/vex.h \ - /tools/galaxy/galaxycxx/include/vstdarg.h /usr/include/stdarg.h \ - /usr/include/sys/va_list.h /tools/galaxy/galaxycxx/include/vstdio.h \ - /usr/include/stdio.h /tools/galaxy/galaxycxx/include/vsetjmp.h \ - /usr/include/setjmp.h /tools/galaxy/galaxycxx/include/vdebug.h \ - /tools/galaxy/galaxycxx/include/vex_c.h \ - /tools/galaxy/galaxycxx/include/vevent.h \ - /tools/galaxy/galaxycxx/include/vtimestamp.h \ - /tools/galaxy/galaxycxx/include/vlonglong.h \ - /tools/galaxy/galaxycxx/include/vlonglong_c.h \ - /tools/galaxy/galaxycxx/include/vtimestamp_c.h \ - /tools/galaxy/galaxycxx/include/vkey.h \ - /tools/galaxy/galaxycxx/include/vchar.h \ - /tools/galaxy/galaxycxx/include/vctype.h /usr/include/ctype.h \ - /tools/galaxy/galaxycxx/include/vstring.h /usr/include/string.h \ - /tools/galaxy/galaxycxx/include/vmem.h \ - /tools/galaxy/galaxycxx/include/vmem_c.h \ - /tools/galaxy/galaxycxx/include/vscribe.h \ - /tools/galaxy/galaxycxx/include/vscribe_c.h \ - /tools/galaxy/galaxycxx/include/vchar_c.h \ - /tools/galaxy/galaxycxx/include/vkey_c.h \ - /tools/galaxy/galaxycxx/include/vname.h \ - /tools/galaxy/galaxycxx/include/vname_c.h \ - /tools/galaxy/galaxycxx/include/vevent_c.h \ - /tools/galaxy/galaxycxx/include/vloadable.h \ - /tools/galaxy/galaxycxx/include/vresource.h \ - /tools/galaxy/galaxycxx/include/vfixed.h \ - /tools/galaxy/galaxycxx/include/vlimits.h /usr/include/limits.h \ - /tools/galaxy/galaxycxx/include/vsysparam.h \ - /tools/galaxy/galaxycxx/include/vdirent.h /usr/include/dirent.h \ - /usr/include/sys/dirent.h /tools/galaxy/galaxycxx/include/vsysdir.h \ - /tools/galaxy/galaxycxx/include/vfixed_c.h \ - /tools/galaxy/galaxycxx/include/vrect.h \ - /tools/galaxy/galaxycxx/include/vclient.h \ - /tools/galaxy/galaxycxx/include/vclient_c.h \ - /tools/galaxy/galaxycxx/include/vrect_c.h \ - /tools/galaxy/galaxycxx/include/vfs.h \ - /tools/galaxy/galaxycxx/include/vpool.h \ - /tools/galaxy/galaxycxx/include/vpool_c.h \ - /tools/galaxy/galaxycxx/include/vstr.h \ - /tools/galaxy/galaxycxx/include/vstr_c.h \ - /tools/galaxy/galaxycxx/include/vfs_c.h \ - /tools/galaxy/galaxycxx/include/vscrap.h \ - /tools/galaxy/galaxycxx/include/vdict.h \ - /tools/galaxy/galaxycxx/include/vfloat.h /usr/include/float.h \ - /tools/galaxy/galaxycxx/include/vdict_c.h \ - /tools/galaxy/galaxycxx/include/vclass.h \ - /tools/galaxy/galaxycxx/include/vclass_c.h \ - /tools/galaxy/galaxycxx/include/vinstance.h \ - /tools/galaxy/galaxycxx/include/vinstance_c.h \ - /tools/galaxy/galaxycxx/include/vdelegator.h \ - /tools/galaxy/galaxycxx/include/vdelegator_c.h \ - /tools/galaxy/galaxycxx/include/vscrap_c.h \ - /tools/galaxy/galaxycxx/include/vresource_c.h \ - /tools/galaxy/galaxycxx/include/vobject.h \ - /tools/galaxy/galaxycxx/include/vobject_c.h \ - /tools/galaxy/galaxycxx/include/vwindow.h \ - /tools/galaxy/galaxycxx/include/vcolor.h \ - /tools/galaxy/galaxycxx/include/vbuffer.h \ - /tools/galaxy/galaxycxx/include/vbuffer_c.h \ - /tools/galaxy/galaxycxx/include/vpref.h \ - /tools/galaxy/galaxycxx/include/vpref_c.h \ - /tools/galaxy/galaxycxx/include/vcolor_c.h \ - /tools/galaxy/galaxycxx/include/vfont.h \ - /tools/galaxy/galaxycxx/include/vmatrix.h \ - /tools/galaxy/galaxycxx/include/vmatrix_c.h \ - /tools/galaxy/galaxycxx/include/vfont_c.h \ - /tools/galaxy/galaxycxx/include/vimage.h \ - /tools/galaxy/galaxycxx/include/vpixmap.h \ - /tools/galaxy/galaxycxx/include/vpixmap_c.h \ - /tools/galaxy/galaxycxx/include/vimage_c.h \ - /tools/galaxy/galaxycxx/include/vdraw.h \ - /tools/galaxy/galaxycxx/include/vpoint.h \ - /tools/galaxy/galaxycxx/include/vpoint_c.h \ - /tools/galaxy/galaxycxx/include/vtransform.h \ - /tools/galaxy/galaxycxx/include/vtransform_c.h \ - /tools/galaxy/galaxycxx/include/vdraw_c.h \ - /tools/galaxy/galaxycxx/include/vcursor.h \ - /tools/galaxy/galaxycxx/include/vcursor_c.h \ - /tools/galaxy/galaxycxx/include/vcommand.h \ - /tools/galaxy/galaxycxx/include/vcommand_c.h \ - /tools/galaxy/galaxycxx/include/vwindow_c.h \ - /tools/galaxy/galaxycxx/include/vmenu.h \ - /tools/galaxy/galaxycxx/include/vlaf.h \ - /tools/galaxy/galaxycxx/include/vlaf_c.h \ - /tools/galaxy/galaxycxx/include/vmenu_c.h \ - /tools/galaxy/galaxycxx/include/vapplication.h \ - /tools/galaxy/galaxycxx/include/vapplication_c.h \ - /tools/galaxy/galaxycxx/include/vdialog.h \ - /tools/galaxy/galaxycxx/include/vspring.h \ - /tools/galaxy/galaxycxx/include/vspring_c.h \ - /tools/galaxy/galaxycxx/include/vdialog_c.h \ - /tools/galaxy/galaxycxx/include/vmenubar.h \ - /tools/galaxy/galaxycxx/include/vmenubar_c.h \ - /tools/galaxy/galaxycxx/include/vbutton.h \ - /tools/galaxy/galaxycxx/include/vbutton_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem.h \ - /tools/galaxy/galaxycxx/include/vtextview.h \ - /tools/galaxy/galaxycxx/include/vtext.h \ - /tools/galaxy/galaxycxx/include/vundo.h \ - /tools/galaxy/galaxycxx/include/vundo_c.h \ - /tools/galaxy/galaxycxx/include/vtext_c.h \ - /tools/galaxy/galaxycxx/include/vtimer.h \ - /tools/galaxy/galaxycxx/include/vtimer_c.h \ - /tools/galaxy/galaxycxx/include/vslider.h \ - /tools/galaxy/galaxycxx/include/vcontrol.h \ - /tools/galaxy/galaxycxx/include/vcontrol_c.h \ - /tools/galaxy/galaxycxx/include/vslider_c.h \ - /tools/galaxy/galaxycxx/include/vclipboard.h \ - /tools/galaxy/galaxycxx/include/vclipboard_c.h \ - /tools/galaxy/galaxycxx/include/vtextview_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem_c.h \ - /tools/galaxy/galaxycxx/include/vstartup.h \ - /tools/galaxy/galaxycxx/include/vstartup_c.h \ - /tools/galaxy/galaxycxx/include/vtime.h \ - ../../../share/src/opNote/opNoteDb.h ../../../share/epicsH/cb45to63.h \ - /tools/codebase63/source/d4all.h /tools/codebase63/source/p4port.h \ - /tools/codebase63/source/d4defs.h /tools/codebase63/source/d4data.h \ - /tools/codebase63/source/d4declar.h \ - /tools/codebase63/source/d4inline.h /tools/codebase63/source/f4flag.h \ - /tools/codebase63/source/e4expr.h /tools/codebase63/source/s4sort.h \ - /tools/codebase63/source/e4string.h \ - /tools/codebase63/source/e4error.h /tools/codebase63/source/o4opt.h \ - /tools/codebase63/source/c4com.h /tools/codebase63/source/c4trans.h \ - /tools/codebase63/source/r4relate.h ../../../share/src/opNote/opno.h \ - ../../../share/src/opNote/opNoteUtils.hxx \ - /tools/galaxy/galaxycxx/include/vcombobox.h \ - /tools/galaxy/galaxycxx/include/vcontain.h \ - /tools/galaxy/galaxycxx/include/vcontain_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem.h \ - /tools/galaxy/galaxycxx/include/vlistview.h \ - /tools/galaxy/galaxycxx/include/vlist.h \ - /tools/galaxy/galaxycxx/include/vlist_c.h \ - /tools/galaxy/galaxycxx/include/vlistsize.h \ - /tools/galaxy/galaxycxx/include/vlistsize_c.h \ - /tools/galaxy/galaxycxx/include/vlistview_c.h \ - /tools/galaxy/galaxycxx/include/vliststr.h \ - /tools/galaxy/galaxycxx/include/vliststr_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem_c.h \ - /tools/galaxy/galaxycxx/include/vcombobox_c.h \ - ../../../share/src/opNote/opNote.hxx \ - ../../../share/src/tisgalaxylib/textFilters.hxx \ - ../../../share/src/tisgalaxylib/tisgalaxylib.hxx \ - /tools/galaxy/galaxycxx/include/vspinner.h \ - /tools/galaxy/galaxycxx/include/vspinner_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem.h \ - /tools/galaxy/galaxycxx/include/vdomview.h \ - /tools/galaxy/galaxycxx/include/vdomain.h \ - /tools/galaxy/galaxycxx/include/vdomain_c.h \ - /tools/galaxy/galaxycxx/include/vdomview_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem_c.h \ - /tools/galaxy/galaxycxx/include/vnotice.h \ - /tools/galaxy/galaxycxx/include/vconfirm.h \ - /tools/galaxy/galaxycxx/include/vconfirm_c.h \ - /tools/galaxy/galaxycxx/include/vnotice_c.h -opNoteKey.o: ../../../share/src/opNote/opNoteKey.cxx \ - /tools/galaxy/galaxycxx/include/vport.h \ - /tools/galaxy/galaxycxx/include/vportenv.h \ - /tools/galaxy/galaxycxx/include/vhdrdefs.h \ - /tools/galaxy/galaxycxx/include/vhdrmode.h \ - /tools/galaxy/galaxycxx/include/vstdlib.h \ - /tools/galaxy/galaxycxx/include/vstddef.h /usr/include/stddef.h \ - /tools/galaxy/galaxycxx/include/vmath.h /usr/include/math.h \ - /tools/galaxy/galaxycxx/include/vunistd.h \ - /tools/galaxy/galaxycxx/include/vsystypes.h /usr/include/sys/types.h \ - /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h \ - /usr/include/sys/machtypes.h /usr/include/sys/int_types.h \ - /usr/include/sys/select.h /usr/include/sys/time.h /usr/include/time.h \ - /tools/galaxy/galaxycxx/include/vsysfile.h /usr/include/sys/file.h \ - /usr/include/sys/t_lock.h /usr/include/sys/machlock.h \ - /usr/include/sys/sleepq.h /usr/include/sys/turnstile.h \ - /usr/include/sys/param.h /usr/include/sys/unistd.h \ - /usr/include/sys/pirec.h /usr/include/sys/mutex.h \ - /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h \ - /usr/include/sys/condvar.h /tools/galaxy/galaxycxx/include/vsysstat.h \ - /usr/include/sys/stat.h /tools/galaxy/galaxycxx/include/vlibc.h \ - /usr/include/unistd.h /usr/include/sys/ioctl.h \ - /usr/include/sys/termio.h /usr/include/sys/termios.h \ - /usr/include/sys/ttydev.h /usr/include/sys/filio.h \ - /usr/include/sys/ioccom.h /usr/include/stdlib.h \ - /tools/galaxy/galaxycxx/include/vkind.h \ - /tools/galaxy/galaxycxx/include/vstd.h \ - /tools/galaxy/galaxycxx/include/viter.h \ - /tools/galaxy/galaxycxx/include/vex.h \ - /tools/galaxy/galaxycxx/include/vstdarg.h /usr/include/stdarg.h \ - /usr/include/sys/va_list.h /tools/galaxy/galaxycxx/include/vstdio.h \ - /usr/include/stdio.h /tools/galaxy/galaxycxx/include/vsetjmp.h \ - /usr/include/setjmp.h /tools/galaxy/galaxycxx/include/vdebug.h \ - /tools/galaxy/galaxycxx/include/vex_c.h \ - /tools/galaxy/galaxycxx/include/vevent.h \ - /tools/galaxy/galaxycxx/include/vtimestamp.h \ - /tools/galaxy/galaxycxx/include/vlonglong.h \ - /tools/galaxy/galaxycxx/include/vlonglong_c.h \ - /tools/galaxy/galaxycxx/include/vtimestamp_c.h \ - /tools/galaxy/galaxycxx/include/vkey.h \ - /tools/galaxy/galaxycxx/include/vchar.h \ - /tools/galaxy/galaxycxx/include/vctype.h /usr/include/ctype.h \ - /tools/galaxy/galaxycxx/include/vstring.h /usr/include/string.h \ - /tools/galaxy/galaxycxx/include/vmem.h \ - /tools/galaxy/galaxycxx/include/vmem_c.h \ - /tools/galaxy/galaxycxx/include/vscribe.h \ - /tools/galaxy/galaxycxx/include/vscribe_c.h \ - /tools/galaxy/galaxycxx/include/vchar_c.h \ - /tools/galaxy/galaxycxx/include/vkey_c.h \ - /tools/galaxy/galaxycxx/include/vname.h \ - /tools/galaxy/galaxycxx/include/vname_c.h \ - /tools/galaxy/galaxycxx/include/vevent_c.h \ - /tools/galaxy/galaxycxx/include/vloadable.h \ - /tools/galaxy/galaxycxx/include/vresource.h \ - /tools/galaxy/galaxycxx/include/vfixed.h \ - /tools/galaxy/galaxycxx/include/vlimits.h /usr/include/limits.h \ - /tools/galaxy/galaxycxx/include/vsysparam.h \ - /tools/galaxy/galaxycxx/include/vdirent.h /usr/include/dirent.h \ - /usr/include/sys/dirent.h /tools/galaxy/galaxycxx/include/vsysdir.h \ - /tools/galaxy/galaxycxx/include/vfixed_c.h \ - /tools/galaxy/galaxycxx/include/vrect.h \ - /tools/galaxy/galaxycxx/include/vclient.h \ - /tools/galaxy/galaxycxx/include/vclient_c.h \ - /tools/galaxy/galaxycxx/include/vrect_c.h \ - /tools/galaxy/galaxycxx/include/vfs.h \ - /tools/galaxy/galaxycxx/include/vpool.h \ - /tools/galaxy/galaxycxx/include/vpool_c.h \ - /tools/galaxy/galaxycxx/include/vstr.h \ - /tools/galaxy/galaxycxx/include/vstr_c.h \ - /tools/galaxy/galaxycxx/include/vfs_c.h \ - /tools/galaxy/galaxycxx/include/vscrap.h \ - /tools/galaxy/galaxycxx/include/vdict.h \ - /tools/galaxy/galaxycxx/include/vfloat.h /usr/include/float.h \ - /tools/galaxy/galaxycxx/include/vdict_c.h \ - /tools/galaxy/galaxycxx/include/vclass.h \ - /tools/galaxy/galaxycxx/include/vclass_c.h \ - /tools/galaxy/galaxycxx/include/vinstance.h \ - /tools/galaxy/galaxycxx/include/vinstance_c.h \ - /tools/galaxy/galaxycxx/include/vdelegator.h \ - /tools/galaxy/galaxycxx/include/vdelegator_c.h \ - /tools/galaxy/galaxycxx/include/vscrap_c.h \ - /tools/galaxy/galaxycxx/include/vresource_c.h \ - /tools/galaxy/galaxycxx/include/vobject.h \ - /tools/galaxy/galaxycxx/include/vobject_c.h \ - /tools/galaxy/galaxycxx/include/vwindow.h \ - /tools/galaxy/galaxycxx/include/vcolor.h \ - /tools/galaxy/galaxycxx/include/vbuffer.h \ - /tools/galaxy/galaxycxx/include/vbuffer_c.h \ - /tools/galaxy/galaxycxx/include/vpref.h \ - /tools/galaxy/galaxycxx/include/vpref_c.h \ - /tools/galaxy/galaxycxx/include/vcolor_c.h \ - /tools/galaxy/galaxycxx/include/vfont.h \ - /tools/galaxy/galaxycxx/include/vmatrix.h \ - /tools/galaxy/galaxycxx/include/vmatrix_c.h \ - /tools/galaxy/galaxycxx/include/vfont_c.h \ - /tools/galaxy/galaxycxx/include/vimage.h \ - /tools/galaxy/galaxycxx/include/vpixmap.h \ - /tools/galaxy/galaxycxx/include/vpixmap_c.h \ - /tools/galaxy/galaxycxx/include/vimage_c.h \ - /tools/galaxy/galaxycxx/include/vdraw.h \ - /tools/galaxy/galaxycxx/include/vpoint.h \ - /tools/galaxy/galaxycxx/include/vpoint_c.h \ - /tools/galaxy/galaxycxx/include/vtransform.h \ - /tools/galaxy/galaxycxx/include/vtransform_c.h \ - /tools/galaxy/galaxycxx/include/vdraw_c.h \ - /tools/galaxy/galaxycxx/include/vcursor.h \ - /tools/galaxy/galaxycxx/include/vcursor_c.h \ - /tools/galaxy/galaxycxx/include/vcommand.h \ - /tools/galaxy/galaxycxx/include/vcommand_c.h \ - /tools/galaxy/galaxycxx/include/vwindow_c.h \ - /tools/galaxy/galaxycxx/include/vmenu.h \ - /tools/galaxy/galaxycxx/include/vlaf.h \ - /tools/galaxy/galaxycxx/include/vlaf_c.h \ - /tools/galaxy/galaxycxx/include/vmenu_c.h \ - /tools/galaxy/galaxycxx/include/vapplication.h \ - /tools/galaxy/galaxycxx/include/vapplication_c.h \ - /tools/galaxy/galaxycxx/include/vdialog.h \ - /tools/galaxy/galaxycxx/include/vspring.h \ - /tools/galaxy/galaxycxx/include/vspring_c.h \ - /tools/galaxy/galaxycxx/include/vdialog_c.h \ - /tools/galaxy/galaxycxx/include/vmenubar.h \ - /tools/galaxy/galaxycxx/include/vmenubar_c.h \ - /tools/galaxy/galaxycxx/include/vbutton.h \ - /tools/galaxy/galaxycxx/include/vbutton_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem.h \ - /tools/galaxy/galaxycxx/include/vtextview.h \ - /tools/galaxy/galaxycxx/include/vtext.h \ - /tools/galaxy/galaxycxx/include/vundo.h \ - /tools/galaxy/galaxycxx/include/vundo_c.h \ - /tools/galaxy/galaxycxx/include/vtext_c.h \ - /tools/galaxy/galaxycxx/include/vtimer.h \ - /tools/galaxy/galaxycxx/include/vtimer_c.h \ - /tools/galaxy/galaxycxx/include/vslider.h \ - /tools/galaxy/galaxycxx/include/vcontrol.h \ - /tools/galaxy/galaxycxx/include/vcontrol_c.h \ - /tools/galaxy/galaxycxx/include/vslider_c.h \ - /tools/galaxy/galaxycxx/include/vclipboard.h \ - /tools/galaxy/galaxycxx/include/vclipboard_c.h \ - /tools/galaxy/galaxycxx/include/vtextview_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem_c.h \ - /tools/galaxy/galaxycxx/include/vstartup.h \ - /tools/galaxy/galaxycxx/include/vstartup_c.h \ - /tools/galaxy/galaxycxx/include/vtime.h \ - /tools/galaxy/galaxycxx/include/vcombobox.h \ - /tools/galaxy/galaxycxx/include/vcontain.h \ - /tools/galaxy/galaxycxx/include/vcontain_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem.h \ - /tools/galaxy/galaxycxx/include/vlistview.h \ - /tools/galaxy/galaxycxx/include/vlist.h \ - /tools/galaxy/galaxycxx/include/vlist_c.h \ - /tools/galaxy/galaxycxx/include/vlistsize.h \ - /tools/galaxy/galaxycxx/include/vlistsize_c.h \ - /tools/galaxy/galaxycxx/include/vlistview_c.h \ - /tools/galaxy/galaxycxx/include/vliststr.h \ - /tools/galaxy/galaxycxx/include/vliststr_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem_c.h \ - /tools/galaxy/galaxycxx/include/vcombobox_c.h \ - ../../../share/src/opNote/opNoteDb.h ../../../share/epicsH/cb45to63.h \ - /tools/codebase63/source/d4all.h /tools/codebase63/source/p4port.h \ - /tools/codebase63/source/d4defs.h /tools/codebase63/source/d4data.h \ - /tools/codebase63/source/d4declar.h \ - /tools/codebase63/source/d4inline.h /tools/codebase63/source/f4flag.h \ - /tools/codebase63/source/e4expr.h /tools/codebase63/source/s4sort.h \ - /tools/codebase63/source/e4string.h \ - /tools/codebase63/source/e4error.h /tools/codebase63/source/o4opt.h \ - /tools/codebase63/source/c4com.h /tools/codebase63/source/c4trans.h \ - /tools/codebase63/source/r4relate.h ../../../share/src/opNote/opno.h \ - ../../../share/src/opNote/opNoteUtils.hxx \ - ../../../share/src/opNote/opNote.hxx \ - ../../../share/src/tisgalaxylib/textFilters.hxx \ - ../../../share/src/tisgalaxylib/tisgalaxylib.hxx \ - /tools/galaxy/galaxycxx/include/vspinner.h \ - /tools/galaxy/galaxycxx/include/vspinner_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem.h \ - /tools/galaxy/galaxycxx/include/vdomview.h \ - /tools/galaxy/galaxycxx/include/vdomain.h \ - /tools/galaxy/galaxycxx/include/vdomain_c.h \ - /tools/galaxy/galaxycxx/include/vdomview_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem_c.h \ - /tools/galaxy/galaxycxx/include/vnotice.h \ - /tools/galaxy/galaxycxx/include/vconfirm.h \ - /tools/galaxy/galaxycxx/include/vconfirm_c.h \ - /tools/galaxy/galaxycxx/include/vnotice_c.h -opNoteMain.o: ../../../share/src/opNote/opNoteMain.cxx \ - /tools/galaxy/galaxycxx/include/vport.h \ - /tools/galaxy/galaxycxx/include/vportenv.h \ - /tools/galaxy/galaxycxx/include/vhdrdefs.h \ - /tools/galaxy/galaxycxx/include/vhdrmode.h \ - /tools/galaxy/galaxycxx/include/vstdlib.h \ - /tools/galaxy/galaxycxx/include/vstddef.h /usr/include/stddef.h \ - /tools/galaxy/galaxycxx/include/vmath.h /usr/include/math.h \ - /tools/galaxy/galaxycxx/include/vunistd.h \ - /tools/galaxy/galaxycxx/include/vsystypes.h /usr/include/sys/types.h \ - /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h \ - /usr/include/sys/machtypes.h /usr/include/sys/int_types.h \ - /usr/include/sys/select.h /usr/include/sys/time.h /usr/include/time.h \ - /tools/galaxy/galaxycxx/include/vsysfile.h /usr/include/sys/file.h \ - /usr/include/sys/t_lock.h /usr/include/sys/machlock.h \ - /usr/include/sys/sleepq.h /usr/include/sys/turnstile.h \ - /usr/include/sys/param.h /usr/include/sys/unistd.h \ - /usr/include/sys/pirec.h /usr/include/sys/mutex.h \ - /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h \ - /usr/include/sys/condvar.h /tools/galaxy/galaxycxx/include/vsysstat.h \ - /usr/include/sys/stat.h /tools/galaxy/galaxycxx/include/vlibc.h \ - /usr/include/unistd.h /usr/include/sys/ioctl.h \ - /usr/include/sys/termio.h /usr/include/sys/termios.h \ - /usr/include/sys/ttydev.h /usr/include/sys/filio.h \ - /usr/include/sys/ioccom.h /usr/include/stdlib.h \ - /tools/galaxy/galaxycxx/include/vkind.h \ - /tools/galaxy/galaxycxx/include/vstd.h \ - /tools/galaxy/galaxycxx/include/viter.h \ - /tools/galaxy/galaxycxx/include/vex.h \ - /tools/galaxy/galaxycxx/include/vstdarg.h /usr/include/stdarg.h \ - /usr/include/sys/va_list.h /tools/galaxy/galaxycxx/include/vstdio.h \ - /usr/include/stdio.h /tools/galaxy/galaxycxx/include/vsetjmp.h \ - /usr/include/setjmp.h /tools/galaxy/galaxycxx/include/vdebug.h \ - /tools/galaxy/galaxycxx/include/vex_c.h \ - /tools/galaxy/galaxycxx/include/vevent.h \ - /tools/galaxy/galaxycxx/include/vtimestamp.h \ - /tools/galaxy/galaxycxx/include/vlonglong.h \ - /tools/galaxy/galaxycxx/include/vlonglong_c.h \ - /tools/galaxy/galaxycxx/include/vtimestamp_c.h \ - /tools/galaxy/galaxycxx/include/vkey.h \ - /tools/galaxy/galaxycxx/include/vchar.h \ - /tools/galaxy/galaxycxx/include/vctype.h /usr/include/ctype.h \ - /tools/galaxy/galaxycxx/include/vstring.h /usr/include/string.h \ - /tools/galaxy/galaxycxx/include/vmem.h \ - /tools/galaxy/galaxycxx/include/vmem_c.h \ - /tools/galaxy/galaxycxx/include/vscribe.h \ - /tools/galaxy/galaxycxx/include/vscribe_c.h \ - /tools/galaxy/galaxycxx/include/vchar_c.h \ - /tools/galaxy/galaxycxx/include/vkey_c.h \ - /tools/galaxy/galaxycxx/include/vname.h \ - /tools/galaxy/galaxycxx/include/vname_c.h \ - /tools/galaxy/galaxycxx/include/vevent_c.h \ - /tools/galaxy/galaxycxx/include/vloadable.h \ - /tools/galaxy/galaxycxx/include/vresource.h \ - /tools/galaxy/galaxycxx/include/vfixed.h \ - /tools/galaxy/galaxycxx/include/vlimits.h /usr/include/limits.h \ - /tools/galaxy/galaxycxx/include/vsysparam.h \ - /tools/galaxy/galaxycxx/include/vdirent.h /usr/include/dirent.h \ - /usr/include/sys/dirent.h /tools/galaxy/galaxycxx/include/vsysdir.h \ - /tools/galaxy/galaxycxx/include/vfixed_c.h \ - /tools/galaxy/galaxycxx/include/vrect.h \ - /tools/galaxy/galaxycxx/include/vclient.h \ - /tools/galaxy/galaxycxx/include/vclient_c.h \ - /tools/galaxy/galaxycxx/include/vrect_c.h \ - /tools/galaxy/galaxycxx/include/vfs.h \ - /tools/galaxy/galaxycxx/include/vpool.h \ - /tools/galaxy/galaxycxx/include/vpool_c.h \ - /tools/galaxy/galaxycxx/include/vstr.h \ - /tools/galaxy/galaxycxx/include/vstr_c.h \ - /tools/galaxy/galaxycxx/include/vfs_c.h \ - /tools/galaxy/galaxycxx/include/vscrap.h \ - /tools/galaxy/galaxycxx/include/vdict.h \ - /tools/galaxy/galaxycxx/include/vfloat.h /usr/include/float.h \ - /tools/galaxy/galaxycxx/include/vdict_c.h \ - /tools/galaxy/galaxycxx/include/vclass.h \ - /tools/galaxy/galaxycxx/include/vclass_c.h \ - /tools/galaxy/galaxycxx/include/vinstance.h \ - /tools/galaxy/galaxycxx/include/vinstance_c.h \ - /tools/galaxy/galaxycxx/include/vdelegator.h \ - /tools/galaxy/galaxycxx/include/vdelegator_c.h \ - /tools/galaxy/galaxycxx/include/vscrap_c.h \ - /tools/galaxy/galaxycxx/include/vresource_c.h \ - /tools/galaxy/galaxycxx/include/vobject.h \ - /tools/galaxy/galaxycxx/include/vobject_c.h \ - /tools/galaxy/galaxycxx/include/vwindow.h \ - /tools/galaxy/galaxycxx/include/vcolor.h \ - /tools/galaxy/galaxycxx/include/vbuffer.h \ - /tools/galaxy/galaxycxx/include/vbuffer_c.h \ - /tools/galaxy/galaxycxx/include/vpref.h \ - /tools/galaxy/galaxycxx/include/vpref_c.h \ - /tools/galaxy/galaxycxx/include/vcolor_c.h \ - /tools/galaxy/galaxycxx/include/vfont.h \ - /tools/galaxy/galaxycxx/include/vmatrix.h \ - /tools/galaxy/galaxycxx/include/vmatrix_c.h \ - /tools/galaxy/galaxycxx/include/vfont_c.h \ - /tools/galaxy/galaxycxx/include/vimage.h \ - /tools/galaxy/galaxycxx/include/vpixmap.h \ - /tools/galaxy/galaxycxx/include/vpixmap_c.h \ - /tools/galaxy/galaxycxx/include/vimage_c.h \ - /tools/galaxy/galaxycxx/include/vdraw.h \ - /tools/galaxy/galaxycxx/include/vpoint.h \ - /tools/galaxy/galaxycxx/include/vpoint_c.h \ - /tools/galaxy/galaxycxx/include/vtransform.h \ - /tools/galaxy/galaxycxx/include/vtransform_c.h \ - /tools/galaxy/galaxycxx/include/vdraw_c.h \ - /tools/galaxy/galaxycxx/include/vcursor.h \ - /tools/galaxy/galaxycxx/include/vcursor_c.h \ - /tools/galaxy/galaxycxx/include/vcommand.h \ - /tools/galaxy/galaxycxx/include/vcommand_c.h \ - /tools/galaxy/galaxycxx/include/vwindow_c.h \ - /tools/galaxy/galaxycxx/include/vmenu.h \ - /tools/galaxy/galaxycxx/include/vlaf.h \ - /tools/galaxy/galaxycxx/include/vlaf_c.h \ - /tools/galaxy/galaxycxx/include/vmenu_c.h \ - /tools/galaxy/galaxycxx/include/vapplication.h \ - /tools/galaxy/galaxycxx/include/vapplication_c.h \ - /tools/galaxy/galaxycxx/include/vdialog.h \ - /tools/galaxy/galaxycxx/include/vspring.h \ - /tools/galaxy/galaxycxx/include/vspring_c.h \ - /tools/galaxy/galaxycxx/include/vdialog_c.h \ - /tools/galaxy/galaxycxx/include/vmenubar.h \ - /tools/galaxy/galaxycxx/include/vmenubar_c.h \ - /tools/galaxy/galaxycxx/include/vbutton.h \ - /tools/galaxy/galaxycxx/include/vbutton_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem.h \ - /tools/galaxy/galaxycxx/include/vtextview.h \ - /tools/galaxy/galaxycxx/include/vtext.h \ - /tools/galaxy/galaxycxx/include/vundo.h \ - /tools/galaxy/galaxycxx/include/vundo_c.h \ - /tools/galaxy/galaxycxx/include/vtext_c.h \ - /tools/galaxy/galaxycxx/include/vtimer.h \ - /tools/galaxy/galaxycxx/include/vtimer_c.h \ - /tools/galaxy/galaxycxx/include/vslider.h \ - /tools/galaxy/galaxycxx/include/vcontrol.h \ - /tools/galaxy/galaxycxx/include/vcontrol_c.h \ - /tools/galaxy/galaxycxx/include/vslider_c.h \ - /tools/galaxy/galaxycxx/include/vclipboard.h \ - /tools/galaxy/galaxycxx/include/vclipboard_c.h \ - /tools/galaxy/galaxycxx/include/vtextview_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem_c.h \ - /tools/galaxy/galaxycxx/include/vstartup.h \ - /tools/galaxy/galaxycxx/include/vstartup_c.h \ - /tools/galaxy/galaxycxx/include/vtime.h \ - ../../../share/src/opNote/opNoteDb.h ../../../share/epicsH/cb45to63.h \ - /tools/codebase63/source/d4all.h /tools/codebase63/source/p4port.h \ - /tools/codebase63/source/d4defs.h /tools/codebase63/source/d4data.h \ - /tools/codebase63/source/d4declar.h \ - /tools/codebase63/source/d4inline.h /tools/codebase63/source/f4flag.h \ - /tools/codebase63/source/e4expr.h /tools/codebase63/source/s4sort.h \ - /tools/codebase63/source/e4string.h \ - /tools/codebase63/source/e4error.h /tools/codebase63/source/o4opt.h \ - /tools/codebase63/source/c4com.h /tools/codebase63/source/c4trans.h \ - /tools/codebase63/source/r4relate.h \ - ../../../share/src/libtis/OperPriv.h \ - ../../../share/epicsH/OperPrivErr.h ../../../share/src/opNote/opno.h \ - ../../../share/src/opNote/opNoteUtils.hxx \ - /tools/galaxy/galaxycxx/include/vcombobox.h \ - /tools/galaxy/galaxycxx/include/vcontain.h \ - /tools/galaxy/galaxycxx/include/vcontain_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem.h \ - /tools/galaxy/galaxycxx/include/vlistview.h \ - /tools/galaxy/galaxycxx/include/vlist.h \ - /tools/galaxy/galaxycxx/include/vlist_c.h \ - /tools/galaxy/galaxycxx/include/vlistsize.h \ - /tools/galaxy/galaxycxx/include/vlistsize_c.h \ - /tools/galaxy/galaxycxx/include/vlistview_c.h \ - /tools/galaxy/galaxycxx/include/vliststr.h \ - /tools/galaxy/galaxycxx/include/vliststr_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem_c.h \ - /tools/galaxy/galaxycxx/include/vcombobox_c.h \ - ../../../share/src/opNote/opNote.hxx \ - ../../../share/src/tisgalaxylib/textFilters.hxx \ - ../../../share/src/tisgalaxylib/tisgalaxylib.hxx \ - /tools/galaxy/galaxycxx/include/vspinner.h \ - /tools/galaxy/galaxycxx/include/vspinner_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem.h \ - /tools/galaxy/galaxycxx/include/vdomview.h \ - /tools/galaxy/galaxycxx/include/vdomain.h \ - /tools/galaxy/galaxycxx/include/vdomain_c.h \ - /tools/galaxy/galaxycxx/include/vdomview_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem_c.h \ - /tools/galaxy/galaxycxx/include/vnotice.h \ - /tools/galaxy/galaxycxx/include/vconfirm.h \ - /tools/galaxy/galaxycxx/include/vconfirm_c.h \ - /tools/galaxy/galaxycxx/include/vnotice_c.h -opNoteSearch.o: ../../../share/src/opNote/opNoteSearch.cxx \ - /tools/galaxy/galaxycxx/include/vport.h \ - /tools/galaxy/galaxycxx/include/vportenv.h \ - /tools/galaxy/galaxycxx/include/vhdrdefs.h \ - /tools/galaxy/galaxycxx/include/vhdrmode.h \ - /tools/galaxy/galaxycxx/include/vstdlib.h \ - /tools/galaxy/galaxycxx/include/vstddef.h /usr/include/stddef.h \ - /tools/galaxy/galaxycxx/include/vmath.h /usr/include/math.h \ - /tools/galaxy/galaxycxx/include/vunistd.h \ - /tools/galaxy/galaxycxx/include/vsystypes.h /usr/include/sys/types.h \ - /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h \ - /usr/include/sys/machtypes.h /usr/include/sys/int_types.h \ - /usr/include/sys/select.h /usr/include/sys/time.h /usr/include/time.h \ - /tools/galaxy/galaxycxx/include/vsysfile.h /usr/include/sys/file.h \ - /usr/include/sys/t_lock.h /usr/include/sys/machlock.h \ - /usr/include/sys/sleepq.h /usr/include/sys/turnstile.h \ - /usr/include/sys/param.h /usr/include/sys/unistd.h \ - /usr/include/sys/pirec.h /usr/include/sys/mutex.h \ - /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h \ - /usr/include/sys/condvar.h /tools/galaxy/galaxycxx/include/vsysstat.h \ - /usr/include/sys/stat.h /tools/galaxy/galaxycxx/include/vlibc.h \ - /usr/include/unistd.h /usr/include/sys/ioctl.h \ - /usr/include/sys/termio.h /usr/include/sys/termios.h \ - /usr/include/sys/ttydev.h /usr/include/sys/filio.h \ - /usr/include/sys/ioccom.h /usr/include/stdlib.h \ - /tools/galaxy/galaxycxx/include/vkind.h \ - /tools/galaxy/galaxycxx/include/vstd.h \ - /tools/galaxy/galaxycxx/include/viter.h \ - /tools/galaxy/galaxycxx/include/vex.h \ - /tools/galaxy/galaxycxx/include/vstdarg.h /usr/include/stdarg.h \ - /usr/include/sys/va_list.h /tools/galaxy/galaxycxx/include/vstdio.h \ - /usr/include/stdio.h /tools/galaxy/galaxycxx/include/vsetjmp.h \ - /usr/include/setjmp.h /tools/galaxy/galaxycxx/include/vdebug.h \ - /tools/galaxy/galaxycxx/include/vex_c.h \ - /tools/galaxy/galaxycxx/include/vevent.h \ - /tools/galaxy/galaxycxx/include/vtimestamp.h \ - /tools/galaxy/galaxycxx/include/vlonglong.h \ - /tools/galaxy/galaxycxx/include/vlonglong_c.h \ - /tools/galaxy/galaxycxx/include/vtimestamp_c.h \ - /tools/galaxy/galaxycxx/include/vkey.h \ - /tools/galaxy/galaxycxx/include/vchar.h \ - /tools/galaxy/galaxycxx/include/vctype.h /usr/include/ctype.h \ - /tools/galaxy/galaxycxx/include/vstring.h /usr/include/string.h \ - /tools/galaxy/galaxycxx/include/vmem.h \ - /tools/galaxy/galaxycxx/include/vmem_c.h \ - /tools/galaxy/galaxycxx/include/vscribe.h \ - /tools/galaxy/galaxycxx/include/vscribe_c.h \ - /tools/galaxy/galaxycxx/include/vchar_c.h \ - /tools/galaxy/galaxycxx/include/vkey_c.h \ - /tools/galaxy/galaxycxx/include/vname.h \ - /tools/galaxy/galaxycxx/include/vname_c.h \ - /tools/galaxy/galaxycxx/include/vevent_c.h \ - /tools/galaxy/galaxycxx/include/vloadable.h \ - /tools/galaxy/galaxycxx/include/vresource.h \ - /tools/galaxy/galaxycxx/include/vfixed.h \ - /tools/galaxy/galaxycxx/include/vlimits.h /usr/include/limits.h \ - /tools/galaxy/galaxycxx/include/vsysparam.h \ - /tools/galaxy/galaxycxx/include/vdirent.h /usr/include/dirent.h \ - /usr/include/sys/dirent.h /tools/galaxy/galaxycxx/include/vsysdir.h \ - /tools/galaxy/galaxycxx/include/vfixed_c.h \ - /tools/galaxy/galaxycxx/include/vrect.h \ - /tools/galaxy/galaxycxx/include/vclient.h \ - /tools/galaxy/galaxycxx/include/vclient_c.h \ - /tools/galaxy/galaxycxx/include/vrect_c.h \ - /tools/galaxy/galaxycxx/include/vfs.h \ - /tools/galaxy/galaxycxx/include/vpool.h \ - /tools/galaxy/galaxycxx/include/vpool_c.h \ - /tools/galaxy/galaxycxx/include/vstr.h \ - /tools/galaxy/galaxycxx/include/vstr_c.h \ - /tools/galaxy/galaxycxx/include/vfs_c.h \ - /tools/galaxy/galaxycxx/include/vscrap.h \ - /tools/galaxy/galaxycxx/include/vdict.h \ - /tools/galaxy/galaxycxx/include/vfloat.h /usr/include/float.h \ - /tools/galaxy/galaxycxx/include/vdict_c.h \ - /tools/galaxy/galaxycxx/include/vclass.h \ - /tools/galaxy/galaxycxx/include/vclass_c.h \ - /tools/galaxy/galaxycxx/include/vinstance.h \ - /tools/galaxy/galaxycxx/include/vinstance_c.h \ - /tools/galaxy/galaxycxx/include/vdelegator.h \ - /tools/galaxy/galaxycxx/include/vdelegator_c.h \ - /tools/galaxy/galaxycxx/include/vscrap_c.h \ - /tools/galaxy/galaxycxx/include/vresource_c.h \ - /tools/galaxy/galaxycxx/include/vobject.h \ - /tools/galaxy/galaxycxx/include/vobject_c.h \ - /tools/galaxy/galaxycxx/include/vwindow.h \ - /tools/galaxy/galaxycxx/include/vcolor.h \ - /tools/galaxy/galaxycxx/include/vbuffer.h \ - /tools/galaxy/galaxycxx/include/vbuffer_c.h \ - /tools/galaxy/galaxycxx/include/vpref.h \ - /tools/galaxy/galaxycxx/include/vpref_c.h \ - /tools/galaxy/galaxycxx/include/vcolor_c.h \ - /tools/galaxy/galaxycxx/include/vfont.h \ - /tools/galaxy/galaxycxx/include/vmatrix.h \ - /tools/galaxy/galaxycxx/include/vmatrix_c.h \ - /tools/galaxy/galaxycxx/include/vfont_c.h \ - /tools/galaxy/galaxycxx/include/vimage.h \ - /tools/galaxy/galaxycxx/include/vpixmap.h \ - /tools/galaxy/galaxycxx/include/vpixmap_c.h \ - /tools/galaxy/galaxycxx/include/vimage_c.h \ - /tools/galaxy/galaxycxx/include/vdraw.h \ - /tools/galaxy/galaxycxx/include/vpoint.h \ - /tools/galaxy/galaxycxx/include/vpoint_c.h \ - /tools/galaxy/galaxycxx/include/vtransform.h \ - /tools/galaxy/galaxycxx/include/vtransform_c.h \ - /tools/galaxy/galaxycxx/include/vdraw_c.h \ - /tools/galaxy/galaxycxx/include/vcursor.h \ - /tools/galaxy/galaxycxx/include/vcursor_c.h \ - /tools/galaxy/galaxycxx/include/vcommand.h \ - /tools/galaxy/galaxycxx/include/vcommand_c.h \ - /tools/galaxy/galaxycxx/include/vwindow_c.h \ - /tools/galaxy/galaxycxx/include/vmenu.h \ - /tools/galaxy/galaxycxx/include/vlaf.h \ - /tools/galaxy/galaxycxx/include/vlaf_c.h \ - /tools/galaxy/galaxycxx/include/vmenu_c.h \ - /tools/galaxy/galaxycxx/include/vapplication.h \ - /tools/galaxy/galaxycxx/include/vapplication_c.h \ - /tools/galaxy/galaxycxx/include/vdialog.h \ - /tools/galaxy/galaxycxx/include/vspring.h \ - /tools/galaxy/galaxycxx/include/vspring_c.h \ - /tools/galaxy/galaxycxx/include/vdialog_c.h \ - /tools/galaxy/galaxycxx/include/vmenubar.h \ - /tools/galaxy/galaxycxx/include/vmenubar_c.h \ - /tools/galaxy/galaxycxx/include/vbutton.h \ - /tools/galaxy/galaxycxx/include/vbutton_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem.h \ - /tools/galaxy/galaxycxx/include/vtextview.h \ - /tools/galaxy/galaxycxx/include/vtext.h \ - /tools/galaxy/galaxycxx/include/vundo.h \ - /tools/galaxy/galaxycxx/include/vundo_c.h \ - /tools/galaxy/galaxycxx/include/vtext_c.h \ - /tools/galaxy/galaxycxx/include/vtimer.h \ - /tools/galaxy/galaxycxx/include/vtimer_c.h \ - /tools/galaxy/galaxycxx/include/vslider.h \ - /tools/galaxy/galaxycxx/include/vcontrol.h \ - /tools/galaxy/galaxycxx/include/vcontrol_c.h \ - /tools/galaxy/galaxycxx/include/vslider_c.h \ - /tools/galaxy/galaxycxx/include/vclipboard.h \ - /tools/galaxy/galaxycxx/include/vclipboard_c.h \ - /tools/galaxy/galaxycxx/include/vtextview_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem_c.h \ - /tools/galaxy/galaxycxx/include/vstartup.h \ - /tools/galaxy/galaxycxx/include/vstartup_c.h \ - /tools/galaxy/galaxycxx/include/vtime.h \ - ../../../share/src/opNote/opNoteDb.h ../../../share/epicsH/cb45to63.h \ - /tools/codebase63/source/d4all.h /tools/codebase63/source/p4port.h \ - /tools/codebase63/source/d4defs.h /tools/codebase63/source/d4data.h \ - /tools/codebase63/source/d4declar.h \ - /tools/codebase63/source/d4inline.h /tools/codebase63/source/f4flag.h \ - /tools/codebase63/source/e4expr.h /tools/codebase63/source/s4sort.h \ - /tools/codebase63/source/e4string.h \ - /tools/codebase63/source/e4error.h /tools/codebase63/source/o4opt.h \ - /tools/codebase63/source/c4com.h /tools/codebase63/source/c4trans.h \ - /tools/codebase63/source/r4relate.h ../../../share/src/opNote/opno.h \ - ../../../share/src/opNote/opNoteUtils.hxx \ - /tools/galaxy/galaxycxx/include/vcombobox.h \ - /tools/galaxy/galaxycxx/include/vcontain.h \ - /tools/galaxy/galaxycxx/include/vcontain_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem.h \ - /tools/galaxy/galaxycxx/include/vlistview.h \ - /tools/galaxy/galaxycxx/include/vlist.h \ - /tools/galaxy/galaxycxx/include/vlist_c.h \ - /tools/galaxy/galaxycxx/include/vlistsize.h \ - /tools/galaxy/galaxycxx/include/vlistsize_c.h \ - /tools/galaxy/galaxycxx/include/vlistview_c.h \ - /tools/galaxy/galaxycxx/include/vliststr.h \ - /tools/galaxy/galaxycxx/include/vliststr_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem_c.h \ - /tools/galaxy/galaxycxx/include/vcombobox_c.h \ - ../../../share/src/opNote/opNote.hxx \ - ../../../share/src/tisgalaxylib/textFilters.hxx \ - ../../../share/src/tisgalaxylib/tisgalaxylib.hxx \ - /tools/galaxy/galaxycxx/include/vspinner.h \ - /tools/galaxy/galaxycxx/include/vspinner_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem.h \ - /tools/galaxy/galaxycxx/include/vdomview.h \ - /tools/galaxy/galaxycxx/include/vdomain.h \ - /tools/galaxy/galaxycxx/include/vdomain_c.h \ - /tools/galaxy/galaxycxx/include/vdomview_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem_c.h \ - /tools/galaxy/galaxycxx/include/vnotice.h \ - /tools/galaxy/galaxycxx/include/vconfirm.h \ - /tools/galaxy/galaxycxx/include/vconfirm_c.h \ - /tools/galaxy/galaxycxx/include/vnotice_c.h -opNoteUtils.o: ../../../share/src/opNote/opNoteUtils.cxx \ - /tools/galaxy/galaxycxx/include/vport.h \ - /tools/galaxy/galaxycxx/include/vportenv.h \ - /tools/galaxy/galaxycxx/include/vhdrdefs.h \ - /tools/galaxy/galaxycxx/include/vhdrmode.h \ - /tools/galaxy/galaxycxx/include/vstdlib.h \ - /tools/galaxy/galaxycxx/include/vstddef.h /usr/include/stddef.h \ - /tools/galaxy/galaxycxx/include/vmath.h /usr/include/math.h \ - /tools/galaxy/galaxycxx/include/vunistd.h \ - /tools/galaxy/galaxycxx/include/vsystypes.h /usr/include/sys/types.h \ - /usr/include/sys/feature_tests.h /usr/include/sys/isa_defs.h \ - /usr/include/sys/machtypes.h /usr/include/sys/int_types.h \ - /usr/include/sys/select.h /usr/include/sys/time.h /usr/include/time.h \ - /tools/galaxy/galaxycxx/include/vsysfile.h /usr/include/sys/file.h \ - /usr/include/sys/t_lock.h /usr/include/sys/machlock.h \ - /usr/include/sys/sleepq.h /usr/include/sys/turnstile.h \ - /usr/include/sys/param.h /usr/include/sys/unistd.h \ - /usr/include/sys/pirec.h /usr/include/sys/mutex.h \ - /usr/include/sys/rwlock.h /usr/include/sys/semaphore.h \ - /usr/include/sys/condvar.h /tools/galaxy/galaxycxx/include/vsysstat.h \ - /usr/include/sys/stat.h /tools/galaxy/galaxycxx/include/vlibc.h \ - /usr/include/unistd.h /usr/include/sys/ioctl.h \ - /usr/include/sys/termio.h /usr/include/sys/termios.h \ - /usr/include/sys/ttydev.h /usr/include/sys/filio.h \ - /usr/include/sys/ioccom.h /usr/include/stdlib.h \ - /tools/galaxy/galaxycxx/include/vkind.h \ - /tools/galaxy/galaxycxx/include/vstd.h \ - /tools/galaxy/galaxycxx/include/viter.h \ - /tools/galaxy/galaxycxx/include/vex.h \ - /tools/galaxy/galaxycxx/include/vstdarg.h /usr/include/stdarg.h \ - /usr/include/sys/va_list.h /tools/galaxy/galaxycxx/include/vstdio.h \ - /usr/include/stdio.h /tools/galaxy/galaxycxx/include/vsetjmp.h \ - /usr/include/setjmp.h /tools/galaxy/galaxycxx/include/vdebug.h \ - /tools/galaxy/galaxycxx/include/vex_c.h \ - /tools/galaxy/galaxycxx/include/vevent.h \ - /tools/galaxy/galaxycxx/include/vtimestamp.h \ - /tools/galaxy/galaxycxx/include/vlonglong.h \ - /tools/galaxy/galaxycxx/include/vlonglong_c.h \ - /tools/galaxy/galaxycxx/include/vtimestamp_c.h \ - /tools/galaxy/galaxycxx/include/vkey.h \ - /tools/galaxy/galaxycxx/include/vchar.h \ - /tools/galaxy/galaxycxx/include/vctype.h /usr/include/ctype.h \ - /tools/galaxy/galaxycxx/include/vstring.h /usr/include/string.h \ - /tools/galaxy/galaxycxx/include/vmem.h \ - /tools/galaxy/galaxycxx/include/vmem_c.h \ - /tools/galaxy/galaxycxx/include/vscribe.h \ - /tools/galaxy/galaxycxx/include/vscribe_c.h \ - /tools/galaxy/galaxycxx/include/vchar_c.h \ - /tools/galaxy/galaxycxx/include/vkey_c.h \ - /tools/galaxy/galaxycxx/include/vname.h \ - /tools/galaxy/galaxycxx/include/vname_c.h \ - /tools/galaxy/galaxycxx/include/vevent_c.h \ - /tools/galaxy/galaxycxx/include/vloadable.h \ - /tools/galaxy/galaxycxx/include/vresource.h \ - /tools/galaxy/galaxycxx/include/vfixed.h \ - /tools/galaxy/galaxycxx/include/vlimits.h /usr/include/limits.h \ - /tools/galaxy/galaxycxx/include/vsysparam.h \ - /tools/galaxy/galaxycxx/include/vdirent.h /usr/include/dirent.h \ - /usr/include/sys/dirent.h /tools/galaxy/galaxycxx/include/vsysdir.h \ - /tools/galaxy/galaxycxx/include/vfixed_c.h \ - /tools/galaxy/galaxycxx/include/vrect.h \ - /tools/galaxy/galaxycxx/include/vclient.h \ - /tools/galaxy/galaxycxx/include/vclient_c.h \ - /tools/galaxy/galaxycxx/include/vrect_c.h \ - /tools/galaxy/galaxycxx/include/vfs.h \ - /tools/galaxy/galaxycxx/include/vpool.h \ - /tools/galaxy/galaxycxx/include/vpool_c.h \ - /tools/galaxy/galaxycxx/include/vstr.h \ - /tools/galaxy/galaxycxx/include/vstr_c.h \ - /tools/galaxy/galaxycxx/include/vfs_c.h \ - /tools/galaxy/galaxycxx/include/vscrap.h \ - /tools/galaxy/galaxycxx/include/vdict.h \ - /tools/galaxy/galaxycxx/include/vfloat.h /usr/include/float.h \ - /tools/galaxy/galaxycxx/include/vdict_c.h \ - /tools/galaxy/galaxycxx/include/vclass.h \ - /tools/galaxy/galaxycxx/include/vclass_c.h \ - /tools/galaxy/galaxycxx/include/vinstance.h \ - /tools/galaxy/galaxycxx/include/vinstance_c.h \ - /tools/galaxy/galaxycxx/include/vdelegator.h \ - /tools/galaxy/galaxycxx/include/vdelegator_c.h \ - /tools/galaxy/galaxycxx/include/vscrap_c.h \ - /tools/galaxy/galaxycxx/include/vresource_c.h \ - /tools/galaxy/galaxycxx/include/vobject.h \ - /tools/galaxy/galaxycxx/include/vobject_c.h \ - /tools/galaxy/galaxycxx/include/vwindow.h \ - /tools/galaxy/galaxycxx/include/vcolor.h \ - /tools/galaxy/galaxycxx/include/vbuffer.h \ - /tools/galaxy/galaxycxx/include/vbuffer_c.h \ - /tools/galaxy/galaxycxx/include/vpref.h \ - /tools/galaxy/galaxycxx/include/vpref_c.h \ - /tools/galaxy/galaxycxx/include/vcolor_c.h \ - /tools/galaxy/galaxycxx/include/vfont.h \ - /tools/galaxy/galaxycxx/include/vmatrix.h \ - /tools/galaxy/galaxycxx/include/vmatrix_c.h \ - /tools/galaxy/galaxycxx/include/vfont_c.h \ - /tools/galaxy/galaxycxx/include/vimage.h \ - /tools/galaxy/galaxycxx/include/vpixmap.h \ - /tools/galaxy/galaxycxx/include/vpixmap_c.h \ - /tools/galaxy/galaxycxx/include/vimage_c.h \ - /tools/galaxy/galaxycxx/include/vdraw.h \ - /tools/galaxy/galaxycxx/include/vpoint.h \ - /tools/galaxy/galaxycxx/include/vpoint_c.h \ - /tools/galaxy/galaxycxx/include/vtransform.h \ - /tools/galaxy/galaxycxx/include/vtransform_c.h \ - /tools/galaxy/galaxycxx/include/vdraw_c.h \ - /tools/galaxy/galaxycxx/include/vcursor.h \ - /tools/galaxy/galaxycxx/include/vcursor_c.h \ - /tools/galaxy/galaxycxx/include/vcommand.h \ - /tools/galaxy/galaxycxx/include/vcommand_c.h \ - /tools/galaxy/galaxycxx/include/vwindow_c.h \ - /tools/galaxy/galaxycxx/include/vmenu.h \ - /tools/galaxy/galaxycxx/include/vlaf.h \ - /tools/galaxy/galaxycxx/include/vlaf_c.h \ - /tools/galaxy/galaxycxx/include/vmenu_c.h \ - /tools/galaxy/galaxycxx/include/vapplication.h \ - /tools/galaxy/galaxycxx/include/vapplication_c.h \ - /tools/galaxy/galaxycxx/include/vdialog.h \ - /tools/galaxy/galaxycxx/include/vspring.h \ - /tools/galaxy/galaxycxx/include/vspring_c.h \ - /tools/galaxy/galaxycxx/include/vdialog_c.h \ - /tools/galaxy/galaxycxx/include/vmenubar.h \ - /tools/galaxy/galaxycxx/include/vmenubar_c.h \ - /tools/galaxy/galaxycxx/include/vbutton.h \ - /tools/galaxy/galaxycxx/include/vbutton_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem.h \ - /tools/galaxy/galaxycxx/include/vtextview.h \ - /tools/galaxy/galaxycxx/include/vtext.h \ - /tools/galaxy/galaxycxx/include/vundo.h \ - /tools/galaxy/galaxycxx/include/vundo_c.h \ - /tools/galaxy/galaxycxx/include/vtext_c.h \ - /tools/galaxy/galaxycxx/include/vtimer.h \ - /tools/galaxy/galaxycxx/include/vtimer_c.h \ - /tools/galaxy/galaxycxx/include/vslider.h \ - /tools/galaxy/galaxycxx/include/vcontrol.h \ - /tools/galaxy/galaxycxx/include/vcontrol_c.h \ - /tools/galaxy/galaxycxx/include/vslider_c.h \ - /tools/galaxy/galaxycxx/include/vclipboard.h \ - /tools/galaxy/galaxycxx/include/vclipboard_c.h \ - /tools/galaxy/galaxycxx/include/vtextview_c.h \ - /tools/galaxy/galaxycxx/include/vtextitem_c.h \ - /tools/galaxy/galaxycxx/include/vstartup.h \ - /tools/galaxy/galaxycxx/include/vstartup_c.h \ - /tools/galaxy/galaxycxx/include/vtime.h \ - /tools/galaxy/galaxycxx/include/vnotice.h \ - /tools/galaxy/galaxycxx/include/vconfirm.h \ - /tools/galaxy/galaxycxx/include/vcontain.h \ - /tools/galaxy/galaxycxx/include/vcontain_c.h \ - /tools/galaxy/galaxycxx/include/vconfirm_c.h \ - /tools/galaxy/galaxycxx/include/vnotice_c.h \ - ../../../share/src/opNote/opNoteDb.h ../../../share/epicsH/cb45to63.h \ - /tools/codebase63/source/d4all.h /tools/codebase63/source/p4port.h \ - /tools/codebase63/source/d4defs.h /tools/codebase63/source/d4data.h \ - /tools/codebase63/source/d4declar.h \ - /tools/codebase63/source/d4inline.h /tools/codebase63/source/f4flag.h \ - /tools/codebase63/source/e4expr.h /tools/codebase63/source/s4sort.h \ - /tools/codebase63/source/e4string.h \ - /tools/codebase63/source/e4error.h /tools/codebase63/source/o4opt.h \ - /tools/codebase63/source/c4com.h /tools/codebase63/source/c4trans.h \ - /tools/codebase63/source/r4relate.h ../../../share/src/opNote/opno.h \ - ../../../share/src/opNote/opNoteUtils.hxx \ - /tools/galaxy/galaxycxx/include/vcombobox.h \ - /tools/galaxy/galaxycxx/include/vlistitem.h \ - /tools/galaxy/galaxycxx/include/vlistview.h \ - /tools/galaxy/galaxycxx/include/vlist.h \ - /tools/galaxy/galaxycxx/include/vlist_c.h \ - /tools/galaxy/galaxycxx/include/vlistsize.h \ - /tools/galaxy/galaxycxx/include/vlistsize_c.h \ - /tools/galaxy/galaxycxx/include/vlistview_c.h \ - /tools/galaxy/galaxycxx/include/vliststr.h \ - /tools/galaxy/galaxycxx/include/vliststr_c.h \ - /tools/galaxy/galaxycxx/include/vlistitem_c.h \ - /tools/galaxy/galaxycxx/include/vcombobox_c.h \ - ../../../share/src/opNote/opNote.hxx \ - ../../../share/src/tisgalaxylib/textFilters.hxx \ - ../../../share/src/tisgalaxylib/tisgalaxylib.hxx \ - /tools/galaxy/galaxycxx/include/vspinner.h \ - /tools/galaxy/galaxycxx/include/vspinner_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem.h \ - /tools/galaxy/galaxycxx/include/vdomview.h \ - /tools/galaxy/galaxycxx/include/vdomain.h \ - /tools/galaxy/galaxycxx/include/vdomain_c.h \ - /tools/galaxy/galaxycxx/include/vdomview_c.h \ - /tools/galaxy/galaxycxx/include/vdomitem_c.h