File: Makefile.am

package info (click to toggle)
libdv 0.103-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,624 kB
  • ctags: 1,585
  • sloc: ansic: 14,247; sh: 8,435; asm: 3,625; makefile: 184
file content (18 lines) | stat: -rw-r--r-- 442 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
man_MANS                  = playdv.1 

EXTRA_DIST                = $(man_MANS)

MAINTAINERCLEANFILES      = Makefile.in $(AUX_DIST)

CLEANFILES                = 

LIBTOOL = $(SHELL) $(top_builddir)/libtool --silent

AM_CFLAGS = $(SDL_CFLAGS) $(GTK_CFLAGS)

bin_PROGRAMS= playdv

noinst_HEADERS=  display.h oss.h

playdv_SOURCES= playdv.c display.c display.h oss.c
playdv_LDADD= $(SDL_LIBS) $(GTK_LIBS) $(XV_LIB) ../libdv/libdv.la $(POPT_LIB)