forked from avxsynth/avxsynth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
45 lines (34 loc) · 901 Bytes
/
Makefile.am
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# -*- Automake -*-
# Process this file with automake to produce a Makefile.
ACLOCAL_AMFLAGS = -I m4
if OPT_autocrop
AUTOCROP_SUBDIRS = plugins/autocrop
endif
if OPT_framecapture
AVXFRAMECAPTURE_SUBDIRS = plugins/avxframecapture
endif
if OPT_subtitle
AVXSUBTITLE_SUBDIRS = plugins/avxsubtitle
endif
if OPT_ffms2
AVXFFMS2_SUBDIRS = plugins/avxffms2
endif
if OPT_avxedit
AVXEDIT_SUBDIRS = apps/AVXEdit
endif
SUBDIRS = \
avxutils \
avxsynth \
apps/avxframeserver \
$(AUTOCROP_SUBDIRS) \
$(AVXFRAMECAPTURE_SUBDIRS) \
$(AVXSUBTITLE_SUBDIRS) \
$(AVXFFMS2_SUBDIRS) \
$(AVXEDIT_SUBDIRS) \
include \
test
dist_doc_DATA = README.md
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = avxsynth.pc avxutils.pc
uninstall-hook:
-rmdir $(pkglibdir)