Skip to content
Snippets Groups Projects
Commit f1a6cd53 authored by slevy's avatar slevy
Browse files

Add warp module.

parent 92194432
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ FLTK_LIB = @FLTK_LIB@
KIRA_INC = @KIRA_INC@
KIRA_LIB = @KIRA_LIB@
#GL_LIB = -L/usr/local/lib/Mesa -lGL -lGLU
GL_LIB = @GLLIBS@
X_LIB = @XLIBS@
M_LIB = -lm
......@@ -44,7 +43,8 @@ OPT = -g -O2 ${OTYPE}
LINK = ${CXX}
LIBS = ${KIRA_LIB} ${FLTK_LIB} ${GL_LIB} ${X_LIB} ${M_LIB}
APP_CSRCS = geometry.c partibrains.c mgtexture.c textures.c findfile.c sfont.c version.c
APP_CSRCS = geometry.c partibrains.c mgtexture.c textures.c \
findfile.c sfont.c warp.c version.c
APP_CXXSRCS = partiview.cc partiviewc.cc partipanel.cc Gview.cc Hist.cc \
Fl_Log_Slider.cxx kira_parti.cc # parti-ieee.cc
......@@ -52,7 +52,7 @@ APP_OBJS = partiview.o partiviewc.o partipanel.o Gview.o Hist.o \
geometry.o partibrains.o version.o \
mgtexture.o textures.o futil.o findfile.o sfont.o \
sclock.o notify.o Fl_Log_Slider.o \
kira_parti.o \
kira_parti.o warp.o \
${MORE_OBJS}
all: depended $(TARGET)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment