File: Makefile.am

package info (click to toggle)
ethtool 2-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 564 kB
  • ctags: 1,013
  • sloc: ansic: 5,144; sh: 791; makefile: 46
file content (13 lines) | stat: -rw-r--r-- 357 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
AM_CFLAGS = -Wall

man_MANS = ethtool.8
EXTRA_DIST = ethtool.8 ethtool.spec.in aclocal.m4 ChangeLog autogen.sh

sbin_PROGRAMS = ethtool
ethtool_SOURCES = de2104x.c ethtool.c ethtool-copy.h ethtool-util.h natsemi.c \
                  e1000.c realtek.c e100.c tg3.c amd8111e.c pcnet32.c \
		  fec_8xx.c

dist-hook:
	cp $(top_srcdir)/ethtool.spec $(distdir)