File: Makefile.am

package info (click to toggle)
libmediascan 0~20220401.git.34fc2d-7
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,384 kB
  • sloc: ansic: 17,059; sh: 4,228; objc: 261; perl: 225; makefile: 101
file content (18 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = include src test

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = bindings test/data

# Remove Perl build files if they exist
# Also remove test files, we don't need this at this point
dist-hook:
	rm -rf $(distdir)/bindings/perl/Makefile.old \
		$(distdir)/bindings/perl/Makefile \
		$(distdir)/bindings/perl/Scan.o \
		$(distdir)/bindings/perl/Scan.c \
		$(distdir)/bindings/perl/*.bs \
		$(distdir)/bindings/perl/*blib \
		$(distdir)/bindings/perl/MANIFEST.SKIP
	
	rm -rf $(distdir)/test/data