#############################################################################
# Makefile for building: mview.app/Contents/MacOS/mview
# Generated by qmake (2.01a) (Qt 4.7.2) on: Sat Jul 23 08:34:22 2011
# Project:  mview.pro
# Template: app
# Command: /usr/bin/qmake -spec /usr/local/Qt4.7/mkspecs/macx-g++ -o Makefile mview.pro
#############################################################################

####### Compiler, tools and options

CC            = gcc
CXX           = g++
DEFINES       = -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED
CFLAGS        = -pipe -g -gdwarf-2 -Wall -W $(DEFINES)
CXXFLAGS      = -pipe -g -gdwarf-2 -Wall -W $(DEFINES)
INCPATH       = -I/usr/local/Qt4.7/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/Library/Frameworks/QtOpenGL.framework/Versions/4/Headers -I/usr/include/QtOpenGL -I/usr/include -I. -I/System/Library/Frameworks/OpenGL.framework/Versions/A/Headers -I/System/Library/Frameworks/AGL.framework/Headers -I. -F/Library/Frameworks
LINK          = g++
LFLAGS        = -headerpad_max_install_names
LIBS          = $(SUBLIBS) -F/Library/Frameworks -L/Library/Frameworks -framework QtOpenGL -framework QtGui -framework QtCore -framework OpenGL -framework AGL 
AR            = ar cq
RANLIB        = ranlib -s
QMAKE         = /usr/bin/qmake
TAR           = tar -cf
COMPRESS      = gzip -9f
COPY          = cp -f
SED           = sed
COPY_FILE     = cp -f
COPY_DIR      = cp -f -R
STRIP         = 
INSTALL_FILE  = $(COPY_FILE)
INSTALL_DIR   = $(COPY_DIR)
INSTALL_PROGRAM = $(COPY_FILE)
DEL_FILE      = rm -f
SYMLINK       = ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p
export MACOSX_DEPLOYMENT_TARGET = 10.4

####### Output directory

OBJECTS_DIR   = ./

####### Files

SOURCES       = coordinates.cpp \
		edge.cpp \
		feature_mesh.cpp \
		geomview_mesh.cpp \
		glmesh.cpp \
		glmesh_common.cpp \
		gts_mesh.cpp \
		image.cpp \
		list_mesh.cpp \
		main.cpp \
		mathvector.cpp \
		mesh.cpp \
		mview.cpp \
		obj_mesh.cpp \
		p_mesh.cpp \
		ply_mesh.cpp \
		shallo_mesh.cpp \
		shape.cpp \
		texture.cpp \
		triangle.cpp \
		vertex.cpp \
		viewpointdialog.cpp \
		vrml1_mesh.cpp \
		vrml2_mesh.cpp \
		vtk_mesh.cpp \
		x3d_mesh.cpp moc_coordinates.cpp \
		moc_glmesh.cpp \
		moc_mview.cpp \
		moc_viewpointdialog.cpp
OBJECTS       = coordinates.o \
		edge.o \
		feature_mesh.o \
		geomview_mesh.o \
		glmesh.o \
		glmesh_common.o \
		gts_mesh.o \
		image.o \
		list_mesh.o \
		main.o \
		mathvector.o \
		mesh.o \
		mview.o \
		obj_mesh.o \
		p_mesh.o \
		ply_mesh.o \
		shallo_mesh.o \
		shape.o \
		texture.o \
		triangle.o \
		vertex.o \
		viewpointdialog.o \
		vrml1_mesh.o \
		vrml2_mesh.o \
		vtk_mesh.o \
		x3d_mesh.o \
		moc_coordinates.o \
		moc_glmesh.o \
		moc_mview.o \
		moc_viewpointdialog.o
