You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
448 B
35 lines
448 B
# # Process this file with automake to produce Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
if USE_DLDARWIN
|
|
LIBDLDARWIN = libdldarwin
|
|
endif
|
|
|
|
if HAVE_PVM3
|
|
PVM3 = pvm3
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
aclib \
|
|
avilib \
|
|
$(LIBDLDARWIN) \
|
|
libtc \
|
|
libtcaudio \
|
|
libtcvideo \
|
|
encode \
|
|
export \
|
|
filter \
|
|
import \
|
|
multiplex \
|
|
$(PVM3) \
|
|
src \
|
|
testsuite \
|
|
tools \
|
|
docs
|
|
|
|
EXTRA_DIST = STYLE transcode.spec
|
|
|
|
docsdir = $(datadir)/doc/transcode
|
|
docs_DATA = ChangeLog
|