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 (14 lines) | stat: -rw-r--r-- 437 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

bin_PROGRAMS = $(TOOLS_LV_TOOL)

EXTRA_PROGRAMS = lv-tool-0.4

lv_tool_0_4_SOURCES = lv-tool.cpp
lv_tool_0_4_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/libvisual
lv_tool_0_4_CXXFLAGS = $(SDL_CFLAGS)
lv_tool_0_4_LDADD = $(SDL_LIBS) ../../libvisual/libvisual-@LIBVISUAL_VERSION_SUFFIX@.la

man1_MANS = lv-tool-0.4.1

EXTRA_DIST = lv-tool-0.4.1 sync-manpage-with-help-output.sh