File: Makefile.am

package info (click to toggle)
vbetool 0.3-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 388 kB
  • ctags: 132
  • sloc: sh: 3,366; ansic: 1,139; makefile: 63
file content (15 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = foreign

sbin_PROGRAMS = vbetool

man_MANS = vbetool.1
vbetool_SOURCES = vbetool.c lrmi.c
noinst_HEADERS = lrmi.h vbetool.h

EXTRA_DIST = vbetool.1 LRMI

maintainer-clean-local: 
	$(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure

AM_CFLAGS = -g -Wall -Werror -pedantic
AM_LDFLAGS = -lpci