## Process this file with automake to create Makefile.in # Copyright (C) 1996 Keith Whitwell. # This file may only be copied under the terms of the GNU Library General # Public License - see the file COPYING in the lib3d distribution. # Contributed by Markus F.X.J. Oberhumer AUTOMAKE_OPTIONS = no-dependencies SUFFIXES = .cc .o .s INCLUDES = -I$(top_srcdir)/include noinst_PROGRAMS = \ testnff \ testcam \ testcube \ testdev \ testfile \ testmat \ testmod \ testmouse \ testobj \ testplg \ testprim \ testtexture \ testvis \ testworld \ @extra_demos@ EXTRA_PROGRAMS = testxlib testcam_SOURCES = testcam.cc testcube_SOURCES = testcube.cc testdev_SOURCES = testdev.cc testfile_SOURCES = testfile.cc testmat_SOURCES = testmat.cc testmod_SOURCES = testmod.cc testmouse_SOURCES = testmouse.cc testnff_SOURCES = testnff.cc testobj_SOURCES = testobj.cc testplg_SOURCES = testplg.cc testprim_SOURCES = testprim.cc testtexture_SOURCES = testtexture.cc testvis_SOURCES = testvis.cc testworld_SOURCES = testworld.cc testxlib_SOURCES = testxlib.cc LDADD = @lib3d@ testprim_LDADD = @libprimitive@ @lib3d@ EXTRA_DIST = Makefile.dj2