~ubuntu-branches/ubuntu/saucy/caret/saucy-proposed

« back to all changes in this revision

Viewing changes to .pc/shared_libraries/caret/caret5.pro

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-12-15 13:22:27 UTC
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20101215132227-s39mjiwlsel1hwv6
Tags: 5.6.1.3~dfsg.1-4
Re-upload of 5.6.1.3~dfsg.1-3 with the .pc directory removed from the
source package. Left-over of conversion to 3.0 (quilt) package format
for post-squeeze versions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
######################################################################
2
 
# Automatically generated by qmake (1.04a) Tue Jan 14 11:58:13 2003
3
 
######################################################################
4
 
 
5
 
TEMPLATE = app
6
 
 
7
 
#
8
 
# For JPEG support with static linking
9
 
#
10
 
QTPLUGIN += qgif qjpeg qtiff
11
 
LIBS     += -L$(QTDIR)/plugins/imageformats
12
 
 
13
 
INCLUDEPATH += .
14
 
 
15
 
#INCLUDEPATH += /usr/local/qt-software/qt-4.1.3/src/qt3support/dialogs 
16
 
#               /usr/local/qt-software/qt-4.1.3/src/qt3support/widgets
17
 
#               /usr/local/qt-software/qt-4.1.3/src/qt3support/network 
18
 
               
19
 
include(../caret_qmake_include.pro)
20
 
 
21
 
CONFIG += assistant
22
 
 
23
 
win32 {
24
 
   CONFIG(debug) {
25
 
      LIBS += ..\caret_common\debug\libCaretCommon.a \
26
 
         ..\caret_command_operations\debug\libCaretCommandOperations.a \
27
 
         ..\caret_brain_set\debug\libCaretBrainSet.a \
28
 
         ..\caret_vtk4_classes\debug\libCaretVtk4Classes.a \
29
 
         ..\caret_files\debug\libCaretFiles.a \
30
 
              ..\caret_uniformize\debug\libCaretUniformize.a \
31
 
         ..\caret_statistics\debug\libCaretStatistics.a \
32
 
         ..\caret_widgets\debug\libCaretWidgets.a \
33
 
         ..\caret_common\debug\libCaretCommon.a 
34
 
   }
35
 
   CONFIG(release) {
36
 
      LIBS += ..\caret_common\release\libCaretCommon.a \
37
 
         ..\caret_command_operations\release\libCaretCommandOperations.a \
38
 
         ..\caret_brain_set\release\libCaretBrainSet.a \
39
 
         ..\caret_vtk4_classes\release\libCaretVtk4Classes.a \
40
 
         ..\caret_files\release\libCaretFiles.a \
41
 
              ..\caret_uniformize\release\libCaretUniformize.a \
42
 
         ..\caret_statistics\release\libCaretStatistics.a \
43
 
         ..\caret_widgets\release\libCaretWidgets.a \
44
 
         ..\caret_common\release\libCaretCommon.a 
45
 
   }
46
 
   
47
 
   contains ( DEFINES, HAVE_ITK ) {
48
 
      LIBS += $$ITK_LIBS
49
 
   }
50
 
   
51
 
   LIBS += $$VTK_LIBS
52
 
   
53
 
   LIBS += $$QWT_LIBS
54
 
 
55
 
   contains( DEFINES, HAVE_MINC ) {
56
 
      LIBS += $$NETCDF_LIBS
57
 
   }
58
 
 
59
 
   RC_FILE = caret5.rc
60
 
}
61
 
 
62
 
win32::debug {
63
 
   CONFIG += console
64
 
}
65
 
 
66
 
