mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 19:35:41 +00:00
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@133 6778bc44-b910-0410-a7a0-be141de4315d
20 lines
476 B
Makefile
20 lines
476 B
Makefile
## Process this file with automake to generate a Makefile.in
|
|
|
|
lib_LTLIBRARIES = $(PROJECTM)
|
|
|
|
EXTRA_LTLIBRARIES = actor_projectM.la
|
|
|
|
libdir = @LIBVISUAL_PLUGINS_BASE_DIR@/actor
|
|
|
|
LIBS = -L. -L$(prefix)/lib @LIBVISUAL_LIBS@ @FTGL_LIBS@ -lprojectM -lGL -lGLU
|
|
|
|
AM_CFLAGS = @LIBVISUAL_CFLAGS@ -DLINUX
|
|
|
|
INCLUDES = $(all_includes) \
|
|
-I$(top_srcdir) -I/usr/include
|
|
|
|
actor_projectM_la_LDFLAGS = -rpath $(libdir) -module -avoid-version
|
|
|
|
actor_projectM_la_SOURCES = actor_projectM.c
|
|
|