## Process this file with automake to generate a Makefile.in lib_LTLIBRARIES = $(FLOWER) EXTRA_LTLIBRARIES = actor_flower.la libdir = @LIBVISUAL_PLUGINS_BASE_DIR@/actor LIBS += -L. -L$(prefix)/lib -lGL -lGLU @LIBVISUAL_LIBS@ AM_CFLAGS = @LIBVISUAL_CFLAGS@ INCLUDES = $(all_includes) -I$(top_srcdir) actor_flower_la_LDFLAGS = -rpath $(libdir) -module -avoid-version actor_flower_la_SOURCES = actor_flower.c \ main.c \ main.h \ notch.c \ notch.h