File: Makefile.am

package info (click to toggle)
partclone 0.3.40%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,188 kB
  • sloc: ansic: 136,520; xml: 2,107; sh: 1,908; makefile: 515; asm: 383; perl: 106; sed: 16
file content (11 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = subdir-objects 
SUBDIRS= po src docs tests

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = m4/ChangeLog  config.rpath toolbox src/deplib_version.c src/version.h src/ufs debian

ChangeLog: FORCE
	srcdir=. $(SHELL) ./toolbox --update-log

FORCE: