view libvisual/Makefile.am @ 23:0db4a1dc75c4 trunk

[svn] libvisual. P3 detection appears to be borked. I'll work on it later.
author nenolod
date Mon, 24 Oct 2005 23:13:56 -0700
parents
children
line wrap: on
line source

## Process this file with automake to generate a Makefile.in

library_includedir = $(includedir)/libvisual
library_include_HEADERS = lvconfig.h libvisual.h lv_actor.h \
			  lv_audio.h lv_bin.h lv_common.h lv_fft.h \
			  lv_input.h lv_event.h lv_keysym.h \
			  lv_list.h lv_log.h lv_palette.h lv_plugin.h \
			  lv_video.h lv_libvisual.h lv_songinfo.h \
			  lv_morph.h lv_bmp.h lv_param.h lv_mem.h \
			  lv_endianess.h lv_cpu.h lv_color.h \
			  lv_time.h lv_random.h lv_error.h lv_ui.h \
			  lv_types.h lv_thread.h lv_object.h \
			  lv_transform.h

lib_LTLIBRARIES = libvisual.la

DEFS = @DEFS@

LIBS += -L. -L$(libdir)

PLUGPATH = $(libdir)/libvisual

AM_CFLAGS = -DPLUGPATH="\"$(plugindir)/$(VISUALIZATION_PLUGIN_DIR)\""

INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/libvisual \
	   -I$(top_builddir) -I$(top_builddir)/libvisual

libvisual_la_LDFLAGS = -export-dynamic -no-undefined

libvisual_la_SOURCES = lv_actor.c lv_input.c lv_event.c \
		       lv_bin.c lv_plugin.c lv_video.c lv_video_mmx.c lv_mem.c \
		       lv_audio.c lv_fft.c lv_list.c lv_log.c lv_palette.c \
		       lv_libvisual.c lv_songinfo.c lv_morph.c lv_bmp.c lv_param.c \
		       lv_cpu.c lv_color.c lv_time.c lv_random.c lv_error.c lv_ui.c \
		       lv_thread.c lv_object.c lv_transform.c