|
116
|
1 include ../../mk/rules.mk
|
|
|
2 include ../../mk/init.mk
|
|
|
3
|
|
|
4 OBJECTIVE_LIBS = libiris$(SHARED_SUFFIX)
|
|
|
5
|
|
|
6 LIBDIR = $(plugindir)/$(VISUALIZATION_PLUGIN_DIR)
|
|
|
7
|
|
118
|
8 LIBADD = $(GTK_LIBS) -lGL $(XXF86VM_LIBS)
|
|
116
|
9
|
|
|
10 SOURCES = \
|
|
|
11 3Dstuff.c \
|
|
|
12 color.c \
|
|
|
13 config.c \
|
|
|
14 iris.c \
|
|
|
15 theme.c \
|
|
|
16 theme_flash.c \
|
|
|
17 theme_float.c \
|
|
|
18 theme_fountain.c \
|
|
|
19 theme_knot.c \
|
|
|
20 theme_original.c \
|
|
|
21 theme_pinwheel.c \
|
|
|
22 theme_pipes.c \
|
|
|
23 theme_pyramid.c \
|
|
|
24 theme_spectrotoy.c \
|
|
|
25 theme_spectrum.c \
|
|
|
26 theme_squarefield.c \
|
|
|
27 theme_waves.c \
|
|
|
28 transition.c
|
|
|
29
|
|
|
30 OBJECTS = ${SOURCES:.c=.o}
|
|
|
31
|
|
118
|
32 CFLAGS += $(PICFLAGS) -D_REENTRANT $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../intl -I../.. $(XXF86VM_CFLAGS)
|
|
116
|
33
|
|
|
34 include ../../mk/objective.mk
|