From b23413ecb26a23b93a30bae6bfe533ba8647496e Mon Sep 17 00:00:00 2001 From: ponchio Date: Thu, 18 Nov 2004 18:10:00 +0000 Subject: [PATCH] Changes... --- apps/gcc_make/nexus/Makefile.am | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/apps/gcc_make/nexus/Makefile.am b/apps/gcc_make/nexus/Makefile.am index 702e6dc8..638aa303 100644 --- a/apps/gcc_make/nexus/Makefile.am +++ b/apps/gcc_make/nexus/Makefile.am @@ -1,15 +1,17 @@ -bin_PROGRAMS = nxspatcher ply2crd crdview voronoinxs nxsview nxsedit +bin_PROGRAMS = nxspatcher ply2crd crdview voronoinxs nxsview nxsedit nxsserver exploder LIBS= SDL_FLAGS = -lSDL -lpthread -lGL -lGLU nxspatcher_SOURCES = ../../nexus/crude.cpp \ ../../nexus/file.cpp \ + ../../nexus/mfile.cpp \ ../../nexus/nxspatcher.cpp ply2crd_SOURCES = ../../nexus/ply2crude.cpp \ ../../nexus/crude.cpp \ ../../nexus/file.cpp \ + ../../nexus/mfile.cpp \ ../../../wrap/ply/plylib.cpp @@ -20,6 +22,7 @@ crdview_SOURCES = ../../nexus/crudeview.cpp \ ../../nexus/mfhash.cpp \ ../../../wrap/gui/trackball.cpp \ ../../../wrap/gui/trackmode.cpp \ + ../../nexus/mfile.cpp \ ../../nexus/file.cpp crdview_LDADD = $(SDL_FLAGS) -lGLEW @@ -49,9 +52,17 @@ voronoinxs_SOURCES = ../../nexus/voronoinxs.cpp \ ../../nexus/pvoronoi.cpp \ ../../nexus/fragment.cpp \ ../../nexus/watch.cpp \ + ../../nexus/nxsdispatcher.cpp \ ../../../wrap/ply/plylib.cpp -voronoinxs_LDADD = -llzo -lptypes -lGLEW +voronoinxs_LDADD = -llzo -lptypes -lGLEW /usr/local/lib/libANN.a + +nxsserver_SOURCES = ../../nexus/nxsserver.cpp \ + ../../nexus/fragment.cpp \ + ../../nexus/pvoronoi.cpp \ + ../../nexus/decimate.cpp + +nxsserver_LDADD = -lptypes /usr/local/lib/libANN.a nxsview_SOURCES = ../../nexus/nexusview.cpp \ @@ -85,5 +96,15 @@ nxsedit_SOURCES = ../../nexus/nxsedit.cpp \ nxsedit_LDADD = -llzo -lGLEW +exploder_SOURCES = ../../nexus/exploder.cpp \ + ../../nexus/nexus.cpp \ + ../../nexus/patch.cpp \ + ../../nexus/file.cpp \ + ../../nexus/mfile.cpp \ + ../../nexus/patchserver.cpp \ + ../../nexus/borderserver.cpp + +exploder_LDADD = -llzo -lGLEW + INCLUDES = -I../../../