DIST          = /usr/local/Qt4.7/mkspecs/common/unix.conf \
		/usr/local/Qt4.7/mkspecs/common/mac.conf \
		/usr/local/Qt4.7/mkspecs/common/mac-g++.conf \
		/usr/local/Qt4.7/mkspecs/qconfig.pri \
		/usr/local/Qt4.7/mkspecs/modules/qt_webkit_version.pri \
		/usr/local/Qt4.7/mkspecs/features/qt_functions.prf \
		/usr/local/Qt4.7/mkspecs/features/qt_config.prf \
		/usr/local/Qt4.7/mkspecs/features/exclusive_builds.prf \
		/usr/local/Qt4.7/mkspecs/features/default_pre.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/default_pre.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/dwarf2.prf \
		/usr/local/Qt4.7/mkspecs/features/debug.prf \
		/usr/local/Qt4.7/mkspecs/features/default_post.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/default_post.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/objective_c.prf \
		/usr/local/Qt4.7/mkspecs/features/warn_on.prf \
		/usr/local/Qt4.7/mkspecs/features/qt.prf \
		/usr/local/Qt4.7/mkspecs/features/unix/opengl.prf \
		/usr/local/Qt4.7/mkspecs/features/unix/thread.prf \
		/usr/local/Qt4.7/mkspecs/features/moc.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/rez.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/sdk.prf \
		/usr/local/Qt4.7/mkspecs/features/resources.prf \
		/usr/local/Qt4.7/mkspecs/features/uic.prf \
		/usr/local/Qt4.7/mkspecs/features/yacc.prf \
		/usr/local/Qt4.7/mkspecs/features/lex.prf \
		/usr/local/Qt4.7/mkspecs/features/include_source_dir.prf \
		mview.pro
QMAKE_TARGET  = mview
DESTDIR       = 
TARGET        = mview.app/Contents/MacOS/mview

####### Custom Compiler Variables
QMAKE_COMP_QMAKE_OBJECTIVE_CFLAGS = -pipe \
		-g \
		-gdwarf-2 \
		-Wall \
		-W


first: all
####### Implicit rules

.SUFFIXES: .o .c .cpp .cc .cxx .C

.cpp.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cc.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.cxx.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.C.o:
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o "$@" "$<"

.c.o:
	$(CC) -c $(CFLAGS) $(INCPATH) -o "$@" "$<"

####### Build rules

all: Makefile mview.app/Contents/PkgInfo mview.app/Contents/Resources/empty.lproj mview.app/Contents/Info.plist $(TARGET)

$(TARGET):  $(OBJECTS)  
	@$(CHK_DIR_EXISTS) mview.app/Contents/MacOS/ || $(MKDIR) mview.app/Contents/MacOS/ 
	$(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS)

Makefile: mview.pro  /usr/local/Qt4.7/mkspecs/macx-g++/qmake.conf /usr/local/Qt4.7/mkspecs/common/unix.conf \
		/usr/local/Qt4.7/mkspecs/common/mac.conf \
		/usr/local/Qt4.7/mkspecs/common/mac-g++.conf \
		/usr/local/Qt4.7/mkspecs/qconfig.pri \
		/usr/local/Qt4.7/mkspecs/modules/qt_webkit_version.pri \
		/usr/local/Qt4.7/mkspecs/features/qt_functions.prf \
		/usr/local/Qt4.7/mkspecs/features/qt_config.prf \
		/usr/local/Qt4.7/mkspecs/features/exclusive_builds.prf \
		/usr/local/Qt4.7/mkspecs/features/default_pre.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/default_pre.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/dwarf2.prf \
		/usr/local/Qt4.7/mkspecs/features/debug.prf \
		/usr/local/Qt4.7/mkspecs/features/default_post.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/default_post.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/objective_c.prf \
		/usr/local/Qt4.7/mkspecs/features/warn_on.prf \
		/usr/local/Qt4.7/mkspecs/features/qt.prf \
		/usr/local/Qt4.7/mkspecs/features/unix/opengl.prf \
		/usr/local/Qt4.7/mkspecs/features/unix/thread.prf \
		/usr/local/Qt4.7/mkspecs/features/moc.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/rez.prf \
		/usr/local/Qt4.7/mkspecs/features/mac/sdk.prf \
		/usr/local/Qt4.7/mkspecs/features/resources.prf \
		/usr/local/Qt4.7/mkspecs/features/uic.prf \
		/usr/local/Qt4.7/mkspecs/features/yacc.prf \
		/usr/local/Qt4.7/mkspecs/features/lex.prf \
		/usr/local/Qt4.7/mkspecs/features/include_source_dir.prf \
		/Library/Frameworks/QtOpenGL.framework/QtOpenGL.prl \
		/Library/Frameworks/QtGui.framework/QtGui.prl \
		/Library/Frameworks/QtCore.framework/QtCore.prl
	$(QMAKE) -spec /usr/local/Qt4.7/mkspecs/macx-g++ -o Makefile mview.pro
/usr/local/Qt4.7/mkspecs/common/unix.conf:
/usr/local/Qt4.7/mkspecs/common/mac.conf:
/usr/local/Qt4.7/mkspecs/common/mac-g++.conf:
/usr/local/Qt4.7/mkspecs/qconfig.pri:
/usr/local/Qt4.7/mkspecs/modules/qt_webkit_version.pri:
/usr/local/Qt4.7/mkspecs/features/qt_functions.prf:
/usr/local/Qt4.7/mkspecs/features/qt_config.prf:
/usr/local/Qt4.7/mkspecs/features/exclusive_builds.prf:
/usr/local/Qt4.7/mkspecs/features/default_pre.prf:
/usr/local/Qt4.7/mkspecs/features/mac/default_pre.prf:
/usr/local/Qt4.7/mkspecs/features/mac/dwarf2.prf:
/usr/local/Qt4.7/mkspecs/features/debug.prf:
/usr/local/Qt4.7/mkspecs/features/default_post.prf:
/usr/local/Qt4.7/mkspecs/features/mac/default_post.prf:
/usr/local/Qt4.7/mkspecs/features/mac/objective_c.prf:
/usr/local/Qt4.7/mkspecs/features/warn_on.prf:
/usr/local/Qt4.7/mkspecs/features/qt.prf:
/usr/local/Qt4.7/mkspecs/features/unix/opengl.prf:
/usr/local/Qt4.7/mkspecs/features/unix/thread.prf:
/usr/local/Qt4.7/mkspecs/features/moc.prf:
/usr/local/Qt4.7/mkspecs/features/mac/rez.prf:
/usr/local/Qt4.7/mkspecs/features/mac/sdk.prf:
/usr/local/Qt4.7/mkspecs/features/resources.prf:
/usr/local/Qt4.7/mkspecs/features/uic.prf:
/usr/local/Qt4.7/mkspecs/features/yacc.prf:
/usr/local/Qt4.7/mkspecs/features/lex.prf:
/usr/local/Qt4.7/mkspecs/features/include_source_dir.prf:
/Library/Frameworks/QtOpenGL.framework/QtOpenGL.prl:
/Library/Frameworks/QtGui.framework/QtGui.prl:
/Library/Frameworks/QtCore.framework/QtCore.prl:
qmake:  FORCE
	@$(QMAKE) -spec /usr/local/Qt4.7/mkspecs/macx-g++ -o Makefile mview.pro

mview.app/Contents/PkgInfo: 
	@$(CHK_DIR_EXISTS) mview.app/Contents || $(MKDIR) mview.app/Contents 
	@$(DEL_FILE) mview.app/Contents/PkgInfo
	@echo "APPL????" >mview.app/Contents/PkgInfo
mview.app/Contents/Resources/empty.lproj: 
	@$(CHK_DIR_EXISTS) mview.app/Contents/Resources || $(MKDIR) mview.app/Contents/Resources 
	@touch mview.app/Contents/Resources/empty.lproj
	
mview.app/Contents/Info.plist: 
	@$(CHK_DIR_EXISTS) mview.app/Contents || $(MKDIR) mview.app/Contents 
	@$(DEL_FILE) mview.app/Contents/Info.plist
	@sed -e "s,@ICON@,,g" -e "s,@EXECUTABLE@,mview,g" -e "s,@TYPEINFO@,????,g" /usr/local/Qt4.7/mkspecs/macx-g++/Info.plist.app >mview.app/Contents/Info.plist
