~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to gt/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2008-02-25 15:47:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080225154712-qvr11ekcea4c9ry8
Tags: 1.1.6-0.1ubuntu1
* Merge from debian-multimedia (LP: #120003), Ubuntu Changes:
 - For ffmpeg-related build-deps, remove cvs from package names.
 - Standards-Version 3.7.3
 - Maintainer Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_LIBRARIES = libgt.a
2
 
libgt_a_SOURCES = gtapi.c gt.c gtvr.c gtapi.h gt.h gtvr.h
3
 
 
4
 
LIBS += -lXext -lXmu -lXt -lX11 @X_PRE_LIBS@
5
 
#FIXME: either remove gt stuff or make this rely on autoconf
6
 
AM_CFLAGS = @X_CFLAGS@ -DHasOSS -DHasZlib -DHasJPEG -DHasSharedMemory -DLSB
7
 
#AM_CFLAGS = @X_CFLAGS@
8
 
AM_LDFLAGS = @X_LIBS@
9
 
 
10
 
EXTRA_PROGRAMS = gnuplay ppm2qt ppm2qtvr
11
 
 
12
 
if HAVE_SYS_SOUNDCARD_H
13
 
#noinst_PROGRAMS = gnuplay ppm2qt ppm2qtvr parse_gt
14
 
noinst_PROGRAMS = gnuplay ppm2qt ppm2qtvr
15
 
gnuplay_SOURCES = gnuplay.c xt.c gt.c gnuavi.c video.c sound.c xt.h gt.h gnuavi.h video.h sound.h
16
 
gnuplay_LIBS = $(LIBS) -lz -ljpeg -lXt
17
 
gnuplay_LDADD = ../Xw/libXw.a
18
 
 
19
 
ppm2qt_SOURCES = ppm2qt.c gt.c gt.h
20
 
 
21
 
ppm2qtvr_SOURCES = ppm2qtvr.c
22
 
ppm2qtvr_LDADD = libgt.a
23
 
 
24
 
#parse_gt_SOURCES = parse_gt.c gt.c gt.h
25
 
endif
26
 
 
27
 
EXTRA_DIST = gttypes.h gtatoms.h parse_gt.c