File: Makefile.am

package info (click to toggle)
libvisual-plugins 1%3A0.4.2%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,976 kB
  • sloc: ansic: 9,959; sh: 4,942; cpp: 871; makefile: 227; sed: 16
file content (14 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Process this file with automake to generate a Makefile.in

imagesdir = $(LIBVISUAL_PLUGINS_DATA_DIR)/actor/actor_madspin
images_DATA = star1.bmp \
	      star2.bmp

EXTRA_DIST = $(images_DATA)

actor_plugin_LTLIBRARIES = actor_madspin.la

actor_madspin_la_CFLAGS = -I$(top_srcdir) $(LIBVISUAL_CFLAGS) -DSTAR_DIR=\""$(imagesdir)/"\" $(GL_CFLAGS) $(GLU_CFLAGS)
actor_madspin_la_LDFLAGS = -module -avoid-version 
actor_madspin_la_LIBADD = $(LIBVISUAL_LIBS) $(GL_LIBS)
actor_madspin_la_SOURCES = madspin.c