File: Makefile.am

package info (click to toggle)
blktool 4-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 408 kB
  • ctags: 184
  • sloc: ansic: 1,369; sh: 791; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 244 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
##
## Toplevel Makefile.am
##

AM_CFLAGS	= -Wall

INCLUDES	= @GLIB_CFLAGS@

man_MANS	= blktool.8
sbin_PROGRAMS	= blktool

blktool_SOURCES = blktool.c blktool.h ata.c scsi.c util.c
blktool_LDADD	= @GLIB_LIBS@

EXTRA_DIST	= autogen.sh blktool.8