File: Makefile.am

package info (click to toggle)
fsarchiver 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,560 kB
  • sloc: ansic: 10,975; sh: 5,009; makefile: 49
file content (16 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = src doc

EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README distrib internals autogen.sh

static:
	rm -f src/fsarchiver
	$(MAKE) LDFLAGS="$(LDFLAGS) -static"

distclean-local:
	rm -rf autom4te.cache
	rm -f config.h.in~
	
dist-hook:
	rm -rf `find $(distdir) -name .svn`

MAINTAINERCLEANFILES = Makefile.in configure aclocal.m4 install-sh missing depcomp