File: Makefile.am

package info (click to toggle)
libvisual 0.4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,584 kB
  • sloc: ansic: 16,321; sh: 4,958; cpp: 797; makefile: 75; sed: 16
file content (19 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in

DEFS = @DEFS@

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/examples -I$(top_builddir)

AM_CFLAGS = $(SDL_CFLAGS) $(VISUAL_CFLAGS)

noinst_PROGRAMS = @EXAMPLES@

EXTRA_PROGRAMS = simplesdl morphsdl

simplesdl_LDADD = $(SDL_LIBS) ../libvisual/libvisual-@LIBVISUAL_VERSION_SUFFIX@.la
morphsdl_LDADD = $(SDL_LIBS) ../libvisual/libvisual-@LIBVISUAL_VERSION_SUFFIX@.la

simplesdl_SOURCES = simplesdl.c

morphsdl_SOURCES = morphsdl.c