macx {
67
 
   #INCLUDEPATH += \
68
 
        #         /System/Library/Frameworks//ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/Headers
69
 
 
70
 
   QMAKE_LFLAGS_APP -= -prebind
71
 
   
72
 
   LIBS +=  \
73
 
      -L../caret_command_operations -lCaretCommandOperations \
74
 
           -L../caret_brain_set -lCaretBrainSet \
75
 
      -L../caret_vtk4_classes -lCaretVtk4Classes \
76
 
           -L../caret_files -lCaretFiles \
77
 
           -L../caret_uniformize -lCaretUniformize \
78
 
           -L../caret_statistics -lCaretStatistics \
79
 
           -L../caret_common -lCaretCommon \
80
 
           -L../caret_widgets -lCaretWidgets 
81
 
      
82
 
 
83
 
   contains ( DEFINES, HAVE_ITK ) {
84
 
      LIBS += $$ITK_LIBS
85
 
   }
86
 
   
87
 
   LIBS += $$VTK_LIBS
88
 
   
89
 
   LIBS += $$QWT_LIBS
90
 
 
91
 
   contains( DEFINES, HAVE_MINC ) {
92
 
      LIBS += $$NETCDF_LIBS
93
 
   }
94
 
 
95
 
   LIBS += \
96
 
           -framework Carbon \
97
 
           -framework Quicktime 
98
 
   
99
 
#   RC_FILE             = caret5.icns
100
 
#   QMAKE_INFO_PLIST    = Info.plist
101
 
}
102
 
 
103
 
unix:!ubuntu {
104
 
   PRE_TARGETDEPS +=  \
105
 
      ../caret_command_operations/libCaretCommandOperations.a \
106
 
           ../caret_brain_set/libCaretBrainSet.a \
107
 
      ../caret_vtk4_classes/libCaretVtk4Classes.a \
108
 
           ../caret_files/libCaretFiles.a \
109
 
           ../caret_uniformize/libCaretUniformize.a \
110
 
           ../caret_statistics/libCaretStatistics.a \
111
 
           ../caret_common/libCaretCommon.a \
112
 
           ../caret_widgets/libCaretWidgets.a      
113
 
}
114
 
 
115
 
ubuntu {
116
 
   PRE_TARGETDEPS +=  \
117
 
      ../caret_command_operations/libCaretCommandOperations.so \
118
 
           ../caret_brain_set/libCaretBrainSet.so \
119
 
           ../caret_files/libCaretFiles.so \
120
 
           ../caret_uniformize/libCaretUniformize.so \
121
 
           ../caret_statistics/libCaretStatistics.so \
122
 
           ../caret_common/libCaretCommon.so \
123
 
           ../caret_widgets/libCaretWidgets.so
124
 
   LIBS +=  \
125
 
      -L../caret_command_operations -lCaretCommandOperations \
126
 
           -L../caret_brain_set -lCaretBrainSet \
127
 
           -L../caret_files -lCaretFiles \
128
 
           -L../caret_uniformize -lCaretUniformize \
129
 
           -L../caret_statistics -lCaretStatistics \
130
 
           -L../caret_common -lCaretCommon \
131
 
           -L../caret_widgets -lCaretWidgets
132
 
 
133
 
   contains ( DEFINES, HAVE_ITK ) {
134
 
      LIBS += $$ITK_LIBS
135
 
   }
136
 
 
137
 
   LIBS += $$VTK_LIBS
138
 
 
139
 
   LIBS += $$QWT_LIBS
140
 
 
141
 
   contains( DEFINES, HAVE_MINC ) {
142
 
      LIBS += $$NETCDF_LIBS
143
 
   }
144
 
   LIBS -= -lvtkjpeg -lvtkpng -lvtkexpat -lvtkzlib
145
 
   LIBS += -ldl
146
 
   QTPLUGIN -= qgif qjpeg qtiff
147
 
   QMAKE_CXXFLAGS += -DUBUNTU
148
 
}
149
 
 
150
 
unix:release {
151
 
    QMAKE_POST_LINK=strip $(TARGET)
152
 
}
153
 
 
154
 
unix:!macx:!ubuntu {
155
 
   LIBS +=  \
156
 
      -L../caret_command_operations -lCaretCommandOperations \
157
 
           -L../caret_brain_set -lCaretBrainSet \
158
 
      -L../caret_vtk4_classes -lCaretVtk4Classes \
159
 
           -L../caret_files -lCaretFiles \
160
 
           -L../caret_uniformize -lCaretUniformize \
161
 
           -L../caret_statistics -lCaretStatistics \
162
 
           -L../caret_common -lCaretCommon \
163
 
           -L../caret_widgets -lCaretWidgets
164
 
 
165
 
   contains ( DEFINES, HAVE_ITK ) {
166
 
      LIBS += $$ITK_LIBS
167
 
   }
168
 
   
169
 
   LIBS += $$VTK_LIBS
170
 
   
171
 
   LIBS += $$QWT_LIBS
172
 
 
173
 
   contains( DEFINES, HAVE_MINC ) {
174
 
      LIBS += $$NETCDF_LIBS
175
 
   }
176
 
 
177
 
   # FreeBSD 5.3 uses vtk 4.3, which does not have separate libraries
178
 
   # for jpeg, png, and expat.
179
 
   # FreeBSD also does not have libdl, but integrates its functions
180
 
   # into libc.
181
 
   !exists( /etc/rc.conf ) {
182
 
      LIBS += -lvtkjpeg \
183
 
              -lvtkpng \
184
 
              -lvtkexpat \
185
 
              -ldl 
186
 
   }       
187
 
 
188
 
   # for SGI systems
189
 
   exists( /usr/lib/libgen.so ) {
190
 
      LIBS       += -lgen -LD_LAYOUT:lgot_buffer=500
191
 
   }
192
 
}
193
 
 
194
 
# Input
195
 
HEADERS += global_variables.h \
196
 
           CommunicatorClientAFNI.h \
197
 
           CommunicatorClientFIV.h \
198
 
           CommunicatorClientBase.h \
199
 
           GuiAddCellsDialog.h \
200
 
           GuiAlignSurfaceToStandardOrientationDialog.h \
201
 
           GuiApplyDeformationMapDialog.h \
202
 
           GuiAverageBorderDialog.h \
203
 
           GuiAverageCoordinateDialog.h \
204
 
           GuiAutomaticRotationDialog.h \
205
 
           GuiBatchCommandDialog.h \
206
 
           GuiBorderAttributesDialog.h \
207
 
      GuiBorderComparisonDialog.h \
208
 
      GuiBorderDrawUpdateDialog.h \
209
 
           GuiBorderNamesListBoxSelectionDialog.h \
210
 
      GuiBorderOperationsDialog.h \
211
 
           GuiBorderProjectionDialog.h \
212
 
      GuiBordersCreateInterpolatedDialog.h \
213
 
      GuiBrainModelOpenGL.h \
214
 
      GuiBrainModelOpenGLKeyEvent.h \
215
 
           GuiBrainModelOpenGLMouseEvent.h \
216
 
           GuiBrainModelOpenGLPopupMenu.h \
217
 
      GuiBrainModelSelectionComboBox.h \
218
 
      GuiBrainModelSurfaceSelectionComboBox.h \
219
 
      GuiBrainModelViewingWindow.h \
220
 
      GuiBrainSetAndModelSelectionControl.h \
221
 
      GuiCaptureWindowImageDialog.h \
222
 
      GuiCaretCommandDialog.h \
223
 
      GuiCaretCommandScriptBuilderDialog.h \
224
 
      GuiCaretCommandWidget.h \
225
 
      GuiCaretTipsDialog.h \
226
 
      GuiCategoryComboBox.h \
227
 
      GuiCellAndFociAttributeAssignmentDialog.h \
228
 
      GuiCellAndFociReportDialog.h \
229
 
           GuiCellAttributesDialog.h \
230
 
      GuiCellsOrFociProjectionDialog.h \
231
 
           GuiChooseNodeAttributeColumnDialog.h \
232
 
      GuiChooseSpecFileDialog.h \
233
 
           GuiColorFileEditorDialog.h \
234
 
      GuiColorFileEditorWidget.h \
235
 
      GuiColorKeyDialog.h \
236
 
           GuiColorSelectionDialog.h \
237
 
      GuiCommaSeparatedValueFileEditor.h \
238
 
           GuiCommunicatorClientConnectDialog.h \
239
 
      GuiConnectivityDialog.h \
240
 
           GuiContourAlignmentDialog.h \
241
 
           GuiContourDrawDialog.h \
242
 
           GuiContourReconstructionDialog.h \
243
 
           GuiContourSectionControlDialog.h \
244
 
           GuiContourSetScaleDialog.h \
245
 
           GuiConvertDataFileDialog.h \
246
 
      GuiCopySpecFileDialog.h \
247
 
           GuiCurrentColoringToRgbPaintDialog.h \
248
 
           GuiDataFileCommentDialog.h \
249
 
      GuiDataFileImportOptionsDialog.h \
250
 
      GuiDataFileMathDialog.h \
251
 
      GuiDataFileOpenDialog.h \
252
 
      GuiDataFileSaveDialog.h \
253
 
           GuiDeformationFieldDialog.h \
254
 
           GuiDeleteBordersByNameDialog.h \
255
 
           GuiDisplayControlDialog.h \
256
 
      GuiDisplayControlSurfaceOverlayWidget.h \
257
 
           GuiDistortionDialog.h \
258
 
           GuiDrawBorderDialog.h \
259
 
      GuiFilesModified.h \
260
 
      GuiFileDialogWithInstructions.h \
261
 
      GuiFileSelectionButton.h \
262
 
      GuiFileSelectionButtonAndLineEditWidget.h \
263
 
      GuiFileSelectionListWidget.h \
264
 
      GuiFociPalsProjectionDialog.h \
265
 
      GuiFociSearchWidget.h \
266
 
           GuiFociUncertaintyLimitsDialog.h \
267
 
      GuiFlattenFullHemisphereDialog.h \
268
 
           GuiFlattenHemisphereDialog.h \
269
 
           GuiFlattenHemisphereInstructionsDialog.h \
270
 
           GuiGenerateArealEstimationDialog.h \
271
 
           GuiGenerateSulcalDepthDialog.h \
272
 
           GuiGenerateSurfaceCurvatureDialog.h \
273
 
      GuiGraphWidget.h \
274
 
      GuiGraphWidgetDialog.h \
275
 
      GuiHelpAssistantWindow.h \
276
 
      GuiHelpViewerWindow.h \
277
 
      GuiHistogramDisplayDialog.h \
278
 
      GuiHtmlColorChooserDialog.h \
279
 
           GuiHyperLinkTextBrowser.h \
280
 
      GuiIdentifyDialog.h \
281
 
      GuiImageEditorWindow.h \
282
 
      GuiImageFormatComboBox.h \
283
 
      GuiImageResizeDialog.h \
284
 
      GuiImageViewingWindow.h \
285
 
           GuiInflateAndSmoothFingersDialog.h \
286
 
           GuiInflateSurfaceDialog.h \
287
 
           GuiInterpolateSurfacesDialog.h \
288
 
      GuiLoadedFileManagementDialog.h \
289
 
      GuiMacOSXApplication.h \
290
 
      GuiMainWindow.h \
291
 
      GuiMainWindowAttributesActions.h \
292
 
           GuiMainWindowAttributesMenu.h \
293
 
      GuiMainWindowCommActions.h \
294
 
           GuiMainWindowCommMenu.h \
295
 
      GuiMainWindowFileActions.h \
296
 
      GuiMainWindowFileMenu.h \
297
 
      GuiMainWindowHelpActions.h \
298
 
      GuiMainWindowHelpMenu.h \
299
 
      GuiMainWindowLayersActions.h \
300
 
           GuiMainWindowLayersMenu.h \
301
 
      GuiMainWindowSurfaceActions.h \
302
 
      GuiMainWindowSurfaceMenu.h \
303
 
      GuiMainWindowTimingActions.h \
304
 
      GuiMainWindowTimingMenu.h \
305
 
      GuiMainWindowVolumeActions.h \
306
 
           GuiMainWindowVolumeMenu.h \
307
 
      GuiMainWindowWindowActions.h \
308
 
      GuiMainWindowWindowMenu.h \
309
 
      GuiMapFmriAtlasDialog.h \  
310
 
      GuiMapFmriDialog.h \
311
 
      GuiMapFmriMappingSet.h \
312
 
      GuiMapFmriMetricInfo.h \
313
 
      GuiMapFmriSpecFileTopoCoordDialog.h \
314
 
      GuiMapFmriThresholdDialog.h \
315
 
      GuiMapFmriVolume.h \
316
 
      GuiMapStereotaxicFocusDialog.h \
317
 
           GuiMetricModificationDialog.h \
318
 
           GuiMetricsToRgbPaintDialog.h \
319
 
      GuiModelSelectionControl.h \
320
 
      GuiModelsEditorDialog.h \
321
 
           GuiMorphingDialog.h \
322
 
           GuiMorphingMeasurementsDialog.h \
323
 
      GuiMouseModePopupMenu.h \
324
 
           GuiMultipleInputDialog.h \
325
 
           GuiMultiresolutionMorphingDialog.h \
326
 
           GuiNameSelectionDialog.h \
327
 
           GuiNodeAttributeColumnSelectionComboBox.h \
328
 
           GuiNodeAttributeFileClearResetDialog.h \
329
 
           GuiLoadNodeAttributeFileColumnSelectionDialog.h \
330
 
           GuiPaintColumnNamesListBoxSelectionDialog.h \
331
 
           GuiPaintNameEditorDialog.h \
332
 
      GuiPaletteColorSelectionDialog.h \
333
 
      GuiPaletteEditorDialog.h \
334
 
      GuiParamsFileEditorDialog.h \
335
 
           GuiPreferencesDialog.h \
336
 
      GuiPreviousSpecFileComboBox.h \
337
 
           GuiRecordingDialog.h \
338
 
           GuiResectionDialog.h \
339
 
           GuiSectionControlDialog.h \
340
 
           GuiSetTopologyDialog.h \
341
 
           GuiSetViewDialog.h \
342
 
      GuiShapeOrVectorsFromCoordinateSubtractionDialog.h \
343
 
      GuiShellCommandWindow.h \
344
 
           GuiSmoothingDialog.h \
345
 
      GuiSpecAndSceneFileCreationDialog.h \
346
 
      GuiSpecFileCreationDialog.h \
347
 
      GuiSpecFileDialog.h \
348
 
      GuiSpeciesComboBox.h \
349
 
      GuiStandardMeshDialog.h \
350
 
      GuiStereotaxicSpaceComboBox.h \
351
 
      GuiStructureComboBox.h \
352
 
      GuiStudyCollectionFileEditorDialog.h \
353
 
      GuiStudyInfoEditorWidget.h \
354
 
      GuiStudyMetaDataFileEditorDialog.h \
355
 
      GuiStudyMetaDataLinkCreationDialog.h \
356
 
      GuiSumsDialog.h \
357
 
           GuiSurfaceDeformationDialog.h \
358
 
           GuiSurfaceInformationDialog.h \
359
 
           GuiSurfaceRegionOfInterestDialog.h \
360
 
           GuiSurfaceRegionOfInterestDialogOLD.h \
361
 
           GuiSurfaceSpmTransformDialog.h \
362
 
           GuiSurfaceToVolumeDialog.h \
363
 
      GuiSurfaceTopologyReportDialog.h \
364
 
      GuiSurfaceTypeComboBox.h \
365
 
      GuiTextBrowser.h \
366
 
           GuiToolBar.h \
367
 
      GuiToolBarActions.h \
368
 
           GuiTopologyFileComboBox.h \
369
 
      GuiTopologyTypeComboBox.h \
370
 
           GuiTransformationMatrixDialog.h \
371
 
      GuiTransformationMatrixSelectionControl.h \
372
 
           GuiUserViewSaveDialog.h \
373
 
      GuiVectorFileComboBox.h \
374
 
      GuiVocabularyFileEditorDialog.h \
375
 
           GuiVolumeAttributesDialog.h \
376
 
      GuiVolumeBiasCorrectionDialog.h \
377
 
      GuiVolumeCreateDialog.h \
378
 
           GuiVolumeFileOrientationComboBox.h \
379
 
           GuiVolumeFileSelectionComboBox.h \
380
 
      GuiVolumeFileTypeComboBox.h \
381
 
           GuiVolumeHandleFinderDialog.h \
382
 
      GuiVolumePaintEditorDialog.h \
383
 
           GuiVolumeReconstructionDialog.h \
384
 
           GuiVolumeRegionOfInterestDialog.h \
385
 
      GuiVolumeRescaleDialog.h \
386
 
           GuiVolumeResizingDialog.h \
387
 
           GuiVolumeSegmentationEditorDialog.h \
388
 
      GuiVolumeSelectionControl.h \
389
 
      GuiVolumeSelectionDialog.h \
390
 
      GuiVolumeSureFitSegmentationDialog.h \
391
 
      GuiVolumeThresholdSegmentationDialog.h \
392
 
      GuiVolumeTopologyReportDialog.h \
393
 
      GuiVolumeTypeComboBox.h \
394
 
      GuiVolumeVoxelDataTypeComboBox.h \
395
 
      GuiZipSpecFileDialog.h
396
 
 
397
 
SOURCES += CommunicatorClientAFNI.cxx \
398
 
           CommunicatorClientFIV.cxx \
399
 
           CommunicatorClientBase.cxx \
400
 
           GuiAddCellsDialog.cxx \
401
 
           GuiAlignSurfaceToStandardOrientationDialog.cxx \
402
 
           GuiApplyDeformationMapDialog.cxx \
403
 
           GuiAutomaticRotationDialog.cxx \
404
 
           GuiAverageBorderDialog.cxx \
405
 
           GuiAverageCoordinateDialog.cxx \
406
 
           GuiBatchCommandDialog.cxx \
407
 
           GuiBorderAttributesDialog.cxx \
408
 
      GuiBorderComparisonDialog.cxx \
409
 
      GuiBorderDrawUpdateDialog.cxx \
410
 
           GuiBorderNamesListBoxSelectionDialog.cxx \
411
 
      GuiBorderOperationsDialog.cxx \
412
 
           GuiBorderProjectionDialog.cxx \
413
 
      GuiBordersCreateInterpolatedDialog.cxx \
414
 
           GuiBrainModelOpenGL.cxx \
415
 
      GuiBrainModelOpenGLKeyEvent.cxx \
416
 
           GuiBrainModelOpenGLMouseEvent.cxx \
417
 
           GuiBrainModelOpenGLPopupMenu.cxx \
418
 
      GuiBrainModelSelectionComboBox.cxx \
419
 
      GuiBrainModelSurfaceSelectionComboBox.cxx \
420
 
      GuiBrainModelViewingWindow.cxx \
421
 
      GuiBrainSetAndModelSelectionControl.cxx \
422
 
      GuiCaptureWindowImageDialog.cxx \
423
 
      GuiCaretCommandDialog.cxx \
424
 
      GuiCaretCommandScriptBuilderDialog.cxx \
425
 
      GuiCaretCommandWidget.cxx \
426
 
      GuiCaretTipsDialog.cxx \
427
 
      GuiCategoryComboBox.cxx \
428
 
      GuiCellAndFociAttributeAssignmentDialog.cxx \
429
 
      GuiCellAndFociReportDialog.cxx \
430
 
           GuiCellAttributesDialog.cxx \
431
 
      GuiCellsOrFociProjectionDialog.cxx \
432
 
           GuiChooseNodeAttributeColumnDialog.cxx \
433
 
      GuiChooseSpecFileDialog.cxx \
434
 
           GuiColorFileEditorDialog.cxx \
435
 
      GuiColorFileEditorWidget.cxx \
436
 
      GuiColorKeyDialog.cxx \
437
 
           GuiColorSelectionDialog.cxx \
438
 
      GuiCommaSeparatedValueFileEditor.cxx \
439
 
           GuiCommunicatorClientConnectDialog.cxx \
440
 
      GuiConnectivityDialog.cxx \
441
 
           GuiContourAlignmentDialog.cxx \
442
 
           GuiContourDrawDialog.cxx \
443
 
           GuiContourReconstructionDialog.cxx \
444
 
           GuiContourSectionControlDialog.cxx \
445
 
           GuiContourSetScaleDialog.cxx \
446
 
           GuiConvertDataFileDialog.cxx \
447
 
      GuiCopySpecFileDialog.cxx \ 
448
 
           GuiCurrentColoringToRgbPaintDialog.cxx \
449
 
           GuiDataFileCommentDialog.cxx \
450
 
      GuiDataFileImportOptionsDialog.cxx \
451
 
      GuiDataFileMathDialog.cxx \
452
 
      GuiDataFileOpenDialog.cxx \
453
 
      GuiDataFileSaveDialog.cxx \
454
 
           GuiDeformationFieldDialog.cxx \
455
 
           GuiDeleteBordersByNameDialog.cxx \
456
 
           GuiDisplayControlDialog.cxx \
457
 
      GuiDisplayControlSurfaceOverlayWidget.cxx \
458
 
           GuiDistortionDialog.cxx \
459
 
           GuiDrawBorderDialog.cxx \
460
 
      GuiFilesModified.cxx \
461
 
      GuiFileDialogWithInstructions.cxx \
462
 
      GuiFileSelectionButton.cxx \
463
 
      GuiFileSelectionButtonAndLineEditWidget.cxx \
464
 
      GuiFileSelectionListWidget.cxx \
465
 
      GuiFociPalsProjectionDialog.cxx \
466
 
      GuiFociSearchWidget.cxx \
467
 
           GuiFociUncertaintyLimitsDialog.cxx \
468
 
      GuiFlattenFullHemisphereDialog.cxx \
469
 
           GuiFlattenHemisphereDialog.cxx \
470
 
           GuiFlattenHemisphereInstructionsDialog.cxx \
471
 
           GuiGenerateArealEstimationDialog.cxx \
472
 
           GuiGenerateSulcalDepthDialog.cxx \
473
 
           GuiGenerateSurfaceCurvatureDialog.cxx \
474
 
      GuiGraphWidget.cxx \
475
 
      GuiGraphWidgetDialog.cxx \
476
 
      GuiHelpAssistantWindow.cxx \
477
 
      GuiHelpViewerWindow.cxx \
478
 
      GuiHistogramDisplayDialog.cxx \
479
 
      GuiHtmlColorChooserDialog.cxx \
480
 
           GuiHyperLinkTextBrowser.cxx \
481
 
      GuiIdentifyDialog.cxx \
482
 
      GuiImageEditorWindow.cxx \
483
 
      GuiImageFormatComboBox.cxx \
484
 
      GuiImageResizeDialog.cxx \
485
 
      GuiImageViewingWindow.cxx \
486
 
           GuiInflateAndSmoothFingersDialog.cxx \
487
 
           GuiInflateSurfaceDialog.cxx \
488
 
           GuiInterpolateSurfacesDialog.cxx \
489
 
      GuiLoadedFileManagementDialog.cxx \
490
 
      GuiMacOSXApplication.cxx \
491
 
      GuiMainWindow.cxx \
492
 
      GuiMainWindowAttributesActions.cxx \
493
 
           GuiMainWindowAttributesMenu.cxx \
494
 
      GuiMainWindowCommActions.cxx \
495
 
           GuiMainWindowCommMenu.cxx \
496
 
      GuiMainWindowFileActions.cxx \
497
 
      GuiMainWindowFileMenu.cxx \
498
 
      GuiMainWindowHelpActions.cxx \
499
 
      GuiMainWindowHelpMenu.cxx \
500
 
      GuiMainWindowLayersActions.cxx \
501
 
           GuiMainWindowLayersMenu.cxx \
502
 
      GuiMainWindowTimingActions.cxx \
503
 
      GuiMainWindowTimingMenu.cxx \
504
 
      GuiMainWindowSurfaceActions.cxx \
505
 
      GuiMainWindowSurfaceMenu.cxx \
506
 
      GuiMainWindowVolumeActions.cxx \
507
 
           GuiMainWindowVolumeMenu.cxx \
508
 
      GuiMainWindowWindowActions.cxx \
509
 
      GuiMainWindowWindowMenu.cxx \
510
 
      GuiMapFmriAtlasDialog.cxx \
511
 
      GuiMapFmriDialog.cxx \
512
 
      GuiMapFmriMappingSet.cxx \
513
 
      GuiMapFmriMetricInfo.cxx \
514
 
      GuiMapFmriSpecFileTopoCoordDialog.cxx \
515
 
      GuiMapFmriThresholdDialog.cxx \
516
 
      GuiMapFmriVolume.cxx      \
517
 
      GuiMapStereotaxicFocusDialog.cxx \
518
 
           GuiMetricModificationDialog.cxx \
519
 
           GuiMetricsToRgbPaintDialog.cxx \
520
 
      GuiModelSelectionControl.cxx \
521
 
      GuiModelsEditorDialog.cxx \
522
 
           GuiMorphingDialog.cxx \
523
 
           GuiMorphingMeasurementsDialog.cxx \
524
 
      GuiMouseModePopupMenu.cxx \
525
 
           GuiMultipleInputDialog.cxx \
526
 
           GuiMultiresolutionMorphingDialog.cxx \
527
 
           GuiNameSelectionDialog.cxx \
528
 
           GuiNodeAttributeColumnSelectionComboBox.cxx \
529
 
           GuiNodeAttributeFileClearResetDialog.cxx \
530
 
           GuiLoadNodeAttributeFileColumnSelectionDialog.cxx \
531
 
           GuiPaintColumnNamesListBoxSelectionDialog.cxx \
532
 
           GuiPaintNameEditorDialog.cxx \
533
 
      GuiPaletteColorSelectionDialog.cxx \
534
 
      GuiPaletteEditorDialog.cxx \
535
 
      GuiParamsFileEditorDialog.cxx \
536
 
           GuiPreferencesDialog.cxx \
537
 
      GuiPreviousSpecFileComboBox.cxx \
538
 
           GuiRecordingDialog.cxx \
539
 
           GuiResectionDialog.cxx \
540
 
           GuiSetTopologyDialog.cxx \
541
 
           GuiSetViewDialog.cxx \
542
 
      GuiShapeOrVectorsFromCoordinateSubtractionDialog.cxx \
543
 
           GuiSectionControlDialog.cxx \
544
 
      GuiShellCommandWindow.cxx \
545
 
           GuiSmoothingDialog.cxx \
546
 
      GuiSpecAndSceneFileCreationDialog.cxx \
547
 
      GuiSpecFileCreationDialog.cxx \
548
 
      GuiSpecFileDialog.cxx \
549
 
      GuiSpeciesComboBox.cxx \
550
 
      GuiStandardMeshDialog.cxx \
551
 
      GuiStereotaxicSpaceComboBox.cxx \
552
 
      GuiStructureComboBox.cxx \
553
 
      GuiStudyCollectionFileEditorDialog.cxx \
554
 
      GuiStudyInfoEditorWidget.cxx \
555
 
      GuiStudyMetaDataFileEditorDialog.cxx \
556
 
      GuiStudyMetaDataLinkCreationDialog.cxx \
557
 
      GuiSumsDialog.cxx \
558
 
           GuiSurfaceDeformationDialog.cxx \
559
 
           GuiSurfaceInformationDialog.cxx \
560
 
           GuiSurfaceRegionOfInterestDialog.cxx \
561
 
           GuiSurfaceRegionOfInterestDialogOLD.cxx \
562
 
           GuiSurfaceSpmTransformDialog.cxx \
563
 
           GuiSurfaceToVolumeDialog.cxx \
564
 
      GuiSurfaceTopologyReportDialog.cxx \
565
 
      GuiSurfaceTypeComboBox.cxx \
566
 
      GuiTextBrowser.cxx \
567
 
      GuiTopologyTypeComboBox.cxx \
568
 
           GuiToolBar.cxx \
569
 
      GuiToolBarActions.cxx \
570
 
           GuiTopologyFileComboBox.cxx \
571
 
           GuiTransformationMatrixDialog.cxx \
572
 
      GuiTransformationMatrixSelectionControl.cxx \
573
 
           GuiUserViewSaveDialog.cxx \
574
 
      GuiVectorFileComboBox.cxx \
575
 
      GuiVocabularyFileEditorDialog.cxx \
576
 
           GuiVolumeAttributesDialog.cxx \
577
 
      GuiVolumeBiasCorrectionDialog.cxx \
578
 
      GuiVolumeCreateDialog.cxx \
579
 
           GuiVolumeFileOrientationComboBox.cxx \
580
 
           GuiVolumeFileSelectionComboBox.cxx \
581
 
      GuiVolumeFileTypeComboBox.cxx \
582
 
           GuiVolumeHandleFinderDialog.cxx \
583
 
      GuiVolumePaintEditorDialog.cxx \
584
 
           GuiVolumeReconstructionDialog.cxx \
585
 
           GuiVolumeRegionOfInterestDialog.cxx \
586
 
      GuiVolumeRescaleDialog.cxx \
587
 
           GuiVolumeResizingDialog.cxx \
588
 
           GuiVolumeSegmentationEditorDialog.cxx \
589
 
      GuiVolumeSelectionControl.cxx \
590
 
      GuiVolumeSelectionDialog.cxx \
591
 
      GuiVolumeSureFitSegmentationDialog.cxx \
592
 
      GuiVolumeThresholdSegmentationDialog.cxx \
593
 
      GuiVolumeTopologyReportDialog.cxx \
594
 
      GuiVolumeTypeComboBox.cxx \
595
 
      GuiVolumeVoxelDataTypeComboBox.cxx \
596
 
      GuiZipSpecFileDialog.cxx \
597
 
      main.cxx