File: Makefile.am

package info (click to toggle)
vbetool 1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 824 kB
  • ctags: 471
  • sloc: sh: 3,497; ansic: 1,221; makefile: 20
file content (16 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AUTOMAKE_OPTIONS = foreign

sbin_PROGRAMS = vbetool

vbetool_LDADD = -lx86 -lpci

man_MANS = vbetool.1
vbetool_SOURCES = vbetool.c $(x86)
noinst_HEADERS = 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 -pedantic -std=gnu99