File: Makefile.am

package info (click to toggle)
ethtool 5-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 588 kB
  • ctags: 1,121
  • sloc: ansic: 5,679; sh: 789; makefile: 47
file content (14 lines) | stat: -rw-r--r-- 368 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AM_CFLAGS = -Wall

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

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

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