File: Makefile.am

package info (click to toggle)
partclone 0.3.13%2Bdfsg-5
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 6,684 kB
  • sloc: ansic: 88,963; sh: 5,435; xml: 2,410; makefile: 475; perl: 106; asm: 35; sed: 16
file content (11 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = subdir-objects 
SUBDIRS= po src docs tests fail-mbr

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: