File: Makefile.am

package info (click to toggle)
libspf2 1.2.9-4%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,652 kB
  • ctags: 1,179
  • sloc: ansic: 11,462; sh: 9,294; makefile: 117; perl: 14
file content (13 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
AUTOMAKE_OPTIONS = foreign

EXTRA_DIST		= bootstrap LICENSES INSTALL README TODO win32 perl

SUBDIRS = src @PERL_SUBDIRS@

dist-hook:
	@for file in $(EXTRA_DIST); do \
		find $(distdir)/$$file -name .svn | xargs rm -rf ; \
	done
	@if [ -f perl/Makefile ] ; then \
		make -C perl clean ; \
	fi