dist: 
	@$(CHK_DIR_EXISTS) .tmp/mview1.0.0 || $(MKDIR) .tmp/mview1.0.0 
	$(COPY_FILE) --parents $(SOURCES) $(DIST) .tmp/mview1.0.0/ && $(COPY_FILE) --parents array3d.h coordinates.h edge.h feature_mesh.h geomview_mesh.h glmesh.h gts_mesh.h image.h list_mesh.h mathvector.h matrix3.h mesh.h misc.h mview.h obj_mesh.h p_mesh.h ply_mesh.h shallo_mesh.h shape.h texture.h timeval.h triangle.h vertex.h viewpointdialog.h vrml1_mesh.h vrml2_mesh.h vtk_mesh.h x3d_mesh.h icons/icon_fileopen.xpm icons/icon_texture.xpm icons/icon_solid.xpm icons/icon_wire.xpm icons/icon_point.xpm icons/icon_front.xpm icons/icon_feature.xpm icons/icon_coordinates.xpm .tmp/mview1.0.0/ && $(COPY_FILE) --parents coordinates.cpp edge.cpp feature_mesh.cpp geomview_mesh.cpp glmesh.cpp glmesh_common.cpp gts_mesh.cpp image.cpp list_mesh.cpp main.cpp mathvector.cpp mesh.cpp mview.cpp obj_mesh.cpp p_mesh.cpp ply_mesh.cpp shallo_mesh.cpp shape.cpp texture.cpp triangle.cpp vertex.cpp viewpointdialog.cpp vrml1_mesh.cpp vrml2_mesh.cpp vtk_mesh.cpp x3d_mesh.cpp .tmp/mview1.0.0/ && (cd `dirname .tmp/mview1.0.0` && $(TAR) mview1.0.0.tar mview1.0.0 && $(COMPRESS) mview1.0.0.tar) && $(MOVE) `dirname .tmp/mview1.0.0`/mview1.0.0.tar.gz . && $(DEL_FILE) -r .tmp/mview1.0.0


clean:compiler_clean 
	-$(DEL_FILE) $(OBJECTS)
	-$(DEL_FILE) *~ core *.core


####### Sub-libraries

distclean: clean
	-$(DEL_FILE) -r mview.app
	-$(DEL_FILE) Makefile


check: first

mocclean: compiler_moc_header_clean compiler_moc_source_clean

mocables: compiler_moc_header_make_all compiler_moc_source_make_all

compiler_objective_c_make_all:
compiler_objective_c_clean:
compiler_moc_header_make_all: moc_coordinates.cpp moc_glmesh.cpp moc_mview.cpp moc_viewpointdialog.cpp
compiler_moc_header_clean:
	-$(DEL_FILE) moc_coordinates.cpp moc_glmesh.cpp moc_mview.cpp moc_viewpointdialog.cpp
moc_coordinates.cpp: mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		coordinates.h
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ coordinates.h -o moc_coordinates.cpp

moc_glmesh.cpp: mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		texture.h \
		image.h \
		array3d.h \
		glmesh.h
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ glmesh.h -o moc_glmesh.cpp

moc_mview.cpp: glmesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		texture.h \
		image.h \
		array3d.h \
		viewpointdialog.h \
		mview.h
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ mview.h -o moc_mview.cpp

moc_viewpointdialog.cpp: glmesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		texture.h \
		image.h \
		array3d.h \
		viewpointdialog.h
	/Developer/Tools/Qt/moc $(DEFINES) $(INCPATH) -D__APPLE__ -D__GNUC__ viewpointdialog.h -o moc_viewpointdialog.cpp

compiler_rcc_make_all:
compiler_rcc_clean:
compiler_image_collection_make_all: qmake_image_collection.cpp
compiler_image_collection_clean:
	-$(DEL_FILE) qmake_image_collection.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_rez_source_make_all:
compiler_rez_source_clean:
compiler_uic_make_all:
compiler_uic_clean:
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_header_clean 

####### Compile

coordinates.o: coordinates.cpp mview.h \
		glmesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		texture.h \
		image.h \
		array3d.h \
		viewpointdialog.h \
		coordinates.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o coordinates.o coordinates.cpp

edge.o: edge.cpp triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o edge.o edge.cpp

feature_mesh.o: feature_mesh.cpp feature_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o feature_mesh.o feature_mesh.cpp

geomview_mesh.o: geomview_mesh.cpp geomview_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o geomview_mesh.o geomview_mesh.cpp

glmesh.o: glmesh.cpp timeval.h \
		glmesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		texture.h \
		image.h \
		array3d.h \
		mview.h \
		viewpointdialog.h \
		coordinates.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o glmesh.o glmesh.cpp

glmesh_common.o: glmesh_common.cpp glmesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		texture.h \
		image.h \
		array3d.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o glmesh_common.o glmesh_common.cpp

gts_mesh.o: gts_mesh.cpp gts_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o gts_mesh.o gts_mesh.cpp

image.o: image.cpp image.h \
		array3d.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o image.o image.cpp

list_mesh.o: list_mesh.cpp list_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		p_mesh.h \
		gts_mesh.h \
		feature_mesh.h \
		ply_mesh.h \
		geomview_mesh.h \
		vrml1_mesh.h \
		vrml2_mesh.h \
		obj_mesh.h \
		vtk_mesh.h \
		x3d_mesh.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o list_mesh.o list_mesh.cpp

main.o: main.cpp mview.h \
		glmesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		texture.h \
		image.h \
		array3d.h \
		viewpointdialog.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp

mathvector.o: mathvector.cpp mathvector.h \
		matrix3.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o mathvector.o mathvector.cpp

mesh.o: mesh.cpp mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o mesh.o mesh.cpp

mview.o: mview.cpp mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		mview.h \
		glmesh.h \
		texture.h \
		image.h \
		array3d.h \
		viewpointdialog.h \
		coordinates.h \
		p_mesh.h \
		gts_mesh.h \
		geomview_mesh.h \
		vrml1_mesh.h \
		vrml2_mesh.h \
		list_mesh.h \
		feature_mesh.h \
		ply_mesh.h \
		obj_mesh.h \
		vtk_mesh.h \
		x3d_mesh.h \
		shallo_mesh.h \
		icons/icon_fileopen.xpm \
		icons/icon_texture.xpm \
		icons/icon_solid.xpm \
		icons/icon_wire.xpm \
		icons/icon_point.xpm \
		icons/icon_front.xpm \
		icons/icon_feature.xpm \
		icons/icon_coordinates.xpm
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o mview.o mview.cpp

obj_mesh.o: obj_mesh.cpp obj_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o obj_mesh.o obj_mesh.cpp

p_mesh.o: p_mesh.cpp p_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o p_mesh.o p_mesh.cpp

ply_mesh.o: ply_mesh.cpp ply_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o ply_mesh.o ply_mesh.cpp

shallo_mesh.o: shallo_mesh.cpp shallo_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o shallo_mesh.o shallo_mesh.cpp

shape.o: shape.cpp shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o shape.o shape.cpp

texture.o: texture.cpp texture.h \
		image.h \
		array3d.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o texture.o texture.cpp

triangle.o: triangle.cpp triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o triangle.o triangle.cpp

vertex.o: vertex.cpp vertex.h \
		triangle.h \
		edge.h \
		mathvector.h \
		matrix3.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o vertex.o vertex.cpp

viewpointdialog.o: viewpointdialog.cpp viewpointdialog.h \
		glmesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h \
		texture.h \
		image.h \
		array3d.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o viewpointdialog.o viewpointdialog.cpp

vrml1_mesh.o: vrml1_mesh.cpp vrml1_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o vrml1_mesh.o vrml1_mesh.cpp

vrml2_mesh.o: vrml2_mesh.cpp vrml2_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o vrml2_mesh.o vrml2_mesh.cpp

vtk_mesh.o: vtk_mesh.cpp vtk_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o vtk_mesh.o vtk_mesh.cpp

x3d_mesh.o: x3d_mesh.cpp timeval.h \
		x3d_mesh.h \
		mesh.h \
		shape.h \
		triangle.h \
		edge.h \
		vertex.h \
		matrix3.h \
		mathvector.h \
		misc.h
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o x3d_mesh.o x3d_mesh.cpp

moc_coordinates.o: moc_coordinates.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_coordinates.o moc_coordinates.cpp

moc_glmesh.o: moc_glmesh.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_glmesh.o moc_glmesh.cpp

moc_mview.o: moc_mview.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mview.o moc_mview.cpp

moc_viewpointdialog.o: moc_viewpointdialog.cpp 
	$(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_viewpointdialog.o moc_viewpointdialog.cpp

####### Install

install:   FORCE

uninstall:   FORCE

FORCE:

