## Process this file with automake to produce Makefile.in vpath %.h $(top_srcdir)/src noinst_LIBRARIES = \ libExtensions.a EXTRA_DIST = externalOpenGLExtensions.h INCLUDES = \ -I$(top_srcdir)/src \ @OPENGL_INCLUDE_PATH@ \ @PACKAGE_GLIB_CFLAGS@ if PLATFORM_WIN32 cflagWin = -mms-bitfields -mno-cygwin endif AM_CFLAGS = $(cflagWin) libExtensions_a_SOURCES = \ box.c box.h\ axes.c axes.h\ fogAndBGColor.c fogAndBGColor.h \ scale.c scale.h #dependencies box.o : \ box.c \ box.h \ visu_tools.h \ visu_extension.h \ externalOpenGLExtensions.h \ renderingBackend/visu_windowInterface.h \ visu_object.h \ visu_configFile.h \ openGLFunctions/objectList.h axes.o : \ axes.c \ axes.h \ opengl.h \ visu_extension.h \ visu_object.h \ visu_configFile.h \ visu_tools.h \ visu_data.h \ renderingBackend/visu_windowInterface.h \ openGLFunctions/text.h fogAndBGColor.o : \ fogAndBGColor.c \ fogAndBGColor.h \ renderingBackend/visu_windowInterface.h \ visu_tools.h \ visu_extension.h \ visu_object.h \ visu_configFile.h