## Process this file with automake to produce Makefile.in vpath %.h $(top_srcdir)/src noinst_LIBRARIES = \ libPanelModules.a EXTRA_DIST = externalModules.h externalRenderingMethods_gtk.h INCLUDES = \ -I$(top_srcdir)/src \ @OPENGL_INCLUDE_PATH@ \ @PACKAGE_GLIB_CFLAGS@ \ @PACKAGE_GTK_CFLAGS@ if PLATFORM_WIN32 cflagWin = -mms-bitfields -mno-cygwin endif AM_CFLAGS = $(cflagWin) libPanelModules_a_SOURCES = \ panelElements.c panelElements.h\ gtkAtomic.c gtkAtomic.h\ gtkSpin.c gtkSpin.h\ visuConfig.c visuConfig.h\ panelOpenGL.c panelOpenGL.h\ panelBoxAxes.c panelBoxAxes.h\ panelFogBgColor.c panelFogBgColor.h\ panelBrowser.c panelBrowser.h\ panelDataFile.c panelDataFile.h \ panelPlanes.c panelPlanes.h\ panelSurfaces.c panelSurfaces.h\ panelSurfacesTools.c panelSurfacesTools.h \ panelMethod.c panelMethod.h \ panelMap.c panelMap.h #dependencies visuConfig.o : \ visuConfig.h \ visu_tools.h \ visuConfig.c \ visu_rendering.h \ visu_configFile.h \ visu_object.h \ visu_basic.h \ visu_data.h \ gtk_main.h \ gtk_renderingWindowWidget.h \ renderingBackend/visu_windowInterface.h \ extraGtkFunctions/gtk_numericalEntryWidget.h panelElements.o : panelElements.c \ panelElements.h \ visu_tools.h \ gtk_main.h \ visu_data.h \ visu_rendering.h \ renderingBackend/visu_windowInterface.h \ externalRenderingMethods_gtk.h \ gtk_renderingWindowWidget.h \ visu_object.h \ extraGtkFunctions/gtk_colorComboBoxWidget.h gtkAtomic.o : \ gtkAtomic.c \ gtkAtomic.h \ visu_tools.h \ renderingMethods/renderingAtomic.h \ renderingBackend/visu_windowInterface.h \ panelElements.h \ visu_object.h \ visuConfig.h \ gtk_main.h gtkSpin.o : \ gtkSpin.c \ gtkSpin.h \ visu_tools.h \ renderingMethods/renderingSpin.h \ renderingBackend/visu_windowInterface.h \ openGLFunctions/view.h \ gtk_renderingWindowWidget.h \ panelElements.h \ visuConfig.h panelOpenGL.o : \ panelOpenGL.c \ panelOpenGL.h \ visu_tools.h \ gtk_main.h \ opengl.h \ visu_object.h \ support.h \ openGLFunctions/light.h \ openGLFunctions/renderingMode.h\ openGLFunctions/view.h\ visu_extension.h \ gtk_renderingWindowWidget.h panelBoxAxes.o : panelBoxAxes.c \ panelBoxAxes.h \ visu_tools.h \ gtk_main.h \ extensions/box.h \ extensions/axes.h \ visu_object.h \ gtk_renderingWindowWidget.h \ openGLFunctions/view.h\ renderingBackend/visu_windowInterface.h panelFogBgColor.o : panelFogBgColor.c \ panelFogBgColor.h \ visu_tools.h \ gtk_main.h \ extensions/fogAndBGColor.h \ visu_object.h \ gtk_renderingWindowWidget.h \ renderingBackend/visu_windowInterface.h panelBrowser.o : panelBrowser.c \ panelBrowser.h \ visu_tools.h \ visu_object.h \ gtk_main.h \ visu_rendering.h \ visu_basic.h \ support.h \ extraGtkFunctions/gtk_dumpDialogWidget.h \ gtk_renderingWindowWidget.h \ renderingBackend/visu_windowInterface.h panelDataFile.o : panelDataFile.c \ panelDataFile.h \ visu_tools.h \ visu_object.h \ extraFunctions/dataFile.h \ gtk_main.h \ coreTools/toolShade.h \ extraGtkFunctions/gtk_numericalEntryWidget.h \ renderingBackend/visu_windowInterface.h \ gtk_renderingWindowWidget.h panelPlanes.o : panelPlanes.c \ panelPlanes.h \ support.h \ gtk_main.h \ extraFunctions/plane.h \ extraGtkFunctions/gtk_colorComboBoxWidget.h \ extraGtkFunctions/gtk_numericalEntryWidget.h \ renderingBackend/visu_windowInterface.h \ visu_extension.h \ openGLFunctions/objectList.h \ visu_object.h \ gtk_renderingWindowWidget.h panelSurfaces.o : \ panelSurfaces.c \ panelSurfaces.h \ extraGtkFunctions/gtk_colorComboBoxWidget.h \ gtk_renderingWindowWidget.h \ openGLFunctions/objectList.h \ visu_data.h \ extraFunctions/scalarFields.h \ coreTools/toolOptions.h panelSurfacesTools.o : panelSurfacesTools.c \ panelSurfacesTools.h \ gtk_renderingWindowWidget.h panelMethod.o : panelMethod.c \ panelMethod.h \ gtk_main.h \ extraGtkFunctions/gtk_toolPanelWidget.h panelMap.o : panelMap.c \ panelMap.h \ visu_tools.h \ panelPlanes.h \ extraGtkFunctions/gtk_toolPanelWidget.h