diff src/iris/Makefile @ 116:a578bf9b2851 trunk

[svn] - iris vis plugin port
author nenolod
date Tue, 24 Oct 2006 21:25:31 -0700
parents
children 614e390341f4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/iris/Makefile	Tue Oct 24 21:25:31 2006 -0700
@@ -0,0 +1,34 @@
+include ../../mk/rules.mk
+include ../../mk/init.mk
+
+OBJECTIVE_LIBS = libiris$(SHARED_SUFFIX)
+
+LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR)
+
+LIBADD = $(GTK_LIBS)
+
+SOURCES = \
+	3Dstuff.c		\
+	color.c			\
+	config.c		\
+	iris.c			\
+	theme.c			\
+	theme_flash.c		\
+	theme_float.c		\
+	theme_fountain.c	\
+	theme_knot.c		\
+	theme_original.c	\
+	theme_pinwheel.c	\
+	theme_pipes.c		\
+	theme_pyramid.c		\
+	theme_spectrotoy.c	\
+	theme_spectrum.c	\
+	theme_squarefield.c	\
+	theme_waves.c		\
+	transition.c
+
+OBJECTS = ${SOURCES:.c=.o}
+
+CFLAGS += $(PICFLAGS) -D_REENTRANT $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../..
+
+include ../../mk/objective.mk