## Process this file with automake to produce Makefile.in ## Created by Anjuta - will be overwritten ## If you don't want it to overwrite it, ## Please disable it in the Anjuta project configuration INCLUDES = \ $(GNOME_CFLAGS)\ -I/usr/include -I/usr/local/include AM_CFLAGS =\ -Wall\ -O2 AM_CXXFLAGS =\ -Wall\ -O2 bin_PROGRAMS = truevision tmp_truevision_SOURCES = \ atmosphere.cc\ box.cc\ camera.cc\ cone.cc\ cylinder.cc\ density.cc\ disc.cc\ dlgutils.cc\ fog.cc\ glview.cc\ glview2d.cc\ glview3d.cc\ heightfield.cc\ interface.cc\ interior.cc\ lights.cc\ main.cc\ mapedit.cc\ material.cc\ matlib.cc\ matlist.cc\ mateditor.cc\ matpov.cc\ media.cc\ obj3dcsg.cc\ object3d.cc\ objectlayer.cc\ objectlist.cc\ objparam.cc\ plane.cc\ povfe.cc\ povpreview.cc\ preferences.cc\ proppanel.cc\ rotation.cc\ scene.cc\ slopemap.cc\ sphere.cc\ superellipsoid.cc\ texfinish.cc\ texnormal.cc\ texpigment.cc\ torus.cc\ tvio.cc\ tvwidgets.cc\ tvwidgets2.cc\ undo.cc\ viewmanager.cc\ blob.cc\ text.cc\ impsurface.cc\ lathe.cc\ spline2d.cc\ linkobj.cc\ prism.cc\ isosurface.cc\ function.cc\ fnintern.cc\ julia.cc\ parametric.cc\ povscript.cc\ spline3d.cc\ spheresweep.cc\ bicubic.cc\ utils3d.cc if HAVE_TV_PYTHON truevision_SOURCES = \ $(tmp_truevision_SOURCES)\ scriptobj.cc\ pyobjects.cc\ pylights.cc\ pyscriptobj.cc\ pyscriptdb.cc\ pyengine.cc else truevision_SOURCES = \ $(tmp_truevision_SOURCES) endif truevision_LDFLAGS = \ -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib -L../ftgl truevision_LDADD = \ ../ftgl/libftgltv.a $(GNOME_LIBS) $(LIBS)