blob: 014ef0cf088d90e4a35f2bde71a34dffe050efb2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
EXTRA_DIST = \
libdha_os2.c \
libdha_win32.c \
pci_386bsd.c \
pci_alpha.c \
pci_arm32.c \
pci_bsdi.c \
pci_freebsd.c \
pci_generic_cpu.c \
pci_generic_os.c \
pci_ia64.c \
pci_isc.c \
pci_linux.c \
pci_lynx.c \
pci_mach386.c \
pci_netbsd.c \
pci_openbsd.c \
pci_os2.c \
pci_powerpc.c \
pci_sco.c \
pci_sparc.c \
pci_svr4.c \
pci_win32.c \
pci_x86.c
noinst_HEADERS = \
AsmMacros_alpha.h \
AsmMacros_arm32.h \
AsmMacros_generic.h \
AsmMacros_ia64.h \
AsmMacros_powerpc.h \
AsmMacros_sparc.h \
AsmMacros_x86.h
debug:
install-debug:
mostlyclean-generic:
-rm -f *~ \#* .*~ .\#*
maintainer-clean-generic:
-@echo "This command is intended for maintainers to use;"
-@echo "it deletes files that may require special tools to rebuild."
-rm -f Makefile.in
|