| Submitted By: Jim Gifford (patches at jg555 dot com) |
| Date: 2005-08-31 |
| Initial Package Version: 0.97 |
| Origin: OpenSolaris, Joe Ciccone, Jim Gifford |
| Upstream Status: N/A |
| Description: Adds support for Forcedeth and other NIC's |
| Fixes for GCC 4.x |
| Removal of bad network drivers |
| |
| diff -Naur grub-0.97.orig/configure grub-0.97/configure |
| --- grub-0.97.orig/configure 2005-05-08 02:48:12.000000000 +0000 |
| +++ grub-0.97/configure 2005-09-01 00:15:48.000000000 +0000 |
| @@ -872,47 +872,32 @@ |
| --disable-packet-retransmission |
| turn off packet retransmission |
| --enable-pci-direct access PCI directly instead of using BIOS |
| - --enable-3c509 enable 3Com509 driver |
| - --enable-3c529 enable 3Com529 driver |
| --enable-3c595 enable 3Com595 driver |
| --enable-3c90x enable 3Com90x driver |
| - --enable-cs89x0 enable CS89x0 driver |
| --enable-davicom enable Davicom driver |
| - --enable-depca enable DEPCA and EtherWORKS driver |
| - --enable-eepro enable Etherexpress Pro/10 driver |
| + --enable-e1000 enable Etherexpress Pro/1000 driver |
| --enable-eepro100 enable Etherexpress Pro/100 driver |
| --enable-epic100 enable SMC 83c170 EPIC/100 driver |
| - --enable-3c507 enable 3Com507 driver |
| - --enable-exos205 enable EXOS205 driver |
| - --enable-ni5210 enable Racal-Interlan NI5210 driver |
| - --enable-lance enable Lance PCI PCNet/32 driver |
| - --enable-ne2100 enable Novell NE2100 driver |
| - --enable-ni6510 enable Racal-Interlan NI6510 driver |
| + --enable-forcedeth enable Nvidia Geforce driver |
| --enable-natsemi enable NatSemi DP8381x driver |
| - --enable-ni5010 enable Racal-Interlan NI5010 driver |
| - --enable-3c503 enable 3Com503 driver |
| - --enable-ne enable NE1000/2000 ISA driver |
| + --enable-ns83820 enable NS83820 driver |
| --enable-ns8390 enable NE2000 PCI driver |
| - --enable-wd enable WD8003/8013, SMC8216/8416 driver |
| - --enable-otulip enable old Tulip driver |
| + --enable-pcnet32 enable AMD Lance/PCI PCNet/32 driver |
| + --enable-pnic enable Bochs Pseudo Nic driver |
| --enable-rtl8139 enable Realtek 8139 driver |
| + --enable-r8169 enable Realtek 8169 driver |
| --enable-sis900 enable SIS 900 and SIS 7016 driver |
| - --enable-sk-g16 enable Schneider and Koch G16 driver |
| - --enable-smc9000 enable SMC9000 driver |
| - --enable-tiara enable Tiara driver |
| + --enable-tg3 enable Broadcom Tigon3 driver |
| --enable-tulip enable Tulip driver |
| + --enable-tlan enable TI ThunderLAN driver |
| + --enable-undi enable PXE UNDI driver |
| --enable-via-rhine enable Rhine-I/II driver |
| - --enable-w89c840 enable Winbond W89c840, Compex RL100-ATX driver |
| - --enable-3c503-shmem use 3c503 shared memory mode |
| - --enable-3c503-aui use AUI by default on 3c503 cards |
| + --enable-w89c840 enable Winbond W89c840 driver |
| --enable-compex-rl2000-fix |
| specify this if you have a Compex RL2000 PCI |
| - --enable-smc9000-scan=LIST |
| - probe for SMC9000 I/O addresses using LIST |
| --enable-ne-scan=LIST probe for NE base address using LIST |
| --enable-wd-default-mem=MEM |
| set the default memory location for WD/SMC |
| - --enable-cs-scan=LIST probe for CS89x0 base address using LIST |
| --enable-diskless enable diskless support |
| --disable-hercules disable hercules terminal support |
| --disable-serial disable serial terminal support |
| @@ -5559,7 +5544,7 @@ |
| |
| fi; |
| if test "x$enable_packet_retransmission" != xno; then |
| - NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DCONGESTED=1" |
| + NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DCONGESTED=1 -DCONFIG_PCI" |
| fi |
| |
| # Check whether --enable-pci-direct or --disable-pci-direct was given. |
| @@ -5571,26 +5556,6 @@ |
| NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DCONFIG_PCI_DIRECT=1" |
| fi |
| |
| -# Check whether --enable-3c509 or --disable-3c509 was given. |
| -if test "${enable_3c509+set}" = set; then |
| - enableval="$enable_3c509" |
| - |
| -fi; |
| -if test "x$enable_3c509" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_3C509" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c509.o" |
| -fi |
| - |
| -# Check whether --enable-3c529 or --disable-3c529 was given. |
| -if test "${enable_3c529+set}" = set; then |
| - enableval="$enable_3c529" |
| - |
| -fi; |
| -if test "x$enable_3c529" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_3C529=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c529.o" |
| -fi |
| - |
| # Check whether --enable-3c595 or --disable-3c595 was given. |
| if test "${enable_3c595+set}" = set; then |
| enableval="$enable_3c595" |
| @@ -5611,16 +5576,6 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c90x.o" |
| fi |
| |
| -# Check whether --enable-cs89x0 or --disable-cs89x0 was given. |
| -if test "${enable_cs89x0+set}" = set; then |
| - enableval="$enable_cs89x0" |
| - |
| -fi; |
| -if test "x$enable_cs89x0" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_CS89X0=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS cs89x0.o" |
| -fi |
| - |
| # Check whether --enable-davicom or --disable-davicom was given. |
| if test "${enable_davicom+set}" = set; then |
| enableval="$enable_davicom" |
| @@ -5631,24 +5586,14 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS davicom.o" |
| fi |
| |
| -# Check whether --enable-depca or --disable-depca was given. |
| -if test "${enable_depca+set}" = set; then |
| - enableval="$enable_depca" |
| +# Check whether --enable-e1000 or --disable-e1000 was given. |
| +if test "${enable_e1000+set}" = set; then |
| + enableval="$enable_e1000" |
| |
| fi; |
| -if test "x$enable_depca" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_DEPCA=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS depca.o" |
| -fi |
| - |
| -# Check whether --enable-eepro or --disable-eepro was given. |
| -if test "${enable_eepro+set}" = set; then |
| - enableval="$enable_eepro" |
| - |
| -fi; |
| -if test "x$enable_eepro" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_EEPRO=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS eepro.o" |
| +if test "x$enable_e1000" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_E1000=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS e1000.o" |
| fi |
| |
| # Check whether --enable-eepro100 or --disable-eepro100 was given. |
| @@ -5671,64 +5616,14 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS epic100.o" |
| fi |
| |
| -# Check whether --enable-3c507 or --disable-3c507 was given. |
| -if test "${enable_3c507+set}" = set; then |
| - enableval="$enable_3c507" |
| - |
| -fi; |
| -if test "x$enable_3c507" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_3C507=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c507.o" |
| -fi |
| - |
| -# Check whether --enable-exos205 or --disable-exos205 was given. |
| -if test "${enable_exos205+set}" = set; then |
| - enableval="$enable_exos205" |
| - |
| -fi; |
| -if test "x$enable_exos205" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_EXOS205=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS exos205.o" |
| -fi |
| - |
| -# Check whether --enable-ni5210 or --disable-ni5210 was given. |
| -if test "${enable_ni5210+set}" = set; then |
| - enableval="$enable_ni5210" |
| - |
| -fi; |
| -if test "x$enable_ni5210" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NI5210=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ni5210.o" |
| -fi |
| - |
| -# Check whether --enable-lance or --disable-lance was given. |
| -if test "${enable_lance+set}" = set; then |
| - enableval="$enable_lance" |
| - |
| -fi; |
| -if test "x$enable_lance" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_LANCE=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS lance.o" |
| -fi |
| - |
| -# Check whether --enable-ne2100 or --disable-ne2100 was given. |
| -if test "${enable_ne2100+set}" = set; then |
| - enableval="$enable_ne2100" |
| - |
| -fi; |
| -if test "x$enable_ne2100" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NE2100=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ne2100.o" |
| -fi |
| - |
| -# Check whether --enable-ni6510 or --disable-ni6510 was given. |
| -if test "${enable_ni6510+set}" = set; then |
| - enableval="$enable_ni6510" |
| +# Check whether --enable-forcedeth or --disable-forcedeth was given. |
| +if test "${enable_forcedeth+set}" = set; then |
| + enableval="$enable_forcedeth" |
| |
| fi; |
| -if test "x$enable_ni6510" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NI6510=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ni6510.o" |
| +if test "x$enable_forcedeth" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_FORCEDETH=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS forcedeth.o" |
| fi |
| |
| # Check whether --enable-natsemi or --disable-natsemi was given. |
| @@ -5741,34 +5636,14 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS natsemi.o" |
| fi |
| |
| -# Check whether --enable-ni5010 or --disable-ni5010 was given. |
| -if test "${enable_ni5010+set}" = set; then |
| - enableval="$enable_ni5010" |
| +# Check whether --enable-ns83820 or --disable-ns83820 was given. |
| +if test "${enable_ns83820+set}" = set; then |
| + enableval="$enable_ns83820" |
| |
| fi; |
| -if test "x$enable_ni5010" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NI5010=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ni5010.o" |
| -fi |
| - |
| -# Check whether --enable-3c503 or --disable-3c503 was given. |
| -if test "${enable_3c503+set}" = set; then |
| - enableval="$enable_3c503" |
| - |
| -fi; |
| -if test "x$enable_3c503" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_3C503=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c503.o" |
| -fi |
| - |
| -# Check whether --enable-ne or --disable-ne was given. |
| -if test "${enable_ne+set}" = set; then |
| - enableval="$enable_ne" |
| - |
| -fi; |
| -if test "x$enable_ne" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NE=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ne.o" |
| +if test "x$enable_ns83820" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NS83820=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS ns83820.o" |
| fi |
| |
| # Check whether --enable-ns8390 or --disable-ns8390 was given. |
| @@ -5781,24 +5656,24 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS ns8390.o" |
| fi |
| |
| -# Check whether --enable-wd or --disable-wd was given. |
| -if test "${enable_wd+set}" = set; then |
| - enableval="$enable_wd" |
| +# Check whether --enable-pcnet32 or --disable-pcnet32 was given. |
| +if test "${enable_pcnet32+set}" = set; then |
| + enableval="$enable_pcnet32" |
| |
| fi; |
| -if test "x$enable_wd" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_WD=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS wd.o" |
| +if test "x$enable_pcnet32" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_PCNET32=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS pcnet32.o" |
| fi |
| |
| -# Check whether --enable-otulip or --disable-otulip was given. |
| -if test "${enable_otulip+set}" = set; then |
| - enableval="$enable_otulip" |
| +# Check whether --enable-pnic or --disable-pnic was given. |
| +if test "${enable_pnic+set}" = set; then |
| + enableval="$enable_pnic" |
| |
| fi; |
| -if test "x$enable_otulip" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_OTULIP=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS otulip.o" |
| +if test "x$enable_pnic" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_PNIC=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS pnic.o" |
| fi |
| |
| # Check whether --enable-rtl8139 or --disable-rtl8139 was given. |
| @@ -5811,6 +5686,16 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS rtl8139.o" |
| fi |
| |
| +# Check whether --enable-r8169 or --disable-r8169 was given. |
| +if test "${enable_r8169+set}" = set; then |
| + enableval="$enable_r8169" |
| + |
| +fi; |
| +if test "x$enable_r8169" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_R8169=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS r8169.o" |
| +fi |
| + |
| # Check whether --enable-sis900 or --disable-sis900 was given. |
| if test "${enable_sis900+set}" = set; then |
| enableval="$enable_sis900" |
| @@ -5821,34 +5706,14 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS sis900.o" |
| fi |
| |
| -# Check whether --enable-sk-g16 or --disable-sk-g16 was given. |
| -if test "${enable_sk_g16+set}" = set; then |
| - enableval="$enable_sk_g16" |
| - |
| -fi; |
| -if test "x$enable_sk_g16" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_SK_G16=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS sk_g16.o" |
| -fi |
| - |
| -# Check whether --enable-smc9000 or --disable-smc9000 was given. |
| -if test "${enable_smc9000+set}" = set; then |
| - enableval="$enable_smc9000" |
| - |
| -fi; |
| -if test "x$enable_smc9000" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_SMC9000=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS smc9000.o" |
| -fi |
| - |
| -# Check whether --enable-tiara or --disable-tiara was given. |
| -if test "${enable_tiara+set}" = set; then |
| - enableval="$enable_tiara" |
| +# Check whether --enable-tg3 or --disable-tg3 was given. |
| +if test "${enable_tg3+set}" = set; then |
| + enableval="$enable_tg3" |
| |
| fi; |
| -if test "x$enable_tiara" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_TIARA=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS tiara.o" |
| +if test "x$enable_tg3" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_TG3=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS tg3.o" |
| fi |
| |
| # Check whether --enable-tulip or --disable-tulip was given. |
| @@ -5861,6 +5726,16 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS tulip.o" |
| fi |
| |
| +# Check whether --enable-tlan or --disable-tlan was given. |
| +if test "${enable_tlan+set}" = set; then |
| + enableval="$enable_tlan" |
| + |
| +fi; |
| +if test "x$enable_tlan" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_TLAN=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS tlan.o" |
| +fi |
| + |
| # Check whether --enable-via-rhine or --disable-via-rhine was given. |
| if test "${enable_via_rhine+set}" = set; then |
| enableval="$enable_via_rhine" |
| @@ -5895,24 +5770,6 @@ |
| FSYS_CFLAGS="$FSYS_CFLAGS -DFSYS_TFTP=1" |
| fi |
| |
| -# Check whether --enable-3c503-shmem or --disable-3c503-shmem was given. |
| -if test "${enable_3c503_shmem+set}" = set; then |
| - enableval="$enable_3c503_shmem" |
| - |
| -fi; |
| -if test "x$enable_3c503_shmem" = xyes; then |
| - NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DT503_SHMEM=1" |
| -fi |
| - |
| -# Check whether --enable-3c503-aui or --disable-3c503-aui was given. |
| -if test "${enable_3c503_aui+set}" = set; then |
| - enableval="$enable_3c503_aui" |
| - |
| -fi; |
| -if test "x$enable_3c503_aui" = xyes; then |
| - NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DT503_AUI=1" |
| -fi |
| - |
| # Check whether --enable-compex-rl2000-fix or --disable-compex-rl2000-fix was given. |
| if test "${enable_compex_rl2000_fix+set}" = set; then |
| enableval="$enable_compex_rl2000_fix" |
| @@ -5922,12 +5779,6 @@ |
| NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DCOMPEX_RL2000_FIX=1" |
| fi |
| |
| -# Check whether --enable-smc9000-scan or --disable-smc9000-scan was given. |
| -if test "${enable_smc9000_scan+set}" = set; then |
| - enableval="$enable_smc9000_scan" |
| - NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DSMC9000_SCAN=$enable_smc9000_scan" |
| -fi; |
| - |
| # Check whether --enable-ne-scan or --disable-ne-scan was given. |
| if test "${enable_ne_scan+set}" = set; then |
| enableval="$enable_ne_scan" |
| @@ -5944,12 +5795,6 @@ |
| NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DWD_DEFAULT_MEM=0xCC000" |
| fi; |
| |
| -# Check whether --enable-cs-scan or --disable-cs-scan was given. |
| -if test "${enable_cs_scan+set}" = set; then |
| - enableval="$enable_cs_scan" |
| - NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DCS_SCAN=$enable_cs_scan" |
| -fi; |
| - |
| # Check whether --enable-diskless or --disable-diskless was given. |
| if test "${enable_diskless+set}" = set; then |
| enableval="$enable_diskless" |
| diff -Naur grub-0.97.orig/configure.ac grub-0.97/configure.ac |
| --- grub-0.97.orig/configure.ac 2005-05-08 02:36:03.000000000 +0000 |
| +++ grub-0.97/configure.ac 2005-09-01 00:16:05.000000000 +0000 |
| @@ -317,7 +317,7 @@ |
| [ --disable-packet-retransmission |
| turn off packet retransmission]) |
| if test "x$enable_packet_retransmission" != xno; then |
| - NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DCONGESTED=1" |
| + NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DCONGESTED=1 -DCONFIG_PCI" |
| fi |
| |
| AC_ARG_ENABLE(pci-direct, |
| @@ -327,20 +327,6 @@ |
| fi |
| |
| dnl Device drivers. |
| -AC_ARG_ENABLE(3c509, |
| - [ --enable-3c509 enable 3Com509 driver]) |
| -if test "x$enable_3c509" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_3C509" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c509.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(3c529, |
| - [ --enable-3c529 enable 3Com529 driver]) |
| -if test "x$enable_3c529" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_3C529=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c529.o" |
| -fi |
| - |
| AC_ARG_ENABLE(3c595, |
| [ --enable-3c595 enable 3Com595 driver]) |
| if test "x$enable_3c595" = xyes; then |
| @@ -355,13 +341,6 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c90x.o" |
| fi |
| |
| -AC_ARG_ENABLE(cs89x0, |
| - [ --enable-cs89x0 enable CS89x0 driver]) |
| -if test "x$enable_cs89x0" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_CS89X0=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS cs89x0.o" |
| -fi |
| - |
| AC_ARG_ENABLE(davicom, |
| [ --enable-davicom enable Davicom driver]) |
| if test "x$enable_davicom" = xyes; then |
| @@ -369,18 +348,11 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS davicom.o" |
| fi |
| |
| -AC_ARG_ENABLE(depca, |
| - [ --enable-depca enable DEPCA and EtherWORKS driver]) |
| -if test "x$enable_depca" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_DEPCA=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS depca.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(eepro, |
| - [ --enable-eepro enable Etherexpress Pro/10 driver]) |
| -if test "x$enable_eepro" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_EEPRO=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS eepro.o" |
| +AC_ARG_ENABLE(e1000, |
| + [ --enable-e1000 enable Etherexpress Pro/1000 driver]) |
| +if test "x$enable_e1000" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_E1000=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS e1000.o" |
| fi |
| |
| AC_ARG_ENABLE(eepro100, |
| @@ -397,46 +369,11 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS epic100.o" |
| fi |
| |
| -AC_ARG_ENABLE(3c507, |
| - [ --enable-3c507 enable 3Com507 driver]) |
| -if test "x$enable_3c507" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_3C507=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c507.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(exos205, |
| - [ --enable-exos205 enable EXOS205 driver]) |
| -if test "x$enable_exos205" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_EXOS205=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS exos205.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(ni5210, |
| - [ --enable-ni5210 enable Racal-Interlan NI5210 driver]) |
| -if test "x$enable_ni5210" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NI5210=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ni5210.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(lance, |
| - [ --enable-lance enable Lance PCI PCNet/32 driver]) |
| -if test "x$enable_lance" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_LANCE=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS lance.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(ne2100, |
| - [ --enable-ne2100 enable Novell NE2100 driver]) |
| -if test "x$enable_ne2100" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NE2100=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ne2100.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(ni6510, |
| - [ --enable-ni6510 enable Racal-Interlan NI6510 driver]) |
| -if test "x$enable_ni6510" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NI6510=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ni6510.o" |
| +AC_ARG_ENABLE(forcedeth, |
| + [ --enable-forcedeth enable Nvidia Geforce driver]) |
| +if test "x$enable_forcedeth" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_FORCEDETH=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS forcedeth.o" |
| fi |
| |
| AC_ARG_ENABLE(natsemi, |
| @@ -446,25 +383,11 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS natsemi.o" |
| fi |
| |
| -AC_ARG_ENABLE(ni5010, |
| - [ --enable-ni5010 enable Racal-Interlan NI5010 driver]) |
| -if test "x$enable_ni5010" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NI5010=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ni5010.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(3c503, |
| - [ --enable-3c503 enable 3Com503 driver]) |
| -if test "x$enable_3c503" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_3C503=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS 3c503.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(ne, |
| - [ --enable-ne enable NE1000/2000 ISA driver]) |
| -if test "x$enable_ne" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NE=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS ne.o" |
| +AC_ARG_ENABLE(ns83820, |
| + [ --enable-ns83820 enable NS83820 driver]) |
| +if test "x$enable_ns83820" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_NS83820=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS ns83820.o" |
| fi |
| |
| AC_ARG_ENABLE(ns8390, |
| @@ -474,18 +397,18 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS ns8390.o" |
| fi |
| |
| -AC_ARG_ENABLE(wd, |
| - [ --enable-wd enable WD8003/8013, SMC8216/8416 driver]) |
| -if test "x$enable_wd" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_WD=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS wd.o" |
| +AC_ARG_ENABLE(pcnet32, |
| + [ --enable-pcnet32 enable AMD Lance/PCI PCNet/32 driver]) |
| +if test "x$enable_pcnet32" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_PCNET32=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS pcnet32.o" |
| fi |
| |
| -AC_ARG_ENABLE(otulip, |
| - [ --enable-otulip enable old Tulip driver]) |
| -if test "x$enable_otulip" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_OTULIP=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS otulip.o" |
| +AC_ARG_ENABLE(pnic, |
| + [ --enable-pnic enable Bochs Pseudo Nic driver]) |
| +if test "x$enable_pnic" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_PNIC=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS pnic.o" |
| fi |
| |
| AC_ARG_ENABLE(rtl8139, |
| @@ -495,6 +418,13 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS rtl8139.o" |
| fi |
| |
| +AC_ARG_ENABLE(r8169, |
| + [ --enable-r8169 enable Realtek 8169 driver]) |
| +if test "x$enable_r8169" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_R8169=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS r8169.o" |
| +fi |
| + |
| AC_ARG_ENABLE(sis900, |
| [ --enable-sis900 enable SIS 900 and SIS 7016 driver]) |
| if test "x$enable_sis900" = xyes; then |
| @@ -502,25 +432,11 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS sis900.o" |
| fi |
| |
| -AC_ARG_ENABLE(sk-g16, |
| - [ --enable-sk-g16 enable Schneider and Koch G16 driver]) |
| -if test "x$enable_sk_g16" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_SK_G16=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS sk_g16.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(smc9000, |
| - [ --enable-smc9000 enable SMC9000 driver]) |
| -if test "x$enable_smc9000" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_SMC9000=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS smc9000.o" |
| -fi |
| - |
| -AC_ARG_ENABLE(tiara, |
| - [ --enable-tiara enable Tiara driver]) |
| -if test "x$enable_tiara" = xyes; then |
| - NET_CFLAGS="$NET_CFLAGS -DINCLUDE_TIARA=1" |
| - NETBOOT_DRIVERS="$NETBOOT_DRIVERS tiara.o" |
| +AC_ARG_ENABLE(tg3, |
| + [ --enable-tg3 enable Broadcom Tigon3 driver]) |
| +if test "x$enable_tg3" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_TG3=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS tg3.o" |
| fi |
| |
| AC_ARG_ENABLE(tulip, |
| @@ -530,6 +446,13 @@ |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS tulip.o" |
| fi |
| |
| +AC_ARG_ENABLE(tlan, |
| + [ --enable-tlan enable TI ThunderLAN driver]) |
| +if test "x$enable_tlan" = xyes; then |
| + NET_CFLAGS="$NET_CFLAGS -DINCLUDE_TLAN=1" |
| + NETBOOT_DRIVERS="$NETBOOT_DRIVERS tlan.o" |
| +fi |
| + |
| AC_ARG_ENABLE(via-rhine, |
| [ --enable-via-rhine enable Rhine-I/II driver]) |
| if test "x$enable_via_rhine" = xyes; then |
| @@ -538,7 +461,7 @@ |
| fi |
| |
| AC_ARG_ENABLE(w89c840, |
| - [ --enable-w89c840 enable Winbond W89c840, Compex RL100-ATX driver]) |
| + [ --enable-w89c840 enable Winbond W89c840 driver]) |
| if test "x$enable_w89c840" = xyes; then |
| NET_CFLAGS="$NET_CFLAGS -DINCLUDE_W89C840=1" |
| NETBOOT_DRIVERS="$NETBOOT_DRIVERS w89c840.o" |
| @@ -550,19 +473,7 @@ |
| FSYS_CFLAGS="$FSYS_CFLAGS -DFSYS_TFTP=1" |
| fi |
| |
| -dnl Extra options. |
| -AC_ARG_ENABLE(3c503-shmem, |
| - [ --enable-3c503-shmem use 3c503 shared memory mode]) |
| -if test "x$enable_3c503_shmem" = xyes; then |
| - NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DT503_SHMEM=1" |
| -fi |
| - |
| -AC_ARG_ENABLE(3c503-aui, |
| - [ --enable-3c503-aui use AUI by default on 3c503 cards]) |
| -if test "x$enable_3c503_aui" = xyes; then |
| - NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DT503_AUI=1" |
| -fi |
| - |
| +dnl extra flag for ns8390.c |
| AC_ARG_ENABLE(compex-rl2000-fix, |
| [ --enable-compex-rl2000-fix |
| specify this if you have a Compex RL2000 PCI]) |
| @@ -570,11 +481,6 @@ |
| NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DCOMPEX_RL2000_FIX=1" |
| fi |
| |
| -AC_ARG_ENABLE(smc9000-scan, |
| - [ --enable-smc9000-scan=LIST |
| - probe for SMC9000 I/O addresses using LIST], |
| - [NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DSMC9000_SCAN=$enable_smc9000_scan"]) |
| - |
| AC_ARG_ENABLE(ne-scan, |
| [ --enable-ne-scan=LIST probe for NE base address using LIST], |
| [NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DNE_SCAN=$enable_ne_scan"], |
| @@ -586,10 +492,6 @@ |
| [NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DWD_DEFAULT_MEM=$enable_wd_default_mem"], |
| [NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DWD_DEFAULT_MEM=0xCC000"]) |
| |
| -AC_ARG_ENABLE(cs-scan, |
| - [ --enable-cs-scan=LIST probe for CS89x0 base address using LIST], |
| - [NET_EXTRAFLAGS="$NET_EXTRAFLAGS -DCS_SCAN=$enable_cs_scan"]) |
| - |
| dnl Diskless |
| AC_ARG_ENABLE(diskless, |
| [ --enable-diskless enable diskless support]) |
| diff -Naur grub-0.97.orig/netboot/3c509.h grub-0.97/netboot/3c509.h |
| --- grub-0.97.orig/netboot/3c509.h 2003-07-09 11:45:37.000000000 +0000 |
| +++ grub-0.97/netboot/3c509.h 1970-01-01 00:00:00.000000000 +0000 |
| @@ -1,397 +0,0 @@ |
| -/* |
| - * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. |
| - * |
| - * Redistribution and use in source and binary forms, with or without |
| - * modification, are permitted provided that the following conditions are |
| - * met: 1. Redistributions of source code must retain the above copyright |
| - * notice, this list of conditions and the following disclaimer. 2. The name |
| - * of the author may not be used to endorse or promote products derived from |
| - * this software withough specific prior written permission |
| - * |
| - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED |
| - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO |
| - * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED |
| - * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
| - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF |
| - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING |
| - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| - * |
| - * if_epreg.h,v 1.4 1994/11/13 10:12:37 gibbs Exp Modified by: |
| - * |
| - October 2, 1994 |
| - |
| - Modified by: Andres Vega Garcia |
| - |
| - INRIA - Sophia Antipolis, France |
| - e-mail: avega@sophia.inria.fr |
| - finger: avega@pax.inria.fr |
| - |
| - */ |
| - |
| -/* |
| - * Ethernet software status per interface. |
| - */ |
| -/* |
| - * Some global constants |
| - */ |
| - |
| -#define TX_INIT_RATE 16 |
| -#define TX_INIT_MAX_RATE 64 |
| -#define RX_INIT_LATENCY 64 |
| -#define RX_INIT_EARLY_THRESH 64 |
| -#define MIN_RX_EARLY_THRESHF 16 /* not less than ether_header */ |
| -#define MIN_RX_EARLY_THRESHL 4 |
| - |
| -#define EEPROMSIZE 0x40 |
| -#define MAX_EEPROMBUSY 1000 |
| -#define EP_LAST_TAG 0xd7 |
| -#define EP_MAX_BOARDS 16 |
| -#define EP_ID_PORT 0x100 |
| - |
| -/* |
| - * some macros to acces long named fields |
| - */ |
| -#define IS_BASE (eth_nic_base) |
| -#define BASE (eth_nic_base) |
| - |
| -/* |
| - * Commands to read/write EEPROM trough EEPROM command register (Window 0, |
| - * Offset 0xa) |
| - */ |
| -#define EEPROM_CMD_RD 0x0080 /* Read: Address required (5 bits) */ |
| -#define EEPROM_CMD_WR 0x0040 /* Write: Address required (5 bits) */ |
| -#define EEPROM_CMD_ERASE 0x00c0 /* Erase: Address required (5 bits) */ |
| -#define EEPROM_CMD_EWEN 0x0030 /* Erase/Write Enable: No data required */ |
| - |
| -#define EEPROM_BUSY (1<<15) |
| -#define EEPROM_TST_MODE (1<<14) |
| - |
| -/* |
| - * Some short functions, worth to let them be a macro |
| - */ |
| -#define is_eeprom_busy(b) (inw((b)+EP_W0_EEPROM_COMMAND)&EEPROM_BUSY) |
| -#define GO_WINDOW(x) outw(WINDOW_SELECT|(x), BASE+EP_COMMAND) |
| - |
| -/************************************************************************** |
| - * |
| - * These define the EEPROM data structure. They are used in the probe |
| - * function to verify the existance of the adapter after having sent |
| - * the ID_Sequence. |
| - * |
| - * There are others but only the ones we use are defined here. |
| - * |
| - **************************************************************************/ |
| - |
| -#define EEPROM_NODE_ADDR_0 0x0 /* Word */ |
| -#define EEPROM_NODE_ADDR_1 0x1 /* Word */ |
| -#define EEPROM_NODE_ADDR_2 0x2 /* Word */ |
| -#define EEPROM_PROD_ID 0x3 /* 0x9[0-f]50 */ |
| -#define EEPROM_MFG_ID 0x7 /* 0x6d50 */ |
| -#define EEPROM_ADDR_CFG 0x8 /* Base addr */ |
| -#define EEPROM_RESOURCE_CFG 0x9 /* IRQ. Bits 12-15 */ |
| - |
| -/************************************************************************** |
| - * |
| - * These are the registers for the 3Com 3c509 and their bit patterns when |
| - * applicable. They have been taken out the the "EtherLink III Parallel |
| - * Tasking EISA and ISA Technical Reference" "Beta Draft 10/30/92" manual |
| - * from 3com. |
| - * |
| - **************************************************************************/ |
| - |
| -#define EP_COMMAND 0x0e /* Write. BASE+0x0e is always a |
| - * command reg. */ |
| -#define EP_STATUS 0x0e /* Read. BASE+0x0e is always status |
| - * reg. */ |
| -#define EP_WINDOW 0x0f /* Read. BASE+0x0f is always window |
| - * reg. */ |
| -/* |
| - * Window 0 registers. Setup. |
| - */ |
| -/* Write */ |
| -#define EP_W0_EEPROM_DATA 0x0c |
| -#define EP_W0_EEPROM_COMMAND 0x0a |
| -#define EP_W0_RESOURCE_CFG 0x08 |
| -#define EP_W0_ADDRESS_CFG 0x06 |
| -#define EP_W0_CONFIG_CTRL 0x04 |
| -/* Read */ |
| -#define EP_W0_PRODUCT_ID 0x02 |
| -#define EP_W0_MFG_ID 0x00 |
| - |
| -/* |
| - * Window 1 registers. Operating Set. |
| - */ |
| -/* Write */ |
| -#define EP_W1_TX_PIO_WR_2 0x02 |
| -#define EP_W1_TX_PIO_WR_1 0x00 |
| -/* Read */ |
| -#define EP_W1_FREE_TX 0x0c |
| -#define EP_W1_TX_STATUS 0x0b /* byte */ |
| -#define EP_W1_TIMER 0x0a /* byte */ |
| -#define EP_W1_RX_STATUS 0x08 |
| -#define EP_W1_RX_PIO_RD_2 0x02 |
| -#define EP_W1_RX_PIO_RD_1 0x00 |
| - |
| -/* |
| - * Window 2 registers. Station Address Setup/Read |
| - */ |
| -/* Read/Write */ |
| -#define EP_W2_ADDR_5 0x05 |
| -#define EP_W2_ADDR_4 0x04 |
| -#define EP_W2_ADDR_3 0x03 |
| -#define EP_W2_ADDR_2 0x02 |
| -#define EP_W2_ADDR_1 0x01 |
| -#define EP_W2_ADDR_0 0x00 |
| - |
| -/* |
| - * Window 3 registers. FIFO Management. |
| - */ |
| -/* Read */ |
| -#define EP_W3_FREE_TX 0x0c |
| -#define EP_W3_FREE_RX 0x0a |
| - |
| -/* |
| - * Window 4 registers. Diagnostics. |
| - */ |
| -/* Read/Write */ |
| -#define EP_W4_MEDIA_TYPE 0x0a |
| -#define EP_W4_CTRLR_STATUS 0x08 |
| -#define EP_W4_NET_DIAG 0x06 |
| -#define EP_W4_FIFO_DIAG 0x04 |
| -#define EP_W4_HOST_DIAG 0x02 |
| -#define EP_W4_TX_DIAG 0x00 |
| - |
| -/* |
| - * Window 5 Registers. Results and Internal status. |
| - */ |
| -/* Read */ |
| -#define EP_W5_READ_0_MASK 0x0c |
| -#define EP_W5_INTR_MASK 0x0a |
| -#define EP_W5_RX_FILTER 0x08 |
| -#define EP_W5_RX_EARLY_THRESH 0x06 |
| -#define EP_W5_TX_AVAIL_THRESH 0x02 |
| -#define EP_W5_TX_START_THRESH 0x00 |
| - |
| -/* |
| - * Window 6 registers. Statistics. |
| - */ |
| -/* Read/Write */ |
| -#define TX_TOTAL_OK 0x0c |
| -#define RX_TOTAL_OK 0x0a |
| -#define TX_DEFERRALS 0x08 |
| -#define RX_FRAMES_OK 0x07 |
| -#define TX_FRAMES_OK 0x06 |
| -#define RX_OVERRUNS 0x05 |
| -#define TX_COLLISIONS 0x04 |
| -#define TX_AFTER_1_COLLISION 0x03 |
| -#define TX_AFTER_X_COLLISIONS 0x02 |
| -#define TX_NO_SQE 0x01 |
| -#define TX_CD_LOST 0x00 |
| - |
| -/**************************************** |
| - * |
| - * Register definitions. |
| - * |
| - ****************************************/ |
| - |
| -/* |
| - * Command register. All windows. |
| - * |
| - * 16 bit register. |
| - * 15-11: 5-bit code for command to be executed. |
| - * 10-0: 11-bit arg if any. For commands with no args; |
| - * this can be set to anything. |
| - */ |
| -#define GLOBAL_RESET (unsigned short) 0x0000 /* Wait at least 1ms |
| - * after issuing */ |
| -#define WINDOW_SELECT (unsigned short) (0x1<<11) |
| -#define START_TRANSCEIVER (unsigned short) (0x2<<11) /* Read ADDR_CFG reg to |
| - * determine whether |
| - * this is needed. If |
| - * so; wait 800 uSec |
| - * before using trans- |
| - * ceiver. */ |
| -#define RX_DISABLE (unsigned short) (0x3<<11) /* state disabled on |
| - * power-up */ |
| -#define RX_ENABLE (unsigned short) (0x4<<11) |
| -#define RX_RESET (unsigned short) (0x5<<11) |
| -#define RX_DISCARD_TOP_PACK (unsigned short) (0x8<<11) |
| -#define TX_ENABLE (unsigned short) (0x9<<11) |
| -#define TX_DISABLE (unsigned short) (0xa<<11) |
| -#define TX_RESET (unsigned short) (0xb<<11) |
| -#define REQ_INTR (unsigned short) (0xc<<11) |
| -#define SET_INTR_MASK (unsigned short) (0xe<<11) |
| -#define SET_RD_0_MASK (unsigned short) (0xf<<11) |
| -#define SET_RX_FILTER (unsigned short) (0x10<<11) |
| -#define FIL_INDIVIDUAL (unsigned short) (0x1) |
| -#define FIL_GROUP (unsigned short) (0x2) |
| -#define FIL_BRDCST (unsigned short) (0x4) |
| -#define FIL_ALL (unsigned short) (0x8) |
| -#define SET_RX_EARLY_THRESH (unsigned short) (0x11<<11) |
| -#define SET_TX_AVAIL_THRESH (unsigned short) (0x12<<11) |
| -#define SET_TX_START_THRESH (unsigned short) (0x13<<11) |
| -#define STATS_ENABLE (unsigned short) (0x15<<11) |
| -#define STATS_DISABLE (unsigned short) (0x16<<11) |
| -#define STOP_TRANSCEIVER (unsigned short) (0x17<<11) |
| -/* |
| - * The following C_* acknowledge the various interrupts. Some of them don't |
| - * do anything. See the manual. |
| - */ |
| -#define ACK_INTR (unsigned short) (0x6800) |
| -#define C_INTR_LATCH (unsigned short) (ACK_INTR|0x1) |
| -#define C_CARD_FAILURE (unsigned short) (ACK_INTR|0x2) |
| -#define C_TX_COMPLETE (unsigned short) (ACK_INTR|0x4) |
| -#define C_TX_AVAIL (unsigned short) (ACK_INTR|0x8) |
| -#define C_RX_COMPLETE (unsigned short) (ACK_INTR|0x10) |
| -#define C_RX_EARLY (unsigned short) (ACK_INTR|0x20) |
| -#define C_INT_RQD (unsigned short) (ACK_INTR|0x40) |
| -#define C_UPD_STATS (unsigned short) (ACK_INTR|0x80) |
| - |
| -/* |
| - * Status register. All windows. |
| - * |
| - * 15-13: Window number(0-7). |
| - * 12: Command_in_progress. |
| - * 11: reserved. |
| - * 10: reserved. |
| - * 9: reserved. |
| - * 8: reserved. |
| - * 7: Update Statistics. |
| - * 6: Interrupt Requested. |
| - * 5: RX Early. |
| - * 4: RX Complete. |
| - * 3: TX Available. |
| - * 2: TX Complete. |
| - * 1: Adapter Failure. |
| - * 0: Interrupt Latch. |
| - */ |
| -#define S_INTR_LATCH (unsigned short) (0x1) |
| -#define S_CARD_FAILURE (unsigned short) (0x2) |
| -#define S_TX_COMPLETE (unsigned short) (0x4) |
| -#define S_TX_AVAIL (unsigned short) (0x8) |
| -#define S_RX_COMPLETE (unsigned short) (0x10) |
| -#define S_RX_EARLY (unsigned short) (0x20) |
| -#define S_INT_RQD (unsigned short) (0x40) |
| -#define S_UPD_STATS (unsigned short) (0x80) |
| -#define S_5_INTS (S_CARD_FAILURE|S_TX_COMPLETE|\ |
| - S_TX_AVAIL|S_RX_COMPLETE|S_RX_EARLY) |
| -#define S_COMMAND_IN_PROGRESS (unsigned short) (0x1000) |
| - |
| -/* |
| - * FIFO Registers. |
| - * RX Status. Window 1/Port 08 |
| - * |
| - * 15: Incomplete or FIFO empty. |
| - * 14: 1: Error in RX Packet 0: Incomplete or no error. |
| - * 13-11: Type of error. |
| - * 1000 = Overrun. |
| - * 1011 = Run Packet Error. |
| - * 1100 = Alignment Error. |
| - * 1101 = CRC Error. |
| - * 1001 = Oversize Packet Error (>1514 bytes) |
| - * 0010 = Dribble Bits. |
| - * (all other error codes, no errors.) |
| - * |
| - * 10-0: RX Bytes (0-1514) |
| - */ |
| -#define ERR_RX_INCOMPLETE (unsigned short) (0x1<<15) |
| -#define ERR_RX (unsigned short) (0x1<<14) |
| -#define ERR_RX_OVERRUN (unsigned short) (0x8<<11) |
| -#define ERR_RX_RUN_PKT (unsigned short) (0xb<<11) |
| -#define ERR_RX_ALIGN (unsigned short) (0xc<<11) |
| -#define ERR_RX_CRC (unsigned short) (0xd<<11) |
| -#define ERR_RX_OVERSIZE (unsigned short) (0x9<<11) |
| -#define ERR_RX_DRIBBLE (unsigned short) (0x2<<11) |
| - |
| -/* |
| - * FIFO Registers. |
| - * TX Status. Window 1/Port 0B |
| - * |
| - * Reports the transmit status of a completed transmission. Writing this |
| - * register pops the transmit completion stack. |
| - * |
| - * Window 1/Port 0x0b. |
| - * |
| - * 7: Complete |
| - * 6: Interrupt on successful transmission requested. |
| - * 5: Jabber Error (TP Only, TX Reset required. ) |
| - * 4: Underrun (TX Reset required. ) |
| - * 3: Maximum Collisions. |
| - * 2: TX Status Overflow. |
| - * 1-0: Undefined. |
| - * |
| - */ |
| -#define TXS_COMPLETE 0x80 |
| -#define TXS_SUCCES_INTR_REQ 0x40 |
| -#define TXS_JABBER 0x20 |
| -#define TXS_UNDERRUN 0x10 |
| -#define TXS_MAX_COLLISION 0x8 |
| -#define TXS_STATUS_OVERFLOW 0x4 |
| - |
| -/* |
| - * Configuration control register. |
| - * Window 0/Port 04 |
| - */ |
| -/* Read */ |
| -#define IS_AUI (1<<13) |
| -#define IS_BNC (1<<12) |
| -#define IS_UTP (1<<9) |
| -/* Write */ |
| -#define ENABLE_DRQ_IRQ 0x0001 |
| -#define W0_P4_CMD_RESET_ADAPTER 0x4 |
| -#define W0_P4_CMD_ENABLE_ADAPTER 0x1 |
| -/* |
| - * Media type and status. |
| - * Window 4/Port 0A |
| - */ |
| -#define ENABLE_UTP 0xc0 |
| -#define DISABLE_UTP 0x0 |
| - |
| -/* |
| - * Resource control register |
| - */ |
| - |
| -#define SET_IRQ(i) ( ((i)<<12) | 0xF00) /* set IRQ i */ |
| - |
| -/* |
| - * Receive status register |
| - */ |
| - |
| -#define RX_BYTES_MASK (unsigned short) (0x07ff) |
| -#define RX_ERROR 0x4000 |
| -#define RX_INCOMPLETE 0x8000 |
| - |
| - |
| -/* |
| - * Misc defines for various things. |
| - */ |
| -#define ACTIVATE_ADAPTER_TO_CONFIG 0xff /* to the id_port */ |
| -#define MFG_ID 0x6d50 /* in EEPROM and W0 ADDR_CONFIG */ |
| -#define PROD_ID 0x9150 |
| - |
| -#define AUI 0x1 |
| -#define BNC 0x2 |
| -#define UTP 0x4 |
| - |
| -#define RX_BYTES_MASK (unsigned short) (0x07ff) |
| - |
| - /* EISA support */ |
| -#define EP_EISA_START 0x1000 |
| -#define EP_EISA_W0 0x0c80 |
| - |
| -#ifdef INCLUDE_3C529 |
| - /* MCA support */ |
| -#define MCA_MOTHERBOARD_SETUP_REG 0x94 |
| -#define MCA_ADAPTER_SETUP_REG 0x96 |
| -#define MCA_MAX_SLOT_NR 8 |
| -#define MCA_POS_REG(n) (0x100+(n)) |
| -#endif |
| - |
| -/* |
| - * Local variables: |
| - * c-basic-offset: 8 |
| - * End: |
| - */ |
| diff -Naur grub-0.97.orig/netboot/3c595.c grub-0.97/netboot/3c595.c |
| --- grub-0.97.orig/netboot/3c595.c 2003-07-09 11:45:37.000000000 +0000 |
| +++ grub-0.97/netboot/3c595.c 2005-08-31 19:03:35.000000000 +0000 |
| @@ -20,6 +20,7 @@ |
| * |
| * Copyright (c) 1994 Herb Peyerl <hpeyerl@novatel.ca> |
| * |
| +* timlegge 08-24-2003 Add Multicast Support |
| */ |
| |
| /* #define EDEBUG */ |
| @@ -30,7 +31,7 @@ |
| #include "3c595.h" |
| #include "timer.h" |
| |
| -static unsigned short eth_nic_base, eth_asic_base; |
| +static unsigned short eth_nic_base; |
| static unsigned short vx_connector, vx_connectors; |
| |
| static struct connector_entry { |
| @@ -57,14 +58,12 @@ |
| static void vxgetlink(void); |
| static void vxsetlink(void); |
| |
| -#define udelay(n) waiton_timer2(((n)*TICKS_PER_MS)/1000) |
| - |
| /************************************************************************** |
| ETH_RESET - Reset adapter |
| ***************************************************************************/ |
| static void t595_reset(struct nic *nic) |
| { |
| - int i, j; |
| + int i; |
| |
| /*********************************************************** |
| Reset 3Com 595 card |
| @@ -133,7 +132,7 @@ |
| outw(ACK_INTR | 0xff, BASE + VX_COMMAND); |
| |
| outw(SET_RX_FILTER | FIL_INDIVIDUAL | |
| - FIL_BRDCST, BASE + VX_COMMAND); |
| + FIL_BRDCST|FIL_MULTICAST, BASE + VX_COMMAND); |
| |
| vxsetlink(); |
| /*{ |
| @@ -225,10 +224,9 @@ |
| /************************************************************************** |
| ETH_POLL - Wait for a frame |
| ***************************************************************************/ |
| -static int t595_poll(struct nic *nic) |
| +static int t595_poll(struct nic *nic, int retrieve) |
| { |
| /* common variables */ |
| - unsigned short type = 0; /* used by EDEBUG */ |
| /* variables for 3C595 */ |
| short status, cst; |
| register short rx_fifo; |
| @@ -262,6 +260,8 @@ |
| if (rx_fifo==0) |
| return 0; |
| |
| + if ( ! retrieve ) return 1; |
| + |
| /* read packet */ |
| #ifdef EDEBUG |
| printf("[l=%d",rx_fifo); |
| @@ -300,12 +300,15 @@ |
| outw(RX_DISCARD_TOP_PACK, BASE + VX_COMMAND); |
| while (inw(BASE + VX_STATUS) & S_COMMAND_IN_PROGRESS); |
| #ifdef EDEBUG |
| +{ |
| + unsigned short type = 0; /* used by EDEBUG */ |
| type = (nic->packet[12]<<8) | nic->packet[13]; |
| if(nic->packet[0]+nic->packet[1]+nic->packet[2]+nic->packet[3]+nic->packet[4]+ |
| nic->packet[5] == 0xFF*ETH_ALEN) |
| printf(",t=%hX,b]",type); |
| else |
| printf(",t=%hX]",type); |
| +} |
| #endif |
| return 1; |
| } |
| @@ -382,9 +385,8 @@ |
| static void |
| vxsetlink(void) |
| { |
| - int i, j, k; |
| + int i, j; |
| char *reason, *warning; |
| - static short prev_flags; |
| static char prev_conn = -1; |
| |
| if (prev_conn == -1) { |
| @@ -438,28 +440,47 @@ |
| GO_WINDOW(1); |
| } |
| |
| -static void t595_disable(struct nic *nic) |
| +static void t595_disable(struct dev *dev) |
| { |
| - outw(STOP_TRANSCEIVER, BASE + VX_COMMAND); |
| - udelay(8000); |
| - GO_WINDOW(4); |
| - outw(0, BASE + VX_W4_MEDIA_TYPE); |
| - GO_WINDOW(1); |
| + struct nic *nic = (struct nic *)dev; |
| + t595_reset(nic); |
| + |
| + outw(STOP_TRANSCEIVER, BASE + VX_COMMAND); |
| + udelay(8000); |
| + GO_WINDOW(4); |
| + outw(0, BASE + VX_W4_MEDIA_TYPE); |
| + GO_WINDOW(1); |
| +} |
| + |
| +static void t595_irq(struct nic *nic __unused, irq_action_t action __unused) |
| +{ |
| + switch ( action ) { |
| + case DISABLE : |
| + break; |
| + case ENABLE : |
| + break; |
| + case FORCE : |
| + break; |
| + } |
| } |
| |
| /************************************************************************** |
| ETH_PROBE - Look for an adapter |
| ***************************************************************************/ |
| -struct nic *t595_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci) |
| +static int t595_probe(struct dev *dev, struct pci_device *pci) |
| { |
| + struct nic *nic = (struct nic *)dev; |
| int i; |
| unsigned short *p; |
| |
| - if (probeaddrs == 0 || probeaddrs[0] == 0) |
| + if (pci->ioaddr == 0) |
| return 0; |
| /* eth_nic_base = probeaddrs[0] & ~3; */ |
| eth_nic_base = pci->ioaddr; |
| |
| + nic->irqno = 0; |
| + nic->ioaddr = pci->ioaddr & ~3; |
| + |
| GO_WINDOW(0); |
| outw(GLOBAL_RESET, BASE + VX_COMMAND); |
| VX_BUSY_WAIT; |
| @@ -487,14 +508,40 @@ |
| printf("Ethernet address: %!\n", nic->node_addr); |
| |
| t595_reset(nic); |
| - nic->reset = t595_reset; |
| - nic->poll = t595_poll; |
| + dev->disable = t595_disable; |
| + nic->poll = t595_poll; |
| nic->transmit = t595_transmit; |
| - nic->disable = t595_disable; |
| - return nic; |
| + nic->irq = t595_irq; |
| + return 1; |
| |
| } |
| |
| +static struct pci_id t595_nics[] = { |
| +PCI_ROM(0x10b7, 0x5900, "3c590", "3Com590"), /* Vortex 10Mbps */ |
| +PCI_ROM(0x10b7, 0x5950, "3c595", "3Com595"), /* Vortex 100baseTx */ |
| +PCI_ROM(0x10b7, 0x5951, "3c595-1", "3Com595"), /* Vortex 100baseT4 */ |
| +PCI_ROM(0x10b7, 0x5952, "3c595-2", "3Com595"), /* Vortex 100base-MII */ |
| +PCI_ROM(0x10b7, 0x9000, "3c900-tpo", "3Com900-TPO"), /* 10 Base TPO */ |
| +PCI_ROM(0x10b7, 0x9001, "3c900-t4", "3Com900-Combo"), /* 10/100 T4 */ |
| +PCI_ROM(0x10b7, 0x9004, "3c900b-tpo", "3Com900B-TPO"), /* 10 Base TPO */ |
| +PCI_ROM(0x10b7, 0x9005, "3c900b-combo", "3Com900B-Combo"), /* 10 Base Combo */ |
| +PCI_ROM(0x10b7, 0x9006, "3c900b-tpb2", "3Com900B-2/T"), /* 10 Base TP and Base2 */ |
| +PCI_ROM(0x10b7, 0x900a, "3c900b-fl", "3Com900B-FL"), /* 10 Base F */ |
| +PCI_ROM(0x10b7, 0x9800, "3c980-cyclone-1", "3Com980-Cyclone"), /* Cyclone */ |
| +PCI_ROM(0x10b7, 0x9805, "3c9805-1", "3Com9805"), /* Dual Port Server Cyclone */ |
| +PCI_ROM(0x10b7, 0x7646, "3csoho100-tx-1", "3CSOHO100-TX"), /* Hurricane */ |
| +PCI_ROM(0x10b7, 0x4500, "3c450-1", "3Com450 HomePNA Tornado"), |
| +}; |
| + |
| +struct pci_driver t595_driver = { |
| + .type = NIC_DRIVER, |
| + .name = "3C595", |
| + .probe = t595_probe, |
| + .ids = t595_nics, |
| + .id_count = sizeof(t595_nics)/sizeof(t595_nics[0]), |
| + .class = 0, |
| +}; |
| + |
| /* |
| * Local variables: |
| * c-basic-offset: 8 |
| diff -Naur grub-0.97.orig/netboot/3c90x.c grub-0.97/netboot/3c90x.c |
| --- grub-0.97.orig/netboot/3c90x.c 2003-07-09 11:45:37.000000000 +0000 |
| +++ grub-0.97/netboot/3c90x.c 2005-08-31 19:03:35.000000000 +0000 |
| @@ -1,7 +1,7 @@ |
| /* |
| * 3c90x.c -- This file implements the 3c90x driver for etherboot. Written |
| * by Greg Beeley, Greg.Beeley@LightSys.org. Modified by Steve Smith, |
| - * Steve.Smith@Juno.Com |
| + * Steve.Smith@Juno.Com. Alignment bug fix Neil Newell (nn@icenoir.net). |
| * |
| * This program Copyright (C) 1999 LightSys Technology Services, Inc. |
| * Portions Copyright (C) 1999 Steve Smith |
| @@ -31,13 +31,15 @@ |
| * Re-wrote poll and transmit for |
| * better error recovery and heavy |
| * network traffic operation |
| + * v2.01 5-26-2003 NN Fixed driver alignment issue which |
| + * caused system lockups if driver structures |
| + * not 8-byte aligned. |
| * |
| */ |
| |
| #include "etherboot.h" |
| #include "nic.h" |
| #include "pci.h" |
| -#include "cards.h" |
| #include "timer.h" |
| |
| #define XCVR_MAGIC (0x5A00) |
| @@ -47,9 +49,6 @@ |
| **/ |
| #define XMIT_RETRIES 250 |
| |
| -#undef virt_to_bus |
| -#define virt_to_bus(x) ((unsigned long)x) |
| - |
| /*** Register definitions for the 3c905 ***/ |
| enum Registers |
| { |
| @@ -225,7 +224,7 @@ |
| unsigned int DataAddr; |
| unsigned int DataLength; |
| } |
| - TXD; |
| + TXD __attribute__ ((aligned(8))); /* 64-bit aligned for bus mastering */ |
| |
| /*** RX descriptor ***/ |
| typedef struct |
| @@ -235,7 +234,7 @@ |
| unsigned int DataAddr; |
| unsigned int DataLength; |
| } |
| - RXD; |
| + RXD __attribute__ ((aligned(8))); /* 64-bit aligned for bus mastering */ |
| |
| /*** Global variables ***/ |
| static struct |
| @@ -311,6 +310,7 @@ |
| } |
| |
| |
| +#if 0 |
| /*** a3c90x_internal_WriteEepromWord - write a physical word of |
| *** data to the onboard serial eeprom (not the BIOS prom, but the |
| *** nvram in the card that stores, among other things, the MAC |
| @@ -344,8 +344,9 @@ |
| |
| return 0; |
| } |
| +#endif |
| |
| - |
| +#if 0 |
| /*** a3c90x_internal_WriteEeprom - write data to the serial eeprom, |
| *** and re-compute the eeprom checksum. |
| ***/ |
| @@ -384,8 +385,7 @@ |
| |
| return 0; |
| } |
| - |
| - |
| +#endif |
| |
| /*** a3c90x_reset: exported function that resets the card to its default |
| *** state. This is so the Linux driver can re-set the card up the way |
| @@ -393,12 +393,10 @@ |
| *** not alter the selected transceiver that we used to download the boot |
| *** image. |
| ***/ |
| -static void |
| -a3c90x_reset(struct nic *nic) |
| +static void a3c90x_reset(void) |
| { |
| - int cfg; |
| - |
| #ifdef CFG_3C90X_PRESERVE_XCVR |
| + int cfg; |
| /** Read the current InternalConfig value. **/ |
| a3c90x_internal_SetWindow(INF_3C90X.IOAddr, winTxRxOptions3); |
| cfg = inl(INF_3C90X.IOAddr + regInternalConfig_3_l); |
| @@ -473,7 +471,7 @@ |
| *** p - the pointer to the packet data itself. |
| ***/ |
| static void |
| -a3c90x_transmit(struct nic *nic, const char *d, unsigned int t, |
| +a3c90x_transmit(struct nic *nic __unused, const char *d, unsigned int t, |
| unsigned int s, const char *p) |
| { |
| |
| @@ -553,7 +551,7 @@ |
| if (status & 0x02) |
| { |
| printf("3C90X: Tx Reclaim Error (%hhX)\n", status); |
| - a3c90x_reset(NULL); |
| + a3c90x_reset(); |
| } |
| else if (status & 0x04) |
| { |
| @@ -572,18 +570,18 @@ |
| else if (status & 0x10) |
| { |
| printf("3C90X: Tx Underrun (%hhX)\n", status); |
| - a3c90x_reset(NULL); |
| + a3c90x_reset(); |
| } |
| else if (status & 0x20) |
| { |
| printf("3C90X: Tx Jabber (%hhX)\n", status); |
| - a3c90x_reset(NULL); |
| + a3c90x_reset(); |
| } |
| else if ((status & 0x80) != 0x80) |
| { |
| printf("3C90X: Internal Error - Incomplete Transmission (%hhX)\n", |
| status); |
| - a3c90x_reset(NULL); |
| + a3c90x_reset(); |
| } |
| } |
| |
| @@ -601,7 +599,7 @@ |
| *** in nic->packetlen. Return 1 if a packet was found. |
| ***/ |
| static int |
| -a3c90x_poll(struct nic *nic) |
| +a3c90x_poll(struct nic *nic, int retrieve) |
| { |
| int i, errcode; |
| |
| @@ -610,6 +608,8 @@ |
| return 0; |
| } |
| |
| + if ( ! retrieve ) return 1; |
| + |
| /** we don't need to acknowledge rxComplete -- the upload engine |
| ** does it for us. |
| **/ |
| @@ -663,34 +663,51 @@ |
| *** [Ken] |
| ***/ |
| static void |
| -a3c90x_disable(struct nic *nic) |
| - { |
| +a3c90x_disable(struct dev *dev __unused) |
| +{ |
| + /* reset and disable merge */ |
| + a3c90x_reset(); |
| /* Disable the receiver and transmitter. */ |
| outw(cmdRxDisable, INF_3C90X.IOAddr + regCommandIntStatus_w); |
| outw(cmdTxDisable, INF_3C90X.IOAddr + regCommandIntStatus_w); |
| - } |
| - |
| +} |
| |
| +static void a3c90x_irq(struct nic *nic __unused, irq_action_t action __unused) |
| +{ |
| + switch ( action ) { |
| + case DISABLE : |
| + break; |
| + case ENABLE : |
| + break; |
| + case FORCE : |
| + break; |
| + } |
| +} |
| |
| /*** a3c90x_probe: exported routine to probe for the 3c905 card and perform |
| *** initialization. If this routine is called, the pci functions did find the |
| *** card. We just have to init it here. |
| ***/ |
| -struct nic* |
| -a3c90x_probe(struct nic *nic, unsigned short *probeaddrs, struct pci_device *pci) |
| - { |
| +static int a3c90x_probe(struct dev *dev, struct pci_device *pci) |
| +{ |
| + struct nic *nic = (struct nic *)dev; |
| int i, c; |
| unsigned short eeprom[0x21]; |
| unsigned int cfg; |
| unsigned int mopt; |
| + unsigned int mstat; |
| unsigned short linktype; |
| +#define HWADDR_OFFSET 10 |
| |
| - if (probeaddrs == 0 || probeaddrs[0] == 0) |
| + if (pci->ioaddr == 0) |
| return 0; |
| |
| adjust_pci_device(pci); |
| |
| - INF_3C90X.IOAddr = probeaddrs[0] & ~3; |
| + nic->ioaddr = pci->ioaddr & ~3; |
| + nic->irqno = 0; |
| + |
| + INF_3C90X.IOAddr = pci->ioaddr & ~3; |
| INF_3C90X.CurrentWindow = 255; |
| switch (a3c90x_internal_ReadEeprom(INF_3C90X.IOAddr, 0x03)) |
| { |
| @@ -756,30 +773,45 @@ |
| "Copyright 1999 LightSys Technology Services, Inc.\n" |
| "Portions Copyright 1999 Steve Smith\n"); |
| printf("Provided with ABSOLUTELY NO WARRANTY.\n"); |
| +#ifdef CFG_3C90X_BOOTROM_FIX |
| + if (INF_3C90X.isBrev) |
| + { |
| + printf("NOTE: 3c905b bootrom fix enabled; has side " |
| + "effects. See 3c90x.txt for info.\n"); |
| + } |
| +#endif |
| printf("-------------------------------------------------------" |
| "------------------------\n"); |
| |
| /** Retrieve the Hardware address and print it on the screen. **/ |
| - INF_3C90X.HWAddr[0] = eeprom[0]>>8; |
| - INF_3C90X.HWAddr[1] = eeprom[0]&0xFF; |
| - INF_3C90X.HWAddr[2] = eeprom[1]>>8; |
| - INF_3C90X.HWAddr[3] = eeprom[1]&0xFF; |
| - INF_3C90X.HWAddr[4] = eeprom[2]>>8; |
| - INF_3C90X.HWAddr[5] = eeprom[2]&0xFF; |
| + INF_3C90X.HWAddr[0] = eeprom[HWADDR_OFFSET + 0]>>8; |
| + INF_3C90X.HWAddr[1] = eeprom[HWADDR_OFFSET + 0]&0xFF; |
| + INF_3C90X.HWAddr[2] = eeprom[HWADDR_OFFSET + 1]>>8; |
| + INF_3C90X.HWAddr[3] = eeprom[HWADDR_OFFSET + 1]&0xFF; |
| + INF_3C90X.HWAddr[4] = eeprom[HWADDR_OFFSET + 2]>>8; |
| + INF_3C90X.HWAddr[5] = eeprom[HWADDR_OFFSET + 2]&0xFF; |
| printf("MAC Address = %!\n", INF_3C90X.HWAddr); |
| |
| + /* Test if the link is good, if not continue */ |
| + a3c90x_internal_SetWindow(INF_3C90X.IOAddr, winDiagnostics4); |
| + mstat = inw(INF_3C90X.IOAddr + regMediaStatus_4_w); |
| + if((mstat & (1<<11)) == 0) { |
| + printf("Valid link not established\n"); |
| + return 0; |
| + } |
| + |
| /** Program the MAC address into the station address registers **/ |
| a3c90x_internal_SetWindow(INF_3C90X.IOAddr, winAddressing2); |
| - outw(htons(eeprom[0]), INF_3C90X.IOAddr + regStationAddress_2_3w); |
| - outw(htons(eeprom[1]), INF_3C90X.IOAddr + regStationAddress_2_3w+2); |
| - outw(htons(eeprom[2]), INF_3C90X.IOAddr + regStationAddress_2_3w+4); |
| + outw(htons(eeprom[HWADDR_OFFSET + 0]), INF_3C90X.IOAddr + regStationAddress_2_3w); |
| + outw(htons(eeprom[HWADDR_OFFSET + 1]), INF_3C90X.IOAddr + regStationAddress_2_3w+2); |
| + outw(htons(eeprom[HWADDR_OFFSET + 2]), INF_3C90X.IOAddr + regStationAddress_2_3w+4); |
| outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+0); |
| outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+2); |
| outw(0, INF_3C90X.IOAddr + regStationMask_2_3w+4); |
| |
| /** Fill in our entry in the etherboot arp table **/ |
| for(i=0;i<ETH_ALEN;i++) |
| - nic->node_addr[i] = (eeprom[i/2] >> (8*((i&1)^1))) & 0xff; |
| + nic->node_addr[i] = (eeprom[HWADDR_OFFSET + i/2] >> (8*((i&1)^1))) & 0xff; |
| |
| /** Read the media options register, print a message and set default |
| ** xcvr. |
| @@ -903,8 +935,8 @@ |
| while (inw(INF_3C90X.IOAddr + regCommandIntStatus_w) & INT_CMDINPROGRESS) |
| ; |
| |
| - /** Set the RX filter = receive only individual pkts & bcast. **/ |
| - a3c90x_internal_IssueCommand(INF_3C90X.IOAddr, cmdSetRxFilter, 0x01 + 0x04); |
| + /** Set the RX filter = receive only individual pkts & multicast & bcast. **/ |
| + a3c90x_internal_IssueCommand(INF_3C90X.IOAddr, cmdSetRxFilter, 0x01 + 0x02 + 0x04); |
| a3c90x_internal_IssueCommand(INF_3C90X.IOAddr, cmdRxEnable, 0); |
| |
| |
| @@ -918,12 +950,46 @@ |
| cmdAcknowledgeInterrupt, 0x661); |
| |
| /** Set our exported functions **/ |
| - nic->reset = a3c90x_reset; |
| + dev->disable = a3c90x_disable; |
| nic->poll = a3c90x_poll; |
| nic->transmit = a3c90x_transmit; |
| - nic->disable = a3c90x_disable; |
| + nic->irq = a3c90x_irq; |
| |
| - return nic; |
| - } |
| + return 1; |
| +} |
| |
| |
| +static struct pci_id a3c90x_nics[] = { |
| +/* Original 90x revisions: */ |
| +PCI_ROM(0x10b7, 0x9000, "3c905-tpo", "3Com900-TPO"), /* 10 Base TPO */ |
| +PCI_ROM(0x10b7, 0x9001, "3c905-t4", "3Com900-Combo"), /* 10/100 T4 */ |
| +PCI_ROM(0x10b7, 0x9050, "3c905-tpo100", "3Com905-TX"), /* 100 Base TX / 10/100 TPO */ |
| +PCI_ROM(0x10b7, 0x9051, "3c905-combo", "3Com905-T4"), /* 100 Base T4 / 10 Base Combo */ |
| +/* Newer 90xB revisions: */ |
| +PCI_ROM(0x10b7, 0x9004, "3c905b-tpo", "3Com900B-TPO"), /* 10 Base TPO */ |
| +PCI_ROM(0x10b7, 0x9005, "3c905b-combo", "3Com900B-Combo"), /* 10 Base Combo */ |
| +PCI_ROM(0x10b7, 0x9006, "3c905b-tpb2", "3Com900B-2/T"), /* 10 Base TP and Base2 */ |
| +PCI_ROM(0x10b7, 0x900a, "3c905b-fl", "3Com900B-FL"), /* 10 Base FL */ |
| +PCI_ROM(0x10b7, 0x9055, "3c905b-tpo100", "3Com905B-TX"), /* 10/100 TPO */ |
| +PCI_ROM(0x10b7, 0x9056, "3c905b-t4", "3Com905B-T4"), /* 10/100 T4 */ |
| +PCI_ROM(0x10b7, 0x9058, "3c905b-9058", "3Com905B-9058"), /* Cyclone 10/100/BNC */ |
| +PCI_ROM(0x10b7, 0x905a, "3c905b-fx", "3Com905B-FL"), /* 100 Base FX / 10 Base FX */ |
| +/* Newer 90xC revision: */ |
| +PCI_ROM(0x10b7, 0x9200, "3c905c-tpo", "3Com905C-TXM"), /* 10/100 TPO (3C905C-TXM) */ |
| +PCI_ROM(0x10b7, 0x9210, "3c920b-emb-wnm","3Com20B-EMB WNM"), |
| +PCI_ROM(0x10b7, 0x9800, "3c980", "3Com980-Cyclone"), /* Cyclone */ |
| +PCI_ROM(0x10b7, 0x9805, "3c9805", "3Com9805"), /* Dual Port Server Cyclone */ |
| +PCI_ROM(0x10b7, 0x7646, "3csoho100-tx", "3CSOHO100-TX"), /* Hurricane */ |
| +PCI_ROM(0x10b7, 0x4500, "3c450", "3Com450 HomePNA Tornado"), |
| +PCI_ROM(0x10b7, 0x1201, "3c982a", "3Com982A"), |
| +PCI_ROM(0x10b7, 0x1202, "3c982b", "3Com982B"), |
| +}; |
| + |
| +struct pci_driver a3c90x_driver = { |
| + .type = NIC_DRIVER, |
| + .name = "3C90X", |
| + .probe = a3c90x_probe, |
| + .ids = a3c90x_nics, |
| + .id_count = sizeof(a3c90x_nics)/sizeof(a3c90x_nics[0]), |
| + .class = 0, |
| +}; |
| diff -Naur grub-0.97.orig/netboot/3c90x.txt grub-0.97/netboot/3c90x.txt |
| --- grub-0.97.orig/netboot/3c90x.txt 2003-07-09 11:45:37.000000000 +0000 |
| +++ grub-0.97/netboot/3c90x.txt 1970-01-01 00:00:00.000000000 +0000 |
| @@ -1,307 +0,0 @@ |
| - |
| - Instructions for use of the 3C90X driver for EtherBoot |
| - |
| - Original 3C905B support by: |
| - Greg Beeley (Greg.Beeley@LightSys.org), |
| - LightSys Technology Services, Inc. |
| - February 11, 1999 |
| - |
| - Updates for 3C90X family by: |
| - Steve Smith (steve.smith@juno.com) |
| - October 1, 1999 |
| - |
| - Minor documentation updates by |
| - Greg Beeley (Greg.Beeley@LightSys.org) |
| - March 29, 2000 |
| - |
| -------------------------------------------------------------------------------- |
| - |
| -I OVERVIEW |
| - |
| - The 3c90X series ethernet cards are a group of high-performance busmaster |
| - DMA cards from 3Com. This particular driver supports both the 3c90x and |
| - the 3c90xB revision cards. 3C90xC family support has been tested to some |
| - degree but not extensively. |
| - |
| - Here's the licensing information: |
| - |
| - This program Copyright (C) 1999 LightSys Technology Services, Inc. |
| - Portions Copyright (C) 1999 Steve Smith. |
| - |
| - This program may be re-distributed in source or binary form, modified, |
| - sold, or copied for any purpose, provided that the above copyright message |
| - and this text are included with all source copies or derivative works, and |
| - provided that the above copyright message and this text are included in the |
| - documentation of any binary-only distributions. This program is |
| - distributed WITHOUT ANY WARRANTY, without even the warranty of FITNESS FOR |
| - A PARTICULAR PURPOSE or MERCHANTABILITY. Please read the associated |
| - documentation "3c90x.txt" before compiling and using this driver. |
| - |
| - |
| -II FLASH PROMS |
| - |
| - The 3c90xB cards, according to the 3Com documentation, only accept the |
| - following flash memory chips: |
| - |
| - Atmel AT29C512 (64 kilobyte) |
| - Atmel AT29C010 (128 kilobyte) |
| - |
| - The 3c90x cards, according to the 3Com documentation, accept the |
| - following flash memory chips capacities: |
| - |
| - 64 kb (8 kB) |
| - 128 kb (16 kB) |
| - 256 kb (32 kB) and |
| - 512 kb (64 kB) |
| - |
| - Atmel AT29C512 (64 kilobyte) chips are specifically listed for both |
| - adapters, but flashing on the 3c905b cards would only be supported |
| - through the Atmel parts. Any device, of the supported size, should |
| - be supported when programmed by a dedicated PROM programmer (e.g. |
| - not the card). |
| - |
| - To use this driver in such a PROM, visit Atmel's web site and download |
| - their .PDF file containing a list of their distributors. Contact the |
| - distributors for pricing information. The prices are quite reasonable |
| - (about $3 US each for the 64 kB part), and are comparable to what one would |
| - expect for similarly sized standard EPROMs. And, the flash chips are much |
| - easier to work with, as they don't need to be UV-erased to be reprogrammed. |
| - The 3C905B card actually provides a method to program the flash memory |
| - while it is resident on board the card itself; if someone would like to |
| - write a small DOS program to do the programming, I can provide the |
| - information about the registers and so forth. |
| - |
| - A utility program, 3c90xutil, is provided with Etherboot in the 'contrib' |
| - directory that allows for the on-board flashing of the ROM while Linux |
| - is running. The program has been successfully used under Linux, but I |
| - have heard problem reports of its use under FreeBSD. Anyone willing to |
| - make it work under FreeBSD is more than welcome to do so! |
| - |
| - You also have the option of using EPROM chips - the 3C905B-TX-NM has been |
| - successfully tested with 27C256 (32kB) and 27C512 (64kB) chips with a |
| - specified access time of 100ns and faster. |
| - |
| - |
| -III GENERAL USE |
| - |
| - Normally, the basic procedure for using this driver is as follows: |
| - |
| - 1. Run the 3c90xcfg program on the driver diskette to enable the |
| - boot PROM and set it to 64k or 128k, as appropriate. |
| - 2. Build the appropriate 3c90x.fd0 or 3c90x.fd0 floppy image with |
| - possibly the value CFG_3C90X_XCVR defined to the transceiver type that |
| - you want to use (i.e., 10/100 rj45, AUI, coax, MII). |
| - 3. Run the floppy image on the PC to be network booted, to get |
| - it configured, and to verify that it will boot properly. |
| - 4. Build the 3c90x.rom or 3c90x.lzrom PROM image and program |
| - it into the flash or EPROM memory chip. |
| - 5. Put the PROM in the ethernet card, boot and enable 'boot from |
| - network first' in the system BIOS, save and reboot. |
| - |
| - Here are some issues to be aware of: |
| - |
| - 1. If you experience crashes or different behaviour when using the |
| - boot PROM, add the setting CFG_3C90X_BOOTROM_FIX and go through the |
| - steps 2-5 above. This works around a bug in some 3c905B cards (see |
| - below), but has some side-effects which may not be desirable. |
| - Please note that you have to boot off a floppy (not PROM!) once for |
| - this fix to take effect. |
| - 2. The possible need to manually set the CFG_3C90X_XCVR value to |
| - configure the transceiver type. Values are listed below. |
| - 3. The possible need to define CFG_3C90X_PRESERVE_XCVR for use in |
| - operating systems that don't intelligently determine the |
| - transceiver type. |
| - |
| - Some things that are on the 'To-Do' list, perhaps for me, but perhaps |
| - for any other volunteers out there: |
| - |
| - 1. Extend the driver to fully implement the auto-select |
| - algorithm if the card has multiple media ports. |
| - 2. Fix any bugs in the code <grin>.... |
| - 3. Extend the driver to support the 3c905c revision cards |
| - "officially". Right now, the support has been primarily empirical |
| - and not based on 3c905C documentation. |
| - |
| - Now for the details.... |
| - |
| - This driver has been tested on roughly 300 systems. The main two |
| - configuration issues to contend with are: |
| - |
| - 1. Ensure that PCI Busmastering is enabled for the adapter (configured |
| - in the CMOS setup) |
| - 2. Some systems don't work properly with the adapter when plug and |
| - play OS is enabled; I always set it to "No" or "Disabled" -- this makes |
| - it easier and really doesn't adversely affect anything. |
| - |
| - Roughly 95% of the systems worked when configured properly. A few |
| - have issues with booting locally once the boot PROM has been installed |
| - (this number has been less than 2%). Other configuration issues that |
| - to check: |
| - |
| - 1. Newer BIOS's actually work correctly with the network boot order. |
| - Set the network adapter first. Most older BIOS's automatically go to |
| - the network boot PROM first. |
| - 2. For systems where the adapter was already installed and is just |
| - having the PROM installed, try setting the "reset configuration data" |
| - to yes in the CMOS setup if the BIOS isn't seen at first. If your BIOS |
| - doesn't have this option, remove the card, start the system, shut down, |
| - install the card and restart (or switch to a different PCI slot). |
| - 3. Make sure the CMOS security settings aren't preventing a boot. |
| - |
| - The 3c905B cards have a significant 'bug' that relates to the flash prom: |
| - unless the card is set internally to the MII transceiver, it will only |
| - read the first 8k of the PROM image. Don't ask why -- it seems really |
| - obscure, but it has to do with the way they mux'd the address lines |
| - from the PCI bus to the ROM. Unfortunately, most of us are not using |
| - MII transceivers, and even the .lzrom image ends up being just a little |
| - bit larger than 8k. Note that the workaround for this is disabled by |
| - default, because the Windows NT 4.0 driver does not like it (no packets |
| - are transmitted). |
| - |
| - So, the solution that I've used is to internally set the card's nvram |
| - configuration to use MII when it boots. The 3c905b driver does this |
| - automatically. This way, the 16k prom image can be loaded into memory, |
| - and then the 3c905b driver can set the temporary configuration of the |
| - card to an appropriate value, either configurable by the user or chosen |
| - by the driver. |
| - |
| - To enable the 3c905B bugfix, which is necessary for these cards when |
| - booting from the Flash ROM, define -DCFG_3C90X_BOOTROM_FIX when building, |
| - create a floppy image and boot it once. |
| - Thereafter, the card should accept the larger prom image. |
| - |
| - The driver should choose an appropriate transceiver on the card. However, |
| - if it doesn't on your card or if you need to, for instance, set your |
| - card to 10mbps when connected to an unmanaged 10/100 hub, you can specify |
| - which transceiver you want to use. To do this, build the 3c905b.fd0 |
| - image with -DCFG_3C90X_XCVR=x, where 'x' is one of the following |
| - values: |
| - |
| - 0 10Base-T |
| - 1 10mbps AUI |
| - 3 10Base-2 (thinnet/coax) |
| - 4 100Base-TX |
| - 5 100Base-FX |
| - 6 MII |
| - 8 Auto-negotiation 10Base-T / 100Base-TX (usually the default) |
| - 9 MII External MAC Mode |
| - 255 Allow driver to choose an 'appropriate' media port. |
| - |
| - Then proceed from step 2 in the above 'general use' instructions. The |
| - .rom image can be built with CFG_3C90X_XCVR set to a value, but you |
| - normally don't want to do this, since it is easier to change the |
| - transceiver type by rebuilding a new floppy, changing the BIOS to floppy |
| - boot, booting, and then changing the BIOS back to network boot. If |
| - CFG_3C90X_XCVR is not set in a particular build, it just uses the |
| - current configuration (either its 'best guess' or whatever the stored |
| - CFG_3C90X_XCVR value was from the last time it was set). |
| - |
| - [[ Note for the more technically inclined: The CFG_3C90X_XCVR value is |
| - programmed into a register in the card's NVRAM that was reserved for |
| - LanWorks PROM images to use. When the driver boots, the card comes |
| - up in MII mode, and the driver checks the LanWorks register to find |
| - out if the user specified a transceiver type. If it finds that |
| - information, it uses that, otherwise it picks a transceiver that the |
| - card has based on the 3c905b's MediaOptions register. This driver isn't |
| - quite smart enough to always determine which media port is actually |
| - _connected_; maybe someone else would like to take on that task (it |
| - actually involves sending a self-directed packet and seeing if it |
| - comes back. IF it does, that port is connected). ]] |
| - |
| - Another issue to keep in mind is that it is possible that some OS'es |
| - might not be happy with the way I've handled the PROM-image hack with |
| - setting MII mode on bootup. Linux 2.0.35 does not have this problem. |
| - Behavior of other systems may vary. The 3com documentation specifically |
| - says that, at least with the card that I have, the device driver in the |
| - OS should auto-select the media port, so other drivers should work fine |
| - with this 'hack'. However, if yours doesn't seem to, you can try defining |
| - CFG_3C90X_PRESERVE_XCVR when building to cause Etherboot to keep the |
| - working setting (that allowed the bootp/tftp process) across the eth_reset |
| - operation. |
| - |
| - |
| -IV FOR DEVELOPERS.... |
| - |
| - If you would like to fix/extend/etc. this driver, feel free to do so; just |
| - be sure you can test the modified version on the 3c905B-TX cards that the |
| - driver was originally designed for. This section of this document gives |
| - some information that might be relevant to a programmer. |
| - |
| - A. Main Entry Point |
| - |
| - a3c90x_probe is the main entry point for this driver. It is referred |
| - to in an array in 'config.c'. |
| - |
| - B. Other Important Functions |
| - |
| - The functions a3c90x_transmit, a3c90x_poll, a3c90x_reset, and |
| - a3c90x_disable are static functions that EtherBoot finds out about |
| - as a result of a3c90x_probe setting entries in the nic structure |
| - for them. The EtherBoot framework does not use interrupts. It is |
| - polled. All transmit and receive operations are initiated by the |
| - etherboot framework, not by an interrupt or by the driver. |
| - |
| - C. Internal Functions |
| - |
| - The following functions are internal to the driver: |
| - |
| - a3c90x_internal_IssueCommand - sends a command to the 3c905b card. |
| - a3c90x_internal_SetWindow - shifts between one of eight register |
| - windows onboard the 3c90x. The bottom 16 bytes of the card's |
| - I/O space are multiplexed among 128 bytes, only 16 of which are |
| - visible at any one time. This SetWindow function selects one of |
| - the eight sets. |
| - a3c90x_internal_ReadEeprom - reads a word (16 bits) from the |
| - card's onboard nvram. This is NOT the BIOS boot rom. This is |
| - where the card stores such things as its hardware address. |
| - a3c90x_internal_WriteEeprom - writes a word (16 bits) to the |
| - card's nvram, and recomputes the eeprom checksum. |
| - a3c90x_internal_WriteEepromWord - writes a word (16 bits) to the |
| - card's nvram. Used by the above routine. |
| - a3c90x_internal_WriteEepromWord - writes a word (16 bits) to the |
| - card's nvram. Used by the above routine. |
| - |
| - D. Globals |
| - |
| - All global variables are inside a global structure named INF_3C90X. |
| - So, wherever you see that structure referenced, you know the variable |
| - is a global. Just keeps things a little neater. |
| - |
| - E. Enumerations |
| - |
| - There are quite a few enumerated type definitions for registers and |
| - so forth, many for registers that I didn't even touch in the driver. |
| - Register types start with 'reg', window numbers (for SetWindow) |
| - start with 'win', and commands (for IssueCommand) start with 'cmd'. |
| - Register offsets also include an indication in the name as to the |
| - size of the register (_b = byte, _w = word, _l = long), and which |
| - window the register is in, if it is windowed (0-7). |
| - |
| - F. Why the 'a3c90x' name? |
| - |
| - I had to come up with a letter at the beginning of all of the |
| - identifiers, since 3com so conveniently had their name start with a |
| - number. Another driver used 't' (for 'three'?); I chose 'a' for |
| - no reason at all. |
| - |
| -Addendum by Jorge L. deLyra <delyra@latt.if.usp.br>, 22Nov2000 re |
| -working around the 3C905 hardware bug mentioned above: |
| - |
| -Use this floppy to fix any 3COM model 3C905B PCI 10/100 Ethernet cards |
| -that fail to load and run the boot program the first time around. If |
| -they have a "Lucent" rather than a "Broadcom" chipset these cards have |
| -a configuration bug that causes a hang when trying to load the boot |
| -program from the PROM, if you try to use them right out of the box. |
| - |
| -The boot program in this floppy is the file named 3c905b-tpo100.rom |
| -from Etherboot version 4.6.10, compiled with the bugfix parameter |
| - |
| - CFG_3C90X_BOOTROM_FIX |
| - |
| -You have to take the chip off the card and boot the system once using |
| -this floppy. Once loaded from the floppy, the boot program will access |
| -the card and change some setting in it, correcting the problem. After |
| -that you may use either this boot program or the normal one, compiled |
| -without this bugfix parameter, to boot the machine from the PROM chip. |
| - |
| -[Any recent Etherboot version should do, not just 4.6.10 - Ed.] |
| diff -Naur grub-0.97.orig/netboot/Makefile.am grub-0.97/netboot/Makefile.am |
| --- grub-0.97.orig/netboot/Makefile.am 2003-07-09 11:45:37.000000000 +0000 |
| +++ grub-0.97/netboot/Makefile.am 2005-08-31 19:03:35.000000000 +0000 |
| @@ -10,58 +10,72 @@ |
| |
| noinst_LIBRARIES = $(LIBDRIVERS) |
| |
| -libdrivers_a_SOURCES = cards.h config.c etherboot.h \ |
| - fsys_tftp.c linux-asm-io.h linux-asm-string.h \ |
| - main.c misc.c nic.h osdep.h pci.c pci.h timer.c timer.h |
| -EXTRA_libdrivers_a_SOURCES = 3c509.c 3c509.h 3c595.c 3c595.h 3c90x.c \ |
| - cs89x0.c cs89x0.h davicom.c depca.c eepro.c eepro100.c \ |
| - epic100.c epic100.h fa311.c i82586.c lance.c natsemi.c \ |
| - ni5010.c ns8390.c ns8390.h otulip.c otulip.h rtl8139.c \ |
| - sis900.c sis900.h sk_g16.c sk_g16.h smc9000.c smc9000.h \ |
| - tiara.c tlan.c tulip.c via-rhine.c w89c840.c |
| +libdrivers_a_SOURCES = big_bswap.h bootp.h byteswap.h config.c cpu.h \ |
| + dev.h elf.h endian.h etherboot.h fsys_tftp.c grub.h \ |
| + i386_byteswap.h i386_elf.h i386_endian.h i386_timer.c \ |
| + if_arp.h if_ether.h igmp.h in.h io.h ip.h isa.h latch.h \ |
| + little_bswap.h misc.c nic.c nic.h osdep.h pci.c pci.h \ |
| + pci_ids.h pci_io.c stdint.h tftp.h timer.c timer.h \ |
| + types.h udp.h mii.h pic8259.c pic8259.h pxe.h basemem.c segoff.h |
| +EXTRA_libdrivers_a_SOURCES = 3c595.c 3c595.h 3c90x.c davicom.c \ |
| + e1000.c e1000_hw.h eepro100.c epic100.c epic100.h natsemi.c \ |
| + ns8390.c ns8390.h pcnet32.c rtl8139.c sis900.c sis900.h \ |
| + sundance.c tg3.c tg3.h tlan.c tlan.h tulip.c via-rhine.c \ |
| + w89c840.c r8169.c forcedeth.c ns83820.c pnic.c pnic_api.c \ |
| + undi.c undi.h |
| libdrivers_a_CFLAGS = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| -DFSYS_TFTP=1 $(NET_CFLAGS) $(NET_EXTRAFLAGS) |
| # Filled by configure. |
| libdrivers_a_LIBADD = @NETBOOT_DRIVERS@ |
| libdrivers_a_DEPENDENCIES = $(libdrivers_a_LIBADD) |
| |
| -EXTRA_DIST = README.netboot 3c90x.txt cs89x0.txt sis900.txt tulip.txt |
| +EXTRA_DIST = README.netboot |
| |
| # These below are several special rules for the device drivers. |
| # We cannot use a simple rule for them... |
| |
| # What objects are derived from a driver? |
| -3c509_drivers = 3c509.o 3c529.o |
| +#3c509_drivers = 3c509.o 3c529.o |
| 3c595_drivers = 3c595.o |
| 3c90x_drivers = 3c90x.o |
| -cs89x0_drivers = cs89x0.o |
| +#cs89x0_drivers = cs89x0.o |
| davicom_drivers = davicom.o |
| -depca_drivers = depca.o |
| -eepro_drivers = eepro.o |
| +#depca_drivers = depca.o |
| +#eepro_drivers = eepro.o |
| +e1000_drivers = e1000.o |
| eepro100_drivers = eepro100.o |
| epic100_drivers = epic100.o |
| #fa311_drivers = fa311.o |
| -i82586_drivers = 3c507.o exos205.o ni5210.o |
| -lance_drivers = lance.o ne2100.o ni6510.o |
| +forcedeth_drivers = forcedeth.o |
| +#i82586_drivers = 3c507.o exos205.o ni5210.o |
| +#lance_drivers = lance.o ne2100.o ni6510.o |
| natsemi_drivers = natsemi.o |
| -ni5010_drivers = ni5010.o |
| +#ni5010_drivers = ni5010.o |
| +ns83820_drivers = ns83820.o |
| ns8390_drivers = 3c503.o ne.o ns8390.o wd.o |
| -otulip_drivers = otulip.o |
| +#otulip_drivers = otulip.o |
| +pcnet32_drivers = pcnet32.o |
| +pnic_drivers = pnic.o |
| +r8169_drivers = r8169.o |
| rtl8139_drivers = rtl8139.o |
| sis900_drivers = sis900.o |
| -sk_g16_drivers = sk_g16.o |
| -smc9000_drivers = smc9000.o |
| -tiara_drivers = tiara.o |
| -#tlan_drivers = tlan.o |
| +#sk_g16_drivers = sk_g16.o |
| +sundance_driver = sundance.o |
| +#smc9000_drivers = smc9000.o |
| +tg3_drivers = tg3.o |
| +#tiara_drivers = tiara.o |
| +tlan_drivers = tlan.o |
| tulip_drivers = tulip.o |
| +undi_drivers = undi.o |
| via_rhine_drivers = via_rhine.o |
| w89c840_drivers = w89c840.o |
| |
| + |
| # Is it really necessary to specify dependecies explicitly? |
| -$(3c509_drivers): 3c509.c 3c509.h |
| -$(3c509_drivers): %.o: 3c509.c |
| - $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| - $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| +#$(3c509_drivers): 3c509.c 3c509.h |
| +#$(3c509_drivers): %.o: 3c509.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| $(3c595_drivers): 3c595.c 3c595.h |
| $(3c595_drivers): %.o: 3c595.c |
| @@ -73,23 +87,28 @@ |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(cs89x0_drivers): cs89x0.c cs89x0.h |
| -$(cs89x0_drivers): %.o: cs89x0.c |
| - $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| - $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| +#$(cs89x0_drivers): cs89x0.c cs89x0.h |
| +#$(cs89x0_drivers): %.o: cs89x0.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| $(davicom_drivers): davicom.c |
| $(davicom_drivers): %.o: davicom.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(depca_drivers): depca.c |
| -$(depca_drivers): %.o: depca.c |
| - $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| - $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| +#$(depca_drivers): depca.c |
| +#$(depca_drivers): %.o: depca.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| + |
| +#$(eepro_drivers): eepro.c |
| +#$(eepro_drivers): %.o: eepro.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(eepro_drivers): eepro.c |
| -$(eepro_drivers): %.o: eepro.c |
| +$(e1000_drivers): e1000.c e1000_hw.h |
| +$(e1000_drivers): %.o: e1000.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| @@ -103,28 +122,38 @@ |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| +$(forcedeth_drivers): forcedeth.c |
| +$(forcedeth_drivers): %.o: forcedeth.c |
| + $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| + $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| + |
| #$(fa311_drivers): fa311.c |
| #$(fa311_drivers): %.o: fa311.c |
| # $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| # $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(i82586_drivers): i82586.c |
| -$(i82586_drivers): %.o: i82586.c |
| - $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| - $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| +#$(i82586_drivers): i82586.c |
| +#$(i82586_drivers): %.o: i82586.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(lance_drivers): lance.c |
| -$(lance_drivers): %.o: lance.c |
| - $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| - $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| +#$(lance_drivers): lance.c |
| +#$(lance_drivers): %.o: lance.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| $(natsemi_drivers): natsemi.c |
| $(natsemi_drivers): %.o: natsemi.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(ni5010_drivers): ni5010.c |
| -$(ni5010_drivers): %.o: ni5010.c |
| +#$(ni5010_drivers): ni5010.c |
| +#$(ni5010_drivers): %.o: ni5010.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| + |
| +$(ns83820_drivers): ns83820.c |
| +$(ns83820_drivers): %.o: ns83820.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| @@ -133,8 +162,18 @@ |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(otulip_drivers): otulip.c otulip.h |
| -$(otulip_drivers): %.o: otulip.c |
| +#$(otulip_drivers): otulip.c otulip.h |
| +#$(otulip_drivers): %.o: otulip.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| + |
| +$(pcnet32_drivers): pcnet32.c |
| +$(pcnet32_drivers): %.o: pcnet32.c |
| + $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| + $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| + |
| +$(pnic_drivers): pnic.c |
| +$(pnic_drivers): %.o: pnic.c pnic_api.h |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| @@ -143,36 +182,56 @@ |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(sis900_drivers): sis900.c |
| -$(sis900_drivers): %.o: sis900.c sis900.h |
| +$(r8169_drivers): r8169.c |
| +$(r8169_drivers): %.o: r8169.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(sk_g16_drivers): sk_g16.c sk_g16.h |
| -$(sk_g16_drivers): %.o: sk_g16.c |
| +$(sis900_drivers): sis900.c sis900.h |
| +$(sis900_drivers): %.o: sis900.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(smc9000_drivers): smc9000.c smc9000.h |
| -$(smc9000_drivers): %.o: smc9000.c |
| +#$(sk_g16_drivers): sk_g16.c sk_g16.h |
| +#$(sk_g16_drivers): %.o: sk_g16.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| + |
| +#$(smc9000_drivers): smc9000.c smc9000.h |
| +#$(smc9000_drivers): %.o: smc9000.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| + |
| +$(sundance_drivers): sundance.c |
| +$(sundance_drivers): %.o: sundance.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(tiara_drivers): tiara.c |
| -$(tiara_drivers): %.o: tiara.c |
| +$(tg3_drivers): tg3.c tg3.h |
| +$(tg3_drivers): %.o: tg3.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -#$(tlan_drivers): tlan.c |
| -#$(tlan_drivers): %.o: tlan.c |
| +#$(tiara_drivers): tiara.c |
| +#$(tiara_drivers): %.o: tiara.c |
| # $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| # $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| +$(tlan_drivers): tlan.c tlan.h |
| +$(tlan_drivers): %.o: tlan.c |
| + $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| + $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| + |
| $(tulip_drivers): tulip.c |
| $(tulip_drivers): %.o: tulip.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| +$(undi_drivers): undi.c undi.h |
| +$(undi_drivers): %.o: undi.c |
| + $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| + $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| + |
| $(via_rhine_drivers): via-rhine.c |
| $(via_rhine_drivers): %.o: via-rhine.c |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| @@ -184,36 +243,45 @@ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| # Per-object flags. |
| -3c509_o_CFLAGS = -DINCLUDE_3C509=1 |
| -3c529_o_CFLAGS = -DINCLUDE_3C529=1 |
| +#3c509_o_CFLAGS = -DINCLUDE_3C509=1 |
| +#3c529_o_CFLAGS = -DINCLUDE_3C529=1 |
| 3c595_o_CFLAGS = -DINCLUDE_3C595=1 |
| 3c90x_o_CFLAGS = -DINCLUDE_3C90X=1 |
| -cs89x0_o_CFLAGS = -DINCLUDE_CS89X0=1 |
| +#cs89x0_o_CFLAGS = -DINCLUDE_CS89X0=1 |
| davicom_o_CFLAGS = -DINCLUDE_DAVICOM=1 |
| -depca_o_CFLAGS = -DINCLUDE_DEPCA=1 |
| -eepro_o_CFLAGS = -DINCLUDE_EEPRO=1 |
| +#depca_o_CFLAGS = -DINCLUDE_DEPCA=1 |
| +#eepro_o_CFLAGS = -DINCLUDE_EEPRO=1 |
| +e1000_o_CFLAGS = -DINCLUDE_E1000=1 |
| eepro100_o_CFLAGS = -DINCLUDE_EEPRO100=1 |
| epic100_o_CFLAGS = -DINCLUDE_EPIC100=1 |
| #fa311_o_CFLAGS = -DINCLUDE_FA311=1 |
| -3c507_o_CFLAGS = -DINCLUDE_3C507=1 |
| -exos205_o_CFLAGS = -DINCLUDE_EXOS205=1 |
| -ni5210_o_CFLAGS = -DINCLUDE_NI5210=1 |
| -lance_o_CFLAGS = -DINCLUDE_LANCE=1 |
| -ne2100_o_CFLAGS = -DINCLUDE_NE2100=1 |
| -ni6510_o_CFLAGS = -DINCLUDE_NI6510=1 |
| +forcedeth_o_CFLAGS = -DINCLUDE_FORCEDETH=1 |
| +#3c507_o_CFLAGS = -DINCLUDE_3C507=1 |
| +#exos205_o_CFLAGS = -DINCLUDE_EXOS205=1 |
| +#ni5210_o_CFLAGS = -DINCLUDE_NI5210=1 |
| +#lance_o_CFLAGS = -DINCLUDE_LANCE=1 |
| +#ne2100_o_CFLAGS = -DINCLUDE_NE2100=1 |
| +#ni6510_o_CFLAGS = -DINCLUDE_NI6510=1 |
| natsemi_o_CFLAGS = -DINCLUDE_NATSEMI=1 |
| -ni5010_o_CFLAGS = -DINCLUDE_NI5010=1 |
| -3c503_o_CFLAGS = -DINCLUDE_3C503=1 |
| -ne_o_CFLAGS = -DINCLUDE_NE=1 |
| +#ni5010_o_CFLAGS = -DINCLUDE_NI5010=1 |
| +#3c503_o_CFLAGS = -DINCLUDE_3C503=1 |
| +#ne_o_CFLAGS = -DINCLUDE_NE=1 |
| +ns83820_o_CFLAGS = -DINCLUDE_NS83820=1 |
| ns8390_o_CFLAGS = -DINCLUDE_NS8390=1 |
| -wd_o_CFLAGS = -DINCLUDE_WD=1 |
| -otulip_o_CFLAGS = -DINCLUDE_OTULIP=1 |
| +#wd_o_CFLAGS = -DINCLUDE_WD=1 |
| +#otulip_o_CFLAGS = -DINCLUDE_OTULIP=1 |
| +pcnet32_o_CFLAGS = -DINCLUDE_PCNET32=1 |
| +pnic_o_CFLAGS = -DINCLUDE_PNIC=1 |
| +r8169_o_CFLAGS = -DINCLUDE_R8169=1 |
| rtl8139_o_CFLAGS = -DINCLUDE_RTL8139=1 |
| sis900_o_CFLAGS = -DINCLUDE_SIS900=1 |
| -sk_g16_o_CFLAGS = -DINCLUDE_SK_G16=1 |
| -smc9000_o_CFLAGS = -DINCLUDE_SMC9000=1 |
| -tiara_o_CFLAGS = -DINCLUDE_TIARA=1 |
| -#tlan_o_CFLAGS = -DINCLUDE_TLAN=1 |
| +#sk_g16_o_CFLAGS = -DINCLUDE_SK_G16=1 |
| +#smc9000_o_CFLAGS = -DINCLUDE_SMC9000=1 |
| +sundance_o_CFLAGS = -DINCLUDE_SUNDANCE=1 |
| +#tiara_o_CFLAGS = -DINCLUDE_TIARA=1 |
| +tg3_o_CFLAGS = -DINCLUDE_TG3=1 |
| +tlan_o_CFLAGS = -DINCLUDE_TLAN=1 |
| tulip_o_CFLAGS = -DINCLUDE_TULIP=1 |
| +undi_o_CFLAGS = -DINCLUDE_UNDI=1 |
| via_rhine_o_CFLAGS = -DINCLUDE_VIA_RHINE=1 |
| w89c840_o_CFLAGS = -DINCLUDE_W89C840=1 |
| diff -Naur grub-0.97.orig/netboot/Makefile.in grub-0.97/netboot/Makefile.in |
| --- grub-0.97.orig/netboot/Makefile.in 2005-05-08 02:42:35.000000000 +0000 |
| +++ grub-0.97/netboot/Makefile.in 2005-09-01 00:14:15.000000000 +0000 |
| @@ -48,18 +47,51 @@ |
| mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |
| CONFIG_HEADER = $(top_builddir)/config.h |
| CONFIG_CLEAN_FILES = |
| -LIBRARIES = $(noinst_LIBRARIES) |
| AR = ar |
| ARFLAGS = cru |
| +LIBRARIES = $(noinst_LIBRARIES) |
| libdrivers_a_AR = $(AR) $(ARFLAGS) |
| am_libdrivers_a_OBJECTS = libdrivers_a-config.$(OBJEXT) \ |
| - libdrivers_a-fsys_tftp.$(OBJEXT) libdrivers_a-main.$(OBJEXT) \ |
| - libdrivers_a-misc.$(OBJEXT) libdrivers_a-pci.$(OBJEXT) \ |
| - libdrivers_a-timer.$(OBJEXT) |
| + libdrivers_a-fsys_tftp.$(OBJEXT) \ |
| + libdrivers_a-i386_timer.$(OBJEXT) libdrivers_a-misc.$(OBJEXT) \ |
| + libdrivers_a-nic.$(OBJEXT) libdrivers_a-pci.$(OBJEXT) \ |
| + libdrivers_a-pci_io.$(OBJEXT) libdrivers_a-timer.$(OBJEXT) \ |
| + libdrivers_a-pic8259.$(OBJEXT) libdrivers_a-basemem.$(OBJEXT) |
| libdrivers_a_OBJECTS = $(am_libdrivers_a_OBJECTS) |
| DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) |
| depcomp = $(SHELL) $(top_srcdir)/depcomp |
| am__depfiles_maybe = depfiles |
| +@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/libdrivers_a-3c595.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-3c90x.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-basemem.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-config.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-davicom.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-e1000.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-eepro100.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-epic100.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-forcedeth.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-fsys_tftp.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-i386_timer.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-misc.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-natsemi.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-nic.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-ns83820.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-ns8390.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-pci.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-pci_io.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-pcnet32.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-pic8259.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-pnic.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-pnic_api.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-r8169.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-rtl8139.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-sis900.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-tg3.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-timer.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-tlan.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-tulip.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-via-rhine.Po \ |
| +@AMDEP_TRUE@ ./$(DEPDIR)/libdrivers_a-w89c840.Po |
| COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
| $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| CCLD = $(CC) |
| @@ -148,8 +180,6 @@ |
| am__include = @am__include@ |
| am__leading_dot = @am__leading_dot@ |
| am__quote = @am__quote@ |
| -am__tar = @am__tar@ |
| -am__untar = @am__untar@ |
| bindir = @bindir@ |
| build = @build@ |
| build_alias = @build_alias@ |
| @@ -186,16 +216,19 @@ |
| # Don't build the netboot support by default. |
| @NETBOOT_SUPPORT_TRUE@LIBDRIVERS = libdrivers.a |
| noinst_LIBRARIES = $(LIBDRIVERS) |
| -libdrivers_a_SOURCES = cards.h config.c etherboot.h \ |
| - fsys_tftp.c linux-asm-io.h linux-asm-string.h \ |
| - main.c misc.c nic.h osdep.h pci.c pci.h timer.c timer.h |
| - |
| -EXTRA_libdrivers_a_SOURCES = 3c509.c 3c509.h 3c595.c 3c595.h 3c90x.c \ |
| - cs89x0.c cs89x0.h davicom.c depca.c eepro.c eepro100.c \ |
| - epic100.c epic100.h fa311.c i82586.c lance.c natsemi.c \ |
| - ni5010.c ns8390.c ns8390.h otulip.c otulip.h rtl8139.c \ |
| - sis900.c sis900.h sk_g16.c sk_g16.h smc9000.c smc9000.h \ |
| - tiara.c tlan.c tulip.c via-rhine.c w89c840.c |
| +libdrivers_a_SOURCES = big_bswap.h bootp.h byteswap.h config.c cpu.h \ |
| + dev.h elf.h endian.h etherboot.h fsys_tftp.c grub.h \ |
| + i386_byteswap.h i386_elf.h i386_endian.h i386_timer.c \ |
| + if_arp.h if_ether.h igmp.h in.h io.h ip.h isa.h latch.h \ |
| + little_bswap.h misc.c nic.c nic.h osdep.h pci.c pci.h \ |
| + pci_ids.h pci_io.c stdint.h tftp.h timer.c timer.h \ |
| + types.h udp.h mii.h pic8259.c pic8259.h pxe.h basemem.c segoff.h |
| + |
| +EXTRA_libdrivers_a_SOURCES = 3c595.c 3c595.h 3c90x.c davicom.c \ |
| + e1000.c e1000_hw.h eepro100.c epic100.c epic100.h natsemi.c \ |
| + ns8390.c ns8390.h pcnet32.c rtl8139.c sis900.c sis900.h \ |
| + tg3.c tg3.h tlan.c tlan.h tulip.c via-rhine.c \ |
| + w89c840.c r8169.c forcedeth.c ns83820.c pnic.c pnic_api.c |
| |
| libdrivers_a_CFLAGS = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| -DFSYS_TFTP=1 $(NET_CFLAGS) $(NET_EXTRAFLAGS) |
| @@ -203,69 +236,83 @@ |
| # Filled by configure. |
| libdrivers_a_LIBADD = @NETBOOT_DRIVERS@ |
| libdrivers_a_DEPENDENCIES = $(libdrivers_a_LIBADD) |
| -EXTRA_DIST = README.netboot 3c90x.txt cs89x0.txt sis900.txt tulip.txt |
| +EXTRA_DIST = README.netboot |
| |
| # These below are several special rules for the device drivers. |
| # We cannot use a simple rule for them... |
| |
| # What objects are derived from a driver? |
| -3c509_drivers = 3c509.o 3c529.o |
| +#3c509_drivers = 3c509.o 3c529.o |
| 3c595_drivers = 3c595.o |
| 3c90x_drivers = 3c90x.o |
| -cs89x0_drivers = cs89x0.o |
| +#cs89x0_drivers = cs89x0.o |
| davicom_drivers = davicom.o |
| -depca_drivers = depca.o |
| -eepro_drivers = eepro.o |
| +#depca_drivers = depca.o |
| +#eepro_drivers = eepro.o |
| +e1000_drivers = e1000.o |
| eepro100_drivers = eepro100.o |
| epic100_drivers = epic100.o |
| #fa311_drivers = fa311.o |
| -i82586_drivers = 3c507.o exos205.o ni5210.o |
| -lance_drivers = lance.o ne2100.o ni6510.o |
| +forcedeth_drivers = forcedeth.o |
| +#i82586_drivers = 3c507.o exos205.o ni5210.o |
| +#lance_drivers = lance.o ne2100.o ni6510.o |
| natsemi_drivers = natsemi.o |
| -ni5010_drivers = ni5010.o |
| +#ni5010_drivers = ni5010.o |
| +ns83820_drivers = ns83820.o |
| ns8390_drivers = 3c503.o ne.o ns8390.o wd.o |
| -otulip_drivers = otulip.o |
| +#otulip_drivers = otulip.o |
| +pcnet32_drivers = pcnet32.o |
| +pnic_drivers = pnic.o |
| +r8169_drivers = r8169.o |
| rtl8139_drivers = rtl8139.o |
| sis900_drivers = sis900.o |
| -sk_g16_drivers = sk_g16.o |
| -smc9000_drivers = smc9000.o |
| -tiara_drivers = tiara.o |
| -#tlan_drivers = tlan.o |
| +#sk_g16_drivers = sk_g16.o |
| +#smc9000_drivers = smc9000.o |
| +tg3_drivers = tg3.o |
| +#tiara_drivers = tiara.o |
| +tlan_drivers = tlan.o |
| tulip_drivers = tulip.o |
| via_rhine_drivers = via_rhine.o |
| w89c840_drivers = w89c840.o |
| |
| # Per-object flags. |
| -3c509_o_CFLAGS = -DINCLUDE_3C509=1 |
| -3c529_o_CFLAGS = -DINCLUDE_3C529=1 |
| +#3c509_o_CFLAGS = -DINCLUDE_3C509=1 |
| +#3c529_o_CFLAGS = -DINCLUDE_3C529=1 |
| 3c595_o_CFLAGS = -DINCLUDE_3C595=1 |
| 3c90x_o_CFLAGS = -DINCLUDE_3C90X=1 |
| -cs89x0_o_CFLAGS = -DINCLUDE_CS89X0=1 |
| +#cs89x0_o_CFLAGS = -DINCLUDE_CS89X0=1 |
| davicom_o_CFLAGS = -DINCLUDE_DAVICOM=1 |
| -depca_o_CFLAGS = -DINCLUDE_DEPCA=1 |
| -eepro_o_CFLAGS = -DINCLUDE_EEPRO=1 |
| +#depca_o_CFLAGS = -DINCLUDE_DEPCA=1 |
| +#eepro_o_CFLAGS = -DINCLUDE_EEPRO=1 |
| +e1000_o_CFLAGS = -DINCLUDE_E1000=1 |
| eepro100_o_CFLAGS = -DINCLUDE_EEPRO100=1 |
| epic100_o_CFLAGS = -DINCLUDE_EPIC100=1 |
| #fa311_o_CFLAGS = -DINCLUDE_FA311=1 |
| -3c507_o_CFLAGS = -DINCLUDE_3C507=1 |
| -exos205_o_CFLAGS = -DINCLUDE_EXOS205=1 |
| -ni5210_o_CFLAGS = -DINCLUDE_NI5210=1 |
| -lance_o_CFLAGS = -DINCLUDE_LANCE=1 |
| -ne2100_o_CFLAGS = -DINCLUDE_NE2100=1 |
| -ni6510_o_CFLAGS = -DINCLUDE_NI6510=1 |
| +forcedeth_o_CFLAGS = -DINCLUDE_FORCEDETH=1 |
| +#3c507_o_CFLAGS = -DINCLUDE_3C507=1 |
| +#exos205_o_CFLAGS = -DINCLUDE_EXOS205=1 |
| +#ni5210_o_CFLAGS = -DINCLUDE_NI5210=1 |
| +#lance_o_CFLAGS = -DINCLUDE_LANCE=1 |
| +#ne2100_o_CFLAGS = -DINCLUDE_NE2100=1 |
| +#ni6510_o_CFLAGS = -DINCLUDE_NI6510=1 |
| natsemi_o_CFLAGS = -DINCLUDE_NATSEMI=1 |
| -ni5010_o_CFLAGS = -DINCLUDE_NI5010=1 |
| -3c503_o_CFLAGS = -DINCLUDE_3C503=1 |
| -ne_o_CFLAGS = -DINCLUDE_NE=1 |
| +#ni5010_o_CFLAGS = -DINCLUDE_NI5010=1 |
| +#3c503_o_CFLAGS = -DINCLUDE_3C503=1 |
| +#ne_o_CFLAGS = -DINCLUDE_NE=1 |
| +ns83820_o_CFLAGS = -DINCLUDE_NS83820=1 |
| ns8390_o_CFLAGS = -DINCLUDE_NS8390=1 |
| -wd_o_CFLAGS = -DINCLUDE_WD=1 |
| -otulip_o_CFLAGS = -DINCLUDE_OTULIP=1 |
| +#wd_o_CFLAGS = -DINCLUDE_WD=1 |
| +#otulip_o_CFLAGS = -DINCLUDE_OTULIP=1 |
| +pcnet32_o_CFLAGS = -DINCLUDE_PCNET32=1 |
| +pnic_o_CFLAGS = -DINCLUDE_PNIC=1 |
| +r8169_o_CFLAGS = -DINCLUDE_R8169=1 |
| rtl8139_o_CFLAGS = -DINCLUDE_RTL8139=1 |
| sis900_o_CFLAGS = -DINCLUDE_SIS900=1 |
| -sk_g16_o_CFLAGS = -DINCLUDE_SK_G16=1 |
| -smc9000_o_CFLAGS = -DINCLUDE_SMC9000=1 |
| -tiara_o_CFLAGS = -DINCLUDE_TIARA=1 |
| -#tlan_o_CFLAGS = -DINCLUDE_TLAN=1 |
| +#sk_g16_o_CFLAGS = -DINCLUDE_SK_G16=1 |
| +#smc9000_o_CFLAGS = -DINCLUDE_SMC9000=1 |
| +#tiara_o_CFLAGS = -DINCLUDE_TIARA=1 |
| +tg3_o_CFLAGS = -DINCLUDE_TG3=1 |
| +tlan_o_CFLAGS = -DINCLUDE_TLAN=1 |
| tulip_o_CFLAGS = -DINCLUDE_TULIP=1 |
| via_rhine_o_CFLAGS = -DINCLUDE_VIA_RHINE=1 |
| w89c840_o_CFLAGS = -DINCLUDE_W89C840=1 |
| @@ -316,32 +363,32 @@ |
| distclean-compile: |
| -rm -f *.tab.c |
| |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-3c509.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-3c595.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-3c90x.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-basemem.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-config.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-cs89x0.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-davicom.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-depca.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-eepro.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-e1000.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-eepro100.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-epic100.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-fa311.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-forcedeth.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-fsys_tftp.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-i82586.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-lance.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-main.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-i386_timer.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-misc.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-natsemi.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-ni5010.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-nic.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-ns83820.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-ns8390.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-otulip.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-pci.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-pci_io.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-pcnet32.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-pic8259.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-pnic.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-pnic_api.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-r8169.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-rtl8139.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-sis900.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-sk_g16.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-smc9000.Po@am__quote@ |
| -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-tiara.Po@am__quote@ |
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-tg3.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-timer.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-tlan.Po@am__quote@ |
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libdrivers_a-tulip.Po@am__quote@ |
| @@ -352,450 +399,513 @@ |
| @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(COMPILE) -c $< |
| |
| .c.obj: |
| @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
| |
| libdrivers_a-config.o: config.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-config.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-config.Tpo" -c -o libdrivers_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-config.Tpo" "$(DEPDIR)/libdrivers_a-config.Po"; else rm -f "$(DEPDIR)/libdrivers_a-config.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config.c' object='libdrivers_a-config.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-config.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-config.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c |
| |
| libdrivers_a-config.obj: config.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-config.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-config.Tpo" -c -o libdrivers_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-config.Tpo" "$(DEPDIR)/libdrivers_a-config.Po"; else rm -f "$(DEPDIR)/libdrivers_a-config.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='config.c' object='libdrivers_a-config.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-config.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-config.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi` |
| |
| libdrivers_a-fsys_tftp.o: fsys_tftp.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-fsys_tftp.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-fsys_tftp.Tpo" -c -o libdrivers_a-fsys_tftp.o `test -f 'fsys_tftp.c' || echo '$(srcdir)/'`fsys_tftp.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-fsys_tftp.Tpo" "$(DEPDIR)/libdrivers_a-fsys_tftp.Po"; else rm -f "$(DEPDIR)/libdrivers_a-fsys_tftp.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fsys_tftp.c' object='libdrivers_a-fsys_tftp.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-fsys_tftp.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-fsys_tftp.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-fsys_tftp.o `test -f 'fsys_tftp.c' || echo '$(srcdir)/'`fsys_tftp.c |
| |
| libdrivers_a-fsys_tftp.obj: fsys_tftp.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-fsys_tftp.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-fsys_tftp.Tpo" -c -o libdrivers_a-fsys_tftp.obj `if test -f 'fsys_tftp.c'; then $(CYGPATH_W) 'fsys_tftp.c'; else $(CYGPATH_W) '$(srcdir)/fsys_tftp.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-fsys_tftp.Tpo" "$(DEPDIR)/libdrivers_a-fsys_tftp.Po"; else rm -f "$(DEPDIR)/libdrivers_a-fsys_tftp.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fsys_tftp.c' object='libdrivers_a-fsys_tftp.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-fsys_tftp.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-fsys_tftp.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-fsys_tftp.obj `if test -f 'fsys_tftp.c'; then $(CYGPATH_W) 'fsys_tftp.c'; else $(CYGPATH_W) '$(srcdir)/fsys_tftp.c'; fi` |
| |
| -libdrivers_a-main.o: main.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-main.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-main.Tpo" -c -o libdrivers_a-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-main.Tpo" "$(DEPDIR)/libdrivers_a-main.Po"; else rm -f "$(DEPDIR)/libdrivers_a-main.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='libdrivers_a-main.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c |
| - |
| -libdrivers_a-main.obj: main.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-main.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-main.Tpo" -c -o libdrivers_a-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-main.Tpo" "$(DEPDIR)/libdrivers_a-main.Po"; else rm -f "$(DEPDIR)/libdrivers_a-main.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='main.c' object='libdrivers_a-main.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` |
| +libdrivers_a-i386_timer.o: i386_timer.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-i386_timer.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-i386_timer.Tpo" -c -o libdrivers_a-i386_timer.o `test -f 'i386_timer.c' || echo '$(srcdir)/'`i386_timer.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-i386_timer.Tpo" "$(DEPDIR)/libdrivers_a-i386_timer.Po"; else rm -f "$(DEPDIR)/libdrivers_a-i386_timer.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='i386_timer.c' object='libdrivers_a-i386_timer.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-i386_timer.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-i386_timer.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-i386_timer.o `test -f 'i386_timer.c' || echo '$(srcdir)/'`i386_timer.c |
| + |
| +libdrivers_a-i386_timer.obj: i386_timer.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-i386_timer.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-i386_timer.Tpo" -c -o libdrivers_a-i386_timer.obj `if test -f 'i386_timer.c'; then $(CYGPATH_W) 'i386_timer.c'; else $(CYGPATH_W) '$(srcdir)/i386_timer.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-i386_timer.Tpo" "$(DEPDIR)/libdrivers_a-i386_timer.Po"; else rm -f "$(DEPDIR)/libdrivers_a-i386_timer.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='i386_timer.c' object='libdrivers_a-i386_timer.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-i386_timer.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-i386_timer.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-i386_timer.obj `if test -f 'i386_timer.c'; then $(CYGPATH_W) 'i386_timer.c'; else $(CYGPATH_W) '$(srcdir)/i386_timer.c'; fi` |
| |
| libdrivers_a-misc.o: misc.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-misc.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-misc.Tpo" -c -o libdrivers_a-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-misc.Tpo" "$(DEPDIR)/libdrivers_a-misc.Po"; else rm -f "$(DEPDIR)/libdrivers_a-misc.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='misc.c' object='libdrivers_a-misc.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-misc.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-misc.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-misc.o `test -f 'misc.c' || echo '$(srcdir)/'`misc.c |
| |
| libdrivers_a-misc.obj: misc.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-misc.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-misc.Tpo" -c -o libdrivers_a-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-misc.Tpo" "$(DEPDIR)/libdrivers_a-misc.Po"; else rm -f "$(DEPDIR)/libdrivers_a-misc.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='misc.c' object='libdrivers_a-misc.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-misc.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-misc.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-misc.obj `if test -f 'misc.c'; then $(CYGPATH_W) 'misc.c'; else $(CYGPATH_W) '$(srcdir)/misc.c'; fi` |
| |
| +libdrivers_a-nic.o: nic.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-nic.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-nic.Tpo" -c -o libdrivers_a-nic.o `test -f 'nic.c' || echo '$(srcdir)/'`nic.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-nic.Tpo" "$(DEPDIR)/libdrivers_a-nic.Po"; else rm -f "$(DEPDIR)/libdrivers_a-nic.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nic.c' object='libdrivers_a-nic.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-nic.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-nic.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-nic.o `test -f 'nic.c' || echo '$(srcdir)/'`nic.c |
| + |
| +libdrivers_a-nic.obj: nic.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-nic.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-nic.Tpo" -c -o libdrivers_a-nic.obj `if test -f 'nic.c'; then $(CYGPATH_W) 'nic.c'; else $(CYGPATH_W) '$(srcdir)/nic.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-nic.Tpo" "$(DEPDIR)/libdrivers_a-nic.Po"; else rm -f "$(DEPDIR)/libdrivers_a-nic.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='nic.c' object='libdrivers_a-nic.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-nic.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-nic.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-nic.obj `if test -f 'nic.c'; then $(CYGPATH_W) 'nic.c'; else $(CYGPATH_W) '$(srcdir)/nic.c'; fi` |
| + |
| libdrivers_a-pci.o: pci.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pci.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-pci.Tpo" -c -o libdrivers_a-pci.o `test -f 'pci.c' || echo '$(srcdir)/'`pci.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pci.Tpo" "$(DEPDIR)/libdrivers_a-pci.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pci.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci.c' object='libdrivers_a-pci.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pci.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pci.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pci.o `test -f 'pci.c' || echo '$(srcdir)/'`pci.c |
| |
| libdrivers_a-pci.obj: pci.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pci.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-pci.Tpo" -c -o libdrivers_a-pci.obj `if test -f 'pci.c'; then $(CYGPATH_W) 'pci.c'; else $(CYGPATH_W) '$(srcdir)/pci.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pci.Tpo" "$(DEPDIR)/libdrivers_a-pci.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pci.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci.c' object='libdrivers_a-pci.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pci.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pci.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pci.obj `if test -f 'pci.c'; then $(CYGPATH_W) 'pci.c'; else $(CYGPATH_W) '$(srcdir)/pci.c'; fi` |
| |
| +libdrivers_a-pci_io.o: pci_io.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pci_io.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-pci_io.Tpo" -c -o libdrivers_a-pci_io.o `test -f 'pci_io.c' || echo '$(srcdir)/'`pci_io.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pci_io.Tpo" "$(DEPDIR)/libdrivers_a-pci_io.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pci_io.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci_io.c' object='libdrivers_a-pci_io.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pci_io.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pci_io.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pci_io.o `test -f 'pci_io.c' || echo '$(srcdir)/'`pci_io.c |
| + |
| +libdrivers_a-pci_io.obj: pci_io.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pci_io.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-pci_io.Tpo" -c -o libdrivers_a-pci_io.obj `if test -f 'pci_io.c'; then $(CYGPATH_W) 'pci_io.c'; else $(CYGPATH_W) '$(srcdir)/pci_io.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pci_io.Tpo" "$(DEPDIR)/libdrivers_a-pci_io.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pci_io.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pci_io.c' object='libdrivers_a-pci_io.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pci_io.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pci_io.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pci_io.obj `if test -f 'pci_io.c'; then $(CYGPATH_W) 'pci_io.c'; else $(CYGPATH_W) '$(srcdir)/pci_io.c'; fi` |
| + |
| libdrivers_a-timer.o: timer.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-timer.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-timer.Tpo" -c -o libdrivers_a-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-timer.Tpo" "$(DEPDIR)/libdrivers_a-timer.Po"; else rm -f "$(DEPDIR)/libdrivers_a-timer.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='timer.c' object='libdrivers_a-timer.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-timer.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-timer.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-timer.o `test -f 'timer.c' || echo '$(srcdir)/'`timer.c |
| |
| libdrivers_a-timer.obj: timer.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-timer.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-timer.Tpo" -c -o libdrivers_a-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-timer.Tpo" "$(DEPDIR)/libdrivers_a-timer.Po"; else rm -f "$(DEPDIR)/libdrivers_a-timer.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='timer.c' object='libdrivers_a-timer.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-timer.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-timer.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-timer.obj `if test -f 'timer.c'; then $(CYGPATH_W) 'timer.c'; else $(CYGPATH_W) '$(srcdir)/timer.c'; fi` |
| |
| -libdrivers_a-3c509.o: 3c509.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-3c509.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-3c509.Tpo" -c -o libdrivers_a-3c509.o `test -f '3c509.c' || echo '$(srcdir)/'`3c509.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-3c509.Tpo" "$(DEPDIR)/libdrivers_a-3c509.Po"; else rm -f "$(DEPDIR)/libdrivers_a-3c509.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='3c509.c' object='libdrivers_a-3c509.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-3c509.o `test -f '3c509.c' || echo '$(srcdir)/'`3c509.c |
| - |
| -libdrivers_a-3c509.obj: 3c509.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-3c509.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-3c509.Tpo" -c -o libdrivers_a-3c509.obj `if test -f '3c509.c'; then $(CYGPATH_W) '3c509.c'; else $(CYGPATH_W) '$(srcdir)/3c509.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-3c509.Tpo" "$(DEPDIR)/libdrivers_a-3c509.Po"; else rm -f "$(DEPDIR)/libdrivers_a-3c509.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='3c509.c' object='libdrivers_a-3c509.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-3c509.obj `if test -f '3c509.c'; then $(CYGPATH_W) '3c509.c'; else $(CYGPATH_W) '$(srcdir)/3c509.c'; fi` |
| +libdrivers_a-pic8259.o: pic8259.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pic8259.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-pic8259.Tpo" -c -o libdrivers_a-pic8259.o `test -f 'pic8259.c' || echo '$(srcdir)/'`pic8259.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pic8259.Tpo" "$(DEPDIR)/libdrivers_a-pic8259.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pic8259.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pic8259.c' object='libdrivers_a-pic8259.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pic8259.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pic8259.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pic8259.o `test -f 'pic8259.c' || echo '$(srcdir)/'`pic8259.c |
| + |
| +libdrivers_a-pic8259.obj: pic8259.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pic8259.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-pic8259.Tpo" -c -o libdrivers_a-pic8259.obj `if test -f 'pic8259.c'; then $(CYGPATH_W) 'pic8259.c'; else $(CYGPATH_W) '$(srcdir)/pic8259.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pic8259.Tpo" "$(DEPDIR)/libdrivers_a-pic8259.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pic8259.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pic8259.c' object='libdrivers_a-pic8259.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pic8259.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pic8259.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pic8259.obj `if test -f 'pic8259.c'; then $(CYGPATH_W) 'pic8259.c'; else $(CYGPATH_W) '$(srcdir)/pic8259.c'; fi` |
| + |
| +libdrivers_a-basemem.o: basemem.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-basemem.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-basemem.Tpo" -c -o libdrivers_a-basemem.o `test -f 'basemem.c' || echo '$(srcdir)/'`basemem.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-basemem.Tpo" "$(DEPDIR)/libdrivers_a-basemem.Po"; else rm -f "$(DEPDIR)/libdrivers_a-basemem.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='basemem.c' object='libdrivers_a-basemem.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-basemem.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-basemem.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-basemem.o `test -f 'basemem.c' || echo '$(srcdir)/'`basemem.c |
| + |
| +libdrivers_a-basemem.obj: basemem.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-basemem.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-basemem.Tpo" -c -o libdrivers_a-basemem.obj `if test -f 'basemem.c'; then $(CYGPATH_W) 'basemem.c'; else $(CYGPATH_W) '$(srcdir)/basemem.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-basemem.Tpo" "$(DEPDIR)/libdrivers_a-basemem.Po"; else rm -f "$(DEPDIR)/libdrivers_a-basemem.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='basemem.c' object='libdrivers_a-basemem.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-basemem.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-basemem.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-basemem.obj `if test -f 'basemem.c'; then $(CYGPATH_W) 'basemem.c'; else $(CYGPATH_W) '$(srcdir)/basemem.c'; fi` |
| |
| libdrivers_a-3c595.o: 3c595.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-3c595.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-3c595.Tpo" -c -o libdrivers_a-3c595.o `test -f '3c595.c' || echo '$(srcdir)/'`3c595.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-3c595.Tpo" "$(DEPDIR)/libdrivers_a-3c595.Po"; else rm -f "$(DEPDIR)/libdrivers_a-3c595.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='3c595.c' object='libdrivers_a-3c595.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-3c595.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-3c595.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-3c595.o `test -f '3c595.c' || echo '$(srcdir)/'`3c595.c |
| |
| libdrivers_a-3c595.obj: 3c595.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-3c595.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-3c595.Tpo" -c -o libdrivers_a-3c595.obj `if test -f '3c595.c'; then $(CYGPATH_W) '3c595.c'; else $(CYGPATH_W) '$(srcdir)/3c595.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-3c595.Tpo" "$(DEPDIR)/libdrivers_a-3c595.Po"; else rm -f "$(DEPDIR)/libdrivers_a-3c595.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='3c595.c' object='libdrivers_a-3c595.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-3c595.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-3c595.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-3c595.obj `if test -f '3c595.c'; then $(CYGPATH_W) '3c595.c'; else $(CYGPATH_W) '$(srcdir)/3c595.c'; fi` |
| |
| libdrivers_a-3c90x.o: 3c90x.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-3c90x.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-3c90x.Tpo" -c -o libdrivers_a-3c90x.o `test -f '3c90x.c' || echo '$(srcdir)/'`3c90x.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-3c90x.Tpo" "$(DEPDIR)/libdrivers_a-3c90x.Po"; else rm -f "$(DEPDIR)/libdrivers_a-3c90x.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='3c90x.c' object='libdrivers_a-3c90x.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-3c90x.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-3c90x.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-3c90x.o `test -f '3c90x.c' || echo '$(srcdir)/'`3c90x.c |
| |
| libdrivers_a-3c90x.obj: 3c90x.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-3c90x.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-3c90x.Tpo" -c -o libdrivers_a-3c90x.obj `if test -f '3c90x.c'; then $(CYGPATH_W) '3c90x.c'; else $(CYGPATH_W) '$(srcdir)/3c90x.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-3c90x.Tpo" "$(DEPDIR)/libdrivers_a-3c90x.Po"; else rm -f "$(DEPDIR)/libdrivers_a-3c90x.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='3c90x.c' object='libdrivers_a-3c90x.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-3c90x.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-3c90x.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-3c90x.obj `if test -f '3c90x.c'; then $(CYGPATH_W) '3c90x.c'; else $(CYGPATH_W) '$(srcdir)/3c90x.c'; fi` |
| |
| -libdrivers_a-cs89x0.o: cs89x0.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-cs89x0.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-cs89x0.Tpo" -c -o libdrivers_a-cs89x0.o `test -f 'cs89x0.c' || echo '$(srcdir)/'`cs89x0.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-cs89x0.Tpo" "$(DEPDIR)/libdrivers_a-cs89x0.Po"; else rm -f "$(DEPDIR)/libdrivers_a-cs89x0.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cs89x0.c' object='libdrivers_a-cs89x0.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-cs89x0.o `test -f 'cs89x0.c' || echo '$(srcdir)/'`cs89x0.c |
| - |
| -libdrivers_a-cs89x0.obj: cs89x0.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-cs89x0.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-cs89x0.Tpo" -c -o libdrivers_a-cs89x0.obj `if test -f 'cs89x0.c'; then $(CYGPATH_W) 'cs89x0.c'; else $(CYGPATH_W) '$(srcdir)/cs89x0.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-cs89x0.Tpo" "$(DEPDIR)/libdrivers_a-cs89x0.Po"; else rm -f "$(DEPDIR)/libdrivers_a-cs89x0.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='cs89x0.c' object='libdrivers_a-cs89x0.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-cs89x0.obj `if test -f 'cs89x0.c'; then $(CYGPATH_W) 'cs89x0.c'; else $(CYGPATH_W) '$(srcdir)/cs89x0.c'; fi` |
| - |
| libdrivers_a-davicom.o: davicom.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-davicom.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-davicom.Tpo" -c -o libdrivers_a-davicom.o `test -f 'davicom.c' || echo '$(srcdir)/'`davicom.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-davicom.Tpo" "$(DEPDIR)/libdrivers_a-davicom.Po"; else rm -f "$(DEPDIR)/libdrivers_a-davicom.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='davicom.c' object='libdrivers_a-davicom.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-davicom.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-davicom.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-davicom.o `test -f 'davicom.c' || echo '$(srcdir)/'`davicom.c |
| |
| libdrivers_a-davicom.obj: davicom.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-davicom.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-davicom.Tpo" -c -o libdrivers_a-davicom.obj `if test -f 'davicom.c'; then $(CYGPATH_W) 'davicom.c'; else $(CYGPATH_W) '$(srcdir)/davicom.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-davicom.Tpo" "$(DEPDIR)/libdrivers_a-davicom.Po"; else rm -f "$(DEPDIR)/libdrivers_a-davicom.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='davicom.c' object='libdrivers_a-davicom.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-davicom.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-davicom.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-davicom.obj `if test -f 'davicom.c'; then $(CYGPATH_W) 'davicom.c'; else $(CYGPATH_W) '$(srcdir)/davicom.c'; fi` |
| |
| -libdrivers_a-depca.o: depca.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-depca.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-depca.Tpo" -c -o libdrivers_a-depca.o `test -f 'depca.c' || echo '$(srcdir)/'`depca.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-depca.Tpo" "$(DEPDIR)/libdrivers_a-depca.Po"; else rm -f "$(DEPDIR)/libdrivers_a-depca.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='depca.c' object='libdrivers_a-depca.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-depca.o `test -f 'depca.c' || echo '$(srcdir)/'`depca.c |
| - |
| -libdrivers_a-depca.obj: depca.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-depca.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-depca.Tpo" -c -o libdrivers_a-depca.obj `if test -f 'depca.c'; then $(CYGPATH_W) 'depca.c'; else $(CYGPATH_W) '$(srcdir)/depca.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-depca.Tpo" "$(DEPDIR)/libdrivers_a-depca.Po"; else rm -f "$(DEPDIR)/libdrivers_a-depca.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='depca.c' object='libdrivers_a-depca.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-depca.obj `if test -f 'depca.c'; then $(CYGPATH_W) 'depca.c'; else $(CYGPATH_W) '$(srcdir)/depca.c'; fi` |
| - |
| -libdrivers_a-eepro.o: eepro.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-eepro.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-eepro.Tpo" -c -o libdrivers_a-eepro.o `test -f 'eepro.c' || echo '$(srcdir)/'`eepro.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-eepro.Tpo" "$(DEPDIR)/libdrivers_a-eepro.Po"; else rm -f "$(DEPDIR)/libdrivers_a-eepro.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eepro.c' object='libdrivers_a-eepro.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-eepro.o `test -f 'eepro.c' || echo '$(srcdir)/'`eepro.c |
| - |
| -libdrivers_a-eepro.obj: eepro.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-eepro.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-eepro.Tpo" -c -o libdrivers_a-eepro.obj `if test -f 'eepro.c'; then $(CYGPATH_W) 'eepro.c'; else $(CYGPATH_W) '$(srcdir)/eepro.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-eepro.Tpo" "$(DEPDIR)/libdrivers_a-eepro.Po"; else rm -f "$(DEPDIR)/libdrivers_a-eepro.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eepro.c' object='libdrivers_a-eepro.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-eepro.obj `if test -f 'eepro.c'; then $(CYGPATH_W) 'eepro.c'; else $(CYGPATH_W) '$(srcdir)/eepro.c'; fi` |
| +libdrivers_a-e1000.o: e1000.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-e1000.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-e1000.Tpo" -c -o libdrivers_a-e1000.o `test -f 'e1000.c' || echo '$(srcdir)/'`e1000.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-e1000.Tpo" "$(DEPDIR)/libdrivers_a-e1000.Po"; else rm -f "$(DEPDIR)/libdrivers_a-e1000.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='e1000.c' object='libdrivers_a-e1000.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-e1000.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-e1000.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-e1000.o `test -f 'e1000.c' || echo '$(srcdir)/'`e1000.c |
| + |
| +libdrivers_a-e1000.obj: e1000.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-e1000.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-e1000.Tpo" -c -o libdrivers_a-e1000.obj `if test -f 'e1000.c'; then $(CYGPATH_W) 'e1000.c'; else $(CYGPATH_W) '$(srcdir)/e1000.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-e1000.Tpo" "$(DEPDIR)/libdrivers_a-e1000.Po"; else rm -f "$(DEPDIR)/libdrivers_a-e1000.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='e1000.c' object='libdrivers_a-e1000.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-e1000.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-e1000.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-e1000.obj `if test -f 'e1000.c'; then $(CYGPATH_W) 'e1000.c'; else $(CYGPATH_W) '$(srcdir)/e1000.c'; fi` |
| |
| libdrivers_a-eepro100.o: eepro100.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-eepro100.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-eepro100.Tpo" -c -o libdrivers_a-eepro100.o `test -f 'eepro100.c' || echo '$(srcdir)/'`eepro100.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-eepro100.Tpo" "$(DEPDIR)/libdrivers_a-eepro100.Po"; else rm -f "$(DEPDIR)/libdrivers_a-eepro100.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eepro100.c' object='libdrivers_a-eepro100.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-eepro100.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-eepro100.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-eepro100.o `test -f 'eepro100.c' || echo '$(srcdir)/'`eepro100.c |
| |
| libdrivers_a-eepro100.obj: eepro100.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-eepro100.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-eepro100.Tpo" -c -o libdrivers_a-eepro100.obj `if test -f 'eepro100.c'; then $(CYGPATH_W) 'eepro100.c'; else $(CYGPATH_W) '$(srcdir)/eepro100.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-eepro100.Tpo" "$(DEPDIR)/libdrivers_a-eepro100.Po"; else rm -f "$(DEPDIR)/libdrivers_a-eepro100.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='eepro100.c' object='libdrivers_a-eepro100.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-eepro100.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-eepro100.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-eepro100.obj `if test -f 'eepro100.c'; then $(CYGPATH_W) 'eepro100.c'; else $(CYGPATH_W) '$(srcdir)/eepro100.c'; fi` |
| |
| libdrivers_a-epic100.o: epic100.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-epic100.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-epic100.Tpo" -c -o libdrivers_a-epic100.o `test -f 'epic100.c' || echo '$(srcdir)/'`epic100.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-epic100.Tpo" "$(DEPDIR)/libdrivers_a-epic100.Po"; else rm -f "$(DEPDIR)/libdrivers_a-epic100.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epic100.c' object='libdrivers_a-epic100.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-epic100.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-epic100.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-epic100.o `test -f 'epic100.c' || echo '$(srcdir)/'`epic100.c |
| |
| libdrivers_a-epic100.obj: epic100.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-epic100.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-epic100.Tpo" -c -o libdrivers_a-epic100.obj `if test -f 'epic100.c'; then $(CYGPATH_W) 'epic100.c'; else $(CYGPATH_W) '$(srcdir)/epic100.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-epic100.Tpo" "$(DEPDIR)/libdrivers_a-epic100.Po"; else rm -f "$(DEPDIR)/libdrivers_a-epic100.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='epic100.c' object='libdrivers_a-epic100.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-epic100.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-epic100.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-epic100.obj `if test -f 'epic100.c'; then $(CYGPATH_W) 'epic100.c'; else $(CYGPATH_W) '$(srcdir)/epic100.c'; fi` |
| |
| -libdrivers_a-fa311.o: fa311.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-fa311.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-fa311.Tpo" -c -o libdrivers_a-fa311.o `test -f 'fa311.c' || echo '$(srcdir)/'`fa311.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-fa311.Tpo" "$(DEPDIR)/libdrivers_a-fa311.Po"; else rm -f "$(DEPDIR)/libdrivers_a-fa311.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fa311.c' object='libdrivers_a-fa311.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-fa311.o `test -f 'fa311.c' || echo '$(srcdir)/'`fa311.c |
| - |
| -libdrivers_a-fa311.obj: fa311.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-fa311.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-fa311.Tpo" -c -o libdrivers_a-fa311.obj `if test -f 'fa311.c'; then $(CYGPATH_W) 'fa311.c'; else $(CYGPATH_W) '$(srcdir)/fa311.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-fa311.Tpo" "$(DEPDIR)/libdrivers_a-fa311.Po"; else rm -f "$(DEPDIR)/libdrivers_a-fa311.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fa311.c' object='libdrivers_a-fa311.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-fa311.obj `if test -f 'fa311.c'; then $(CYGPATH_W) 'fa311.c'; else $(CYGPATH_W) '$(srcdir)/fa311.c'; fi` |
| - |
| -libdrivers_a-i82586.o: i82586.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-i82586.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-i82586.Tpo" -c -o libdrivers_a-i82586.o `test -f 'i82586.c' || echo '$(srcdir)/'`i82586.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-i82586.Tpo" "$(DEPDIR)/libdrivers_a-i82586.Po"; else rm -f "$(DEPDIR)/libdrivers_a-i82586.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='i82586.c' object='libdrivers_a-i82586.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-i82586.o `test -f 'i82586.c' || echo '$(srcdir)/'`i82586.c |
| - |
| -libdrivers_a-i82586.obj: i82586.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-i82586.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-i82586.Tpo" -c -o libdrivers_a-i82586.obj `if test -f 'i82586.c'; then $(CYGPATH_W) 'i82586.c'; else $(CYGPATH_W) '$(srcdir)/i82586.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-i82586.Tpo" "$(DEPDIR)/libdrivers_a-i82586.Po"; else rm -f "$(DEPDIR)/libdrivers_a-i82586.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='i82586.c' object='libdrivers_a-i82586.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-i82586.obj `if test -f 'i82586.c'; then $(CYGPATH_W) 'i82586.c'; else $(CYGPATH_W) '$(srcdir)/i82586.c'; fi` |
| - |
| -libdrivers_a-lance.o: lance.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-lance.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-lance.Tpo" -c -o libdrivers_a-lance.o `test -f 'lance.c' || echo '$(srcdir)/'`lance.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-lance.Tpo" "$(DEPDIR)/libdrivers_a-lance.Po"; else rm -f "$(DEPDIR)/libdrivers_a-lance.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lance.c' object='libdrivers_a-lance.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-lance.o `test -f 'lance.c' || echo '$(srcdir)/'`lance.c |
| - |
| -libdrivers_a-lance.obj: lance.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-lance.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-lance.Tpo" -c -o libdrivers_a-lance.obj `if test -f 'lance.c'; then $(CYGPATH_W) 'lance.c'; else $(CYGPATH_W) '$(srcdir)/lance.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-lance.Tpo" "$(DEPDIR)/libdrivers_a-lance.Po"; else rm -f "$(DEPDIR)/libdrivers_a-lance.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lance.c' object='libdrivers_a-lance.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-lance.obj `if test -f 'lance.c'; then $(CYGPATH_W) 'lance.c'; else $(CYGPATH_W) '$(srcdir)/lance.c'; fi` |
| - |
| libdrivers_a-natsemi.o: natsemi.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-natsemi.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-natsemi.Tpo" -c -o libdrivers_a-natsemi.o `test -f 'natsemi.c' || echo '$(srcdir)/'`natsemi.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-natsemi.Tpo" "$(DEPDIR)/libdrivers_a-natsemi.Po"; else rm -f "$(DEPDIR)/libdrivers_a-natsemi.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='natsemi.c' object='libdrivers_a-natsemi.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-natsemi.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-natsemi.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-natsemi.o `test -f 'natsemi.c' || echo '$(srcdir)/'`natsemi.c |
| |
| libdrivers_a-natsemi.obj: natsemi.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-natsemi.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-natsemi.Tpo" -c -o libdrivers_a-natsemi.obj `if test -f 'natsemi.c'; then $(CYGPATH_W) 'natsemi.c'; else $(CYGPATH_W) '$(srcdir)/natsemi.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-natsemi.Tpo" "$(DEPDIR)/libdrivers_a-natsemi.Po"; else rm -f "$(DEPDIR)/libdrivers_a-natsemi.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='natsemi.c' object='libdrivers_a-natsemi.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-natsemi.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-natsemi.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-natsemi.obj `if test -f 'natsemi.c'; then $(CYGPATH_W) 'natsemi.c'; else $(CYGPATH_W) '$(srcdir)/natsemi.c'; fi` |
| |
| -libdrivers_a-ni5010.o: ni5010.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-ni5010.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-ni5010.Tpo" -c -o libdrivers_a-ni5010.o `test -f 'ni5010.c' || echo '$(srcdir)/'`ni5010.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-ni5010.Tpo" "$(DEPDIR)/libdrivers_a-ni5010.Po"; else rm -f "$(DEPDIR)/libdrivers_a-ni5010.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ni5010.c' object='libdrivers_a-ni5010.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-ni5010.o `test -f 'ni5010.c' || echo '$(srcdir)/'`ni5010.c |
| - |
| -libdrivers_a-ni5010.obj: ni5010.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-ni5010.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-ni5010.Tpo" -c -o libdrivers_a-ni5010.obj `if test -f 'ni5010.c'; then $(CYGPATH_W) 'ni5010.c'; else $(CYGPATH_W) '$(srcdir)/ni5010.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-ni5010.Tpo" "$(DEPDIR)/libdrivers_a-ni5010.Po"; else rm -f "$(DEPDIR)/libdrivers_a-ni5010.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ni5010.c' object='libdrivers_a-ni5010.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-ni5010.obj `if test -f 'ni5010.c'; then $(CYGPATH_W) 'ni5010.c'; else $(CYGPATH_W) '$(srcdir)/ni5010.c'; fi` |
| - |
| libdrivers_a-ns8390.o: ns8390.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-ns8390.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-ns8390.Tpo" -c -o libdrivers_a-ns8390.o `test -f 'ns8390.c' || echo '$(srcdir)/'`ns8390.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-ns8390.Tpo" "$(DEPDIR)/libdrivers_a-ns8390.Po"; else rm -f "$(DEPDIR)/libdrivers_a-ns8390.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ns8390.c' object='libdrivers_a-ns8390.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-ns8390.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-ns8390.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-ns8390.o `test -f 'ns8390.c' || echo '$(srcdir)/'`ns8390.c |
| |
| libdrivers_a-ns8390.obj: ns8390.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-ns8390.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-ns8390.Tpo" -c -o libdrivers_a-ns8390.obj `if test -f 'ns8390.c'; then $(CYGPATH_W) 'ns8390.c'; else $(CYGPATH_W) '$(srcdir)/ns8390.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-ns8390.Tpo" "$(DEPDIR)/libdrivers_a-ns8390.Po"; else rm -f "$(DEPDIR)/libdrivers_a-ns8390.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ns8390.c' object='libdrivers_a-ns8390.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-ns8390.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-ns8390.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-ns8390.obj `if test -f 'ns8390.c'; then $(CYGPATH_W) 'ns8390.c'; else $(CYGPATH_W) '$(srcdir)/ns8390.c'; fi` |
| |
| -libdrivers_a-otulip.o: otulip.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-otulip.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-otulip.Tpo" -c -o libdrivers_a-otulip.o `test -f 'otulip.c' || echo '$(srcdir)/'`otulip.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-otulip.Tpo" "$(DEPDIR)/libdrivers_a-otulip.Po"; else rm -f "$(DEPDIR)/libdrivers_a-otulip.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='otulip.c' object='libdrivers_a-otulip.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-otulip.o `test -f 'otulip.c' || echo '$(srcdir)/'`otulip.c |
| - |
| -libdrivers_a-otulip.obj: otulip.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-otulip.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-otulip.Tpo" -c -o libdrivers_a-otulip.obj `if test -f 'otulip.c'; then $(CYGPATH_W) 'otulip.c'; else $(CYGPATH_W) '$(srcdir)/otulip.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-otulip.Tpo" "$(DEPDIR)/libdrivers_a-otulip.Po"; else rm -f "$(DEPDIR)/libdrivers_a-otulip.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='otulip.c' object='libdrivers_a-otulip.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-otulip.obj `if test -f 'otulip.c'; then $(CYGPATH_W) 'otulip.c'; else $(CYGPATH_W) '$(srcdir)/otulip.c'; fi` |
| +libdrivers_a-pcnet32.o: pcnet32.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pcnet32.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-pcnet32.Tpo" -c -o libdrivers_a-pcnet32.o `test -f 'pcnet32.c' || echo '$(srcdir)/'`pcnet32.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pcnet32.Tpo" "$(DEPDIR)/libdrivers_a-pcnet32.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pcnet32.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pcnet32.c' object='libdrivers_a-pcnet32.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pcnet32.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pcnet32.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pcnet32.o `test -f 'pcnet32.c' || echo '$(srcdir)/'`pcnet32.c |
| + |
| +libdrivers_a-pcnet32.obj: pcnet32.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pcnet32.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-pcnet32.Tpo" -c -o libdrivers_a-pcnet32.obj `if test -f 'pcnet32.c'; then $(CYGPATH_W) 'pcnet32.c'; else $(CYGPATH_W) '$(srcdir)/pcnet32.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pcnet32.Tpo" "$(DEPDIR)/libdrivers_a-pcnet32.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pcnet32.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pcnet32.c' object='libdrivers_a-pcnet32.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pcnet32.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pcnet32.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pcnet32.obj `if test -f 'pcnet32.c'; then $(CYGPATH_W) 'pcnet32.c'; else $(CYGPATH_W) '$(srcdir)/pcnet32.c'; fi` |
| |
| libdrivers_a-rtl8139.o: rtl8139.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-rtl8139.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-rtl8139.Tpo" -c -o libdrivers_a-rtl8139.o `test -f 'rtl8139.c' || echo '$(srcdir)/'`rtl8139.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-rtl8139.Tpo" "$(DEPDIR)/libdrivers_a-rtl8139.Po"; else rm -f "$(DEPDIR)/libdrivers_a-rtl8139.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rtl8139.c' object='libdrivers_a-rtl8139.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-rtl8139.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-rtl8139.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-rtl8139.o `test -f 'rtl8139.c' || echo '$(srcdir)/'`rtl8139.c |
| |
| libdrivers_a-rtl8139.obj: rtl8139.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-rtl8139.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-rtl8139.Tpo" -c -o libdrivers_a-rtl8139.obj `if test -f 'rtl8139.c'; then $(CYGPATH_W) 'rtl8139.c'; else $(CYGPATH_W) '$(srcdir)/rtl8139.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-rtl8139.Tpo" "$(DEPDIR)/libdrivers_a-rtl8139.Po"; else rm -f "$(DEPDIR)/libdrivers_a-rtl8139.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rtl8139.c' object='libdrivers_a-rtl8139.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-rtl8139.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-rtl8139.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-rtl8139.obj `if test -f 'rtl8139.c'; then $(CYGPATH_W) 'rtl8139.c'; else $(CYGPATH_W) '$(srcdir)/rtl8139.c'; fi` |
| |
| libdrivers_a-sis900.o: sis900.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-sis900.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-sis900.Tpo" -c -o libdrivers_a-sis900.o `test -f 'sis900.c' || echo '$(srcdir)/'`sis900.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-sis900.Tpo" "$(DEPDIR)/libdrivers_a-sis900.Po"; else rm -f "$(DEPDIR)/libdrivers_a-sis900.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sis900.c' object='libdrivers_a-sis900.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-sis900.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-sis900.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-sis900.o `test -f 'sis900.c' || echo '$(srcdir)/'`sis900.c |
| |
| libdrivers_a-sis900.obj: sis900.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-sis900.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-sis900.Tpo" -c -o libdrivers_a-sis900.obj `if test -f 'sis900.c'; then $(CYGPATH_W) 'sis900.c'; else $(CYGPATH_W) '$(srcdir)/sis900.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-sis900.Tpo" "$(DEPDIR)/libdrivers_a-sis900.Po"; else rm -f "$(DEPDIR)/libdrivers_a-sis900.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sis900.c' object='libdrivers_a-sis900.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-sis900.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-sis900.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-sis900.obj `if test -f 'sis900.c'; then $(CYGPATH_W) 'sis900.c'; else $(CYGPATH_W) '$(srcdir)/sis900.c'; fi` |
| |
| -libdrivers_a-sk_g16.o: sk_g16.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-sk_g16.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-sk_g16.Tpo" -c -o libdrivers_a-sk_g16.o `test -f 'sk_g16.c' || echo '$(srcdir)/'`sk_g16.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-sk_g16.Tpo" "$(DEPDIR)/libdrivers_a-sk_g16.Po"; else rm -f "$(DEPDIR)/libdrivers_a-sk_g16.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sk_g16.c' object='libdrivers_a-sk_g16.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-sk_g16.o `test -f 'sk_g16.c' || echo '$(srcdir)/'`sk_g16.c |
| - |
| -libdrivers_a-sk_g16.obj: sk_g16.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-sk_g16.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-sk_g16.Tpo" -c -o libdrivers_a-sk_g16.obj `if test -f 'sk_g16.c'; then $(CYGPATH_W) 'sk_g16.c'; else $(CYGPATH_W) '$(srcdir)/sk_g16.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-sk_g16.Tpo" "$(DEPDIR)/libdrivers_a-sk_g16.Po"; else rm -f "$(DEPDIR)/libdrivers_a-sk_g16.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='sk_g16.c' object='libdrivers_a-sk_g16.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-sk_g16.obj `if test -f 'sk_g16.c'; then $(CYGPATH_W) 'sk_g16.c'; else $(CYGPATH_W) '$(srcdir)/sk_g16.c'; fi` |
| - |
| -libdrivers_a-smc9000.o: smc9000.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-smc9000.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-smc9000.Tpo" -c -o libdrivers_a-smc9000.o `test -f 'smc9000.c' || echo '$(srcdir)/'`smc9000.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-smc9000.Tpo" "$(DEPDIR)/libdrivers_a-smc9000.Po"; else rm -f "$(DEPDIR)/libdrivers_a-smc9000.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='smc9000.c' object='libdrivers_a-smc9000.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-smc9000.o `test -f 'smc9000.c' || echo '$(srcdir)/'`smc9000.c |
| - |
| -libdrivers_a-smc9000.obj: smc9000.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-smc9000.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-smc9000.Tpo" -c -o libdrivers_a-smc9000.obj `if test -f 'smc9000.c'; then $(CYGPATH_W) 'smc9000.c'; else $(CYGPATH_W) '$(srcdir)/smc9000.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-smc9000.Tpo" "$(DEPDIR)/libdrivers_a-smc9000.Po"; else rm -f "$(DEPDIR)/libdrivers_a-smc9000.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='smc9000.c' object='libdrivers_a-smc9000.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-smc9000.obj `if test -f 'smc9000.c'; then $(CYGPATH_W) 'smc9000.c'; else $(CYGPATH_W) '$(srcdir)/smc9000.c'; fi` |
| - |
| -libdrivers_a-tiara.o: tiara.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-tiara.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-tiara.Tpo" -c -o libdrivers_a-tiara.o `test -f 'tiara.c' || echo '$(srcdir)/'`tiara.c; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-tiara.Tpo" "$(DEPDIR)/libdrivers_a-tiara.Po"; else rm -f "$(DEPDIR)/libdrivers_a-tiara.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tiara.c' object='libdrivers_a-tiara.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-tiara.o `test -f 'tiara.c' || echo '$(srcdir)/'`tiara.c |
| - |
| -libdrivers_a-tiara.obj: tiara.c |
| -@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-tiara.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-tiara.Tpo" -c -o libdrivers_a-tiara.obj `if test -f 'tiara.c'; then $(CYGPATH_W) 'tiara.c'; else $(CYGPATH_W) '$(srcdir)/tiara.c'; fi`; \ |
| -@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-tiara.Tpo" "$(DEPDIR)/libdrivers_a-tiara.Po"; else rm -f "$(DEPDIR)/libdrivers_a-tiara.Tpo"; exit 1; fi |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tiara.c' object='libdrivers_a-tiara.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-tiara.obj `if test -f 'tiara.c'; then $(CYGPATH_W) 'tiara.c'; else $(CYGPATH_W) '$(srcdir)/tiara.c'; fi` |
| +libdrivers_a-tg3.o: tg3.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-tg3.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-tg3.Tpo" -c -o libdrivers_a-tg3.o `test -f 'tg3.c' || echo '$(srcdir)/'`tg3.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-tg3.Tpo" "$(DEPDIR)/libdrivers_a-tg3.Po"; else rm -f "$(DEPDIR)/libdrivers_a-tg3.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tg3.c' object='libdrivers_a-tg3.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-tg3.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-tg3.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-tg3.o `test -f 'tg3.c' || echo '$(srcdir)/'`tg3.c |
| + |
| +libdrivers_a-tg3.obj: tg3.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-tg3.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-tg3.Tpo" -c -o libdrivers_a-tg3.obj `if test -f 'tg3.c'; then $(CYGPATH_W) 'tg3.c'; else $(CYGPATH_W) '$(srcdir)/tg3.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-tg3.Tpo" "$(DEPDIR)/libdrivers_a-tg3.Po"; else rm -f "$(DEPDIR)/libdrivers_a-tg3.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tg3.c' object='libdrivers_a-tg3.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-tg3.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-tg3.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-tg3.obj `if test -f 'tg3.c'; then $(CYGPATH_W) 'tg3.c'; else $(CYGPATH_W) '$(srcdir)/tg3.c'; fi` |
| |
| libdrivers_a-tlan.o: tlan.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-tlan.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-tlan.Tpo" -c -o libdrivers_a-tlan.o `test -f 'tlan.c' || echo '$(srcdir)/'`tlan.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-tlan.Tpo" "$(DEPDIR)/libdrivers_a-tlan.Po"; else rm -f "$(DEPDIR)/libdrivers_a-tlan.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tlan.c' object='libdrivers_a-tlan.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-tlan.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-tlan.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-tlan.o `test -f 'tlan.c' || echo '$(srcdir)/'`tlan.c |
| |
| libdrivers_a-tlan.obj: tlan.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-tlan.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-tlan.Tpo" -c -o libdrivers_a-tlan.obj `if test -f 'tlan.c'; then $(CYGPATH_W) 'tlan.c'; else $(CYGPATH_W) '$(srcdir)/tlan.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-tlan.Tpo" "$(DEPDIR)/libdrivers_a-tlan.Po"; else rm -f "$(DEPDIR)/libdrivers_a-tlan.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tlan.c' object='libdrivers_a-tlan.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-tlan.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-tlan.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-tlan.obj `if test -f 'tlan.c'; then $(CYGPATH_W) 'tlan.c'; else $(CYGPATH_W) '$(srcdir)/tlan.c'; fi` |
| |
| libdrivers_a-tulip.o: tulip.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-tulip.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-tulip.Tpo" -c -o libdrivers_a-tulip.o `test -f 'tulip.c' || echo '$(srcdir)/'`tulip.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-tulip.Tpo" "$(DEPDIR)/libdrivers_a-tulip.Po"; else rm -f "$(DEPDIR)/libdrivers_a-tulip.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tulip.c' object='libdrivers_a-tulip.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-tulip.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-tulip.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-tulip.o `test -f 'tulip.c' || echo '$(srcdir)/'`tulip.c |
| |
| libdrivers_a-tulip.obj: tulip.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-tulip.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-tulip.Tpo" -c -o libdrivers_a-tulip.obj `if test -f 'tulip.c'; then $(CYGPATH_W) 'tulip.c'; else $(CYGPATH_W) '$(srcdir)/tulip.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-tulip.Tpo" "$(DEPDIR)/libdrivers_a-tulip.Po"; else rm -f "$(DEPDIR)/libdrivers_a-tulip.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tulip.c' object='libdrivers_a-tulip.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-tulip.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-tulip.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-tulip.obj `if test -f 'tulip.c'; then $(CYGPATH_W) 'tulip.c'; else $(CYGPATH_W) '$(srcdir)/tulip.c'; fi` |
| |
| libdrivers_a-via-rhine.o: via-rhine.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-via-rhine.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-via-rhine.Tpo" -c -o libdrivers_a-via-rhine.o `test -f 'via-rhine.c' || echo '$(srcdir)/'`via-rhine.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-via-rhine.Tpo" "$(DEPDIR)/libdrivers_a-via-rhine.Po"; else rm -f "$(DEPDIR)/libdrivers_a-via-rhine.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='via-rhine.c' object='libdrivers_a-via-rhine.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-via-rhine.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-via-rhine.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-via-rhine.o `test -f 'via-rhine.c' || echo '$(srcdir)/'`via-rhine.c |
| |
| libdrivers_a-via-rhine.obj: via-rhine.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-via-rhine.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-via-rhine.Tpo" -c -o libdrivers_a-via-rhine.obj `if test -f 'via-rhine.c'; then $(CYGPATH_W) 'via-rhine.c'; else $(CYGPATH_W) '$(srcdir)/via-rhine.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-via-rhine.Tpo" "$(DEPDIR)/libdrivers_a-via-rhine.Po"; else rm -f "$(DEPDIR)/libdrivers_a-via-rhine.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='via-rhine.c' object='libdrivers_a-via-rhine.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-via-rhine.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-via-rhine.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-via-rhine.obj `if test -f 'via-rhine.c'; then $(CYGPATH_W) 'via-rhine.c'; else $(CYGPATH_W) '$(srcdir)/via-rhine.c'; fi` |
| |
| libdrivers_a-w89c840.o: w89c840.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-w89c840.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-w89c840.Tpo" -c -o libdrivers_a-w89c840.o `test -f 'w89c840.c' || echo '$(srcdir)/'`w89c840.c; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-w89c840.Tpo" "$(DEPDIR)/libdrivers_a-w89c840.Po"; else rm -f "$(DEPDIR)/libdrivers_a-w89c840.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='w89c840.c' object='libdrivers_a-w89c840.o' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-w89c840.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-w89c840.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-w89c840.o `test -f 'w89c840.c' || echo '$(srcdir)/'`w89c840.c |
| |
| libdrivers_a-w89c840.obj: w89c840.c |
| @am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-w89c840.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-w89c840.Tpo" -c -o libdrivers_a-w89c840.obj `if test -f 'w89c840.c'; then $(CYGPATH_W) 'w89c840.c'; else $(CYGPATH_W) '$(srcdir)/w89c840.c'; fi`; \ |
| @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-w89c840.Tpo" "$(DEPDIR)/libdrivers_a-w89c840.Po"; else rm -f "$(DEPDIR)/libdrivers_a-w89c840.Tpo"; exit 1; fi |
| @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='w89c840.c' object='libdrivers_a-w89c840.obj' libtool=no @AMDEPBACKSLASH@ |
| -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-w89c840.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-w89c840.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-w89c840.obj `if test -f 'w89c840.c'; then $(CYGPATH_W) 'w89c840.c'; else $(CYGPATH_W) '$(srcdir)/w89c840.c'; fi` |
| -uninstall-info-am: |
| + |
| +libdrivers_a-r8169.o: r8169.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-r8169.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-r8169.Tpo" -c -o libdrivers_a-r8169.o `test -f 'r8169.c' || echo '$(srcdir)/'`r8169.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-r8169.Tpo" "$(DEPDIR)/libdrivers_a-r8169.Po"; else rm -f "$(DEPDIR)/libdrivers_a-r8169.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='r8169.c' object='libdrivers_a-r8169.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-r8169.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-r8169.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-r8169.o `test -f 'r8169.c' || echo '$(srcdir)/'`r8169.c |
| + |
| +libdrivers_a-r8169.obj: r8169.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-r8169.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-r8169.Tpo" -c -o libdrivers_a-r8169.obj `if test -f 'r8169.c'; then $(CYGPATH_W) 'r8169.c'; else $(CYGPATH_W) '$(srcdir)/r8169.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-r8169.Tpo" "$(DEPDIR)/libdrivers_a-r8169.Po"; else rm -f "$(DEPDIR)/libdrivers_a-r8169.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='r8169.c' object='libdrivers_a-r8169.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-r8169.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-r8169.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-r8169.obj `if test -f 'r8169.c'; then $(CYGPATH_W) 'r8169.c'; else $(CYGPATH_W) '$(srcdir)/r8169.c'; fi` |
| + |
| +libdrivers_a-forcedeth.o: forcedeth.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-forcedeth.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-forcedeth.Tpo" -c -o libdrivers_a-forcedeth.o `test -f 'forcedeth.c' || echo '$(srcdir)/'`forcedeth.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-forcedeth.Tpo" "$(DEPDIR)/libdrivers_a-forcedeth.Po"; else rm -f "$(DEPDIR)/libdrivers_a-forcedeth.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='forcedeth.c' object='libdrivers_a-forcedeth.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-forcedeth.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-forcedeth.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-forcedeth.o `test -f 'forcedeth.c' || echo '$(srcdir)/'`forcedeth.c |
| + |
| +libdrivers_a-forcedeth.obj: forcedeth.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-forcedeth.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-forcedeth.Tpo" -c -o libdrivers_a-forcedeth.obj `if test -f 'forcedeth.c'; then $(CYGPATH_W) 'forcedeth.c'; else $(CYGPATH_W) '$(srcdir)/forcedeth.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-forcedeth.Tpo" "$(DEPDIR)/libdrivers_a-forcedeth.Po"; else rm -f "$(DEPDIR)/libdrivers_a-forcedeth.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='forcedeth.c' object='libdrivers_a-forcedeth.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-forcedeth.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-forcedeth.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-forcedeth.obj `if test -f 'forcedeth.c'; then $(CYGPATH_W) 'forcedeth.c'; else $(CYGPATH_W) '$(srcdir)/forcedeth.c'; fi` |
| + |
| +libdrivers_a-ns83820.o: ns83820.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-ns83820.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-ns83820.Tpo" -c -o libdrivers_a-ns83820.o `test -f 'ns83820.c' || echo '$(srcdir)/'`ns83820.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-ns83820.Tpo" "$(DEPDIR)/libdrivers_a-ns83820.Po"; else rm -f "$(DEPDIR)/libdrivers_a-ns83820.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ns83820.c' object='libdrivers_a-ns83820.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-ns83820.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-ns83820.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-ns83820.o `test -f 'ns83820.c' || echo '$(srcdir)/'`ns83820.c |
| + |
| +libdrivers_a-ns83820.obj: ns83820.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-ns83820.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-ns83820.Tpo" -c -o libdrivers_a-ns83820.obj `if test -f 'ns83820.c'; then $(CYGPATH_W) 'ns83820.c'; else $(CYGPATH_W) '$(srcdir)/ns83820.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-ns83820.Tpo" "$(DEPDIR)/libdrivers_a-ns83820.Po"; else rm -f "$(DEPDIR)/libdrivers_a-ns83820.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ns83820.c' object='libdrivers_a-ns83820.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-ns83820.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-ns83820.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-ns83820.obj `if test -f 'ns83820.c'; then $(CYGPATH_W) 'ns83820.c'; else $(CYGPATH_W) '$(srcdir)/ns83820.c'; fi` |
| + |
| +libdrivers_a-pnic.o: pnic.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pnic.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-pnic.Tpo" -c -o libdrivers_a-pnic.o `test -f 'pnic.c' || echo '$(srcdir)/'`pnic.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pnic.Tpo" "$(DEPDIR)/libdrivers_a-pnic.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pnic.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pnic.c' object='libdrivers_a-pnic.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pnic.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pnic.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pnic.o `test -f 'pnic.c' || echo '$(srcdir)/'`pnic.c |
| + |
| +libdrivers_a-pnic.obj: pnic.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pnic.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-pnic.Tpo" -c -o libdrivers_a-pnic.obj `if test -f 'pnic.c'; then $(CYGPATH_W) 'pnic.c'; else $(CYGPATH_W) '$(srcdir)/pnic.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pnic.Tpo" "$(DEPDIR)/libdrivers_a-pnic.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pnic.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pnic.c' object='libdrivers_a-pnic.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pnic.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pnic.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pnic.obj `if test -f 'pnic.c'; then $(CYGPATH_W) 'pnic.c'; else $(CYGPATH_W) '$(srcdir)/pnic.c'; fi` |
| + |
| +libdrivers_a-pnic_api.o: pnic_api.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pnic_api.o -MD -MP -MF "$(DEPDIR)/libdrivers_a-pnic_api.Tpo" -c -o libdrivers_a-pnic_api.o `test -f 'pnic_api.c' || echo '$(srcdir)/'`pnic_api.c; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pnic_api.Tpo" "$(DEPDIR)/libdrivers_a-pnic_api.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pnic_api.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pnic_api.c' object='libdrivers_a-pnic_api.o' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pnic_api.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pnic_api.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pnic_api.o `test -f 'pnic_api.c' || echo '$(srcdir)/'`pnic_api.c |
| + |
| +libdrivers_a-pnic_api.obj: pnic_api.c |
| +@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -MT libdrivers_a-pnic_api.obj -MD -MP -MF "$(DEPDIR)/libdrivers_a-pnic_api.Tpo" -c -o libdrivers_a-pnic_api.obj `if test -f 'pnic_api.c'; then $(CYGPATH_W) 'pnic_api.c'; else $(CYGPATH_W) '$(srcdir)/pnic_api.c'; fi`; \ |
| +@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/libdrivers_a-pnic_api.Tpo" "$(DEPDIR)/libdrivers_a-pnic_api.Po"; else rm -f "$(DEPDIR)/libdrivers_a-pnic_api.Tpo"; exit 1; fi |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pnic_api.c' object='libdrivers_a-pnic_api.obj' libtool=no @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/libdrivers_a-pnic_api.Po' tmpdepfile='$(DEPDIR)/libdrivers_a-pnic_api.TPo' @AMDEPBACKSLASH@ |
| +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
| +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libdrivers_a_CFLAGS) $(CFLAGS) -c -o libdrivers_a-pnic_api.obj `if test -f 'pnic_api.c'; then $(CYGPATH_W) 'pnic_api.c'; else $(CYGPATH_W) '$(srcdir)/pnic_api.c'; fi` |
| |
| ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
| list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
| @@ -817,11 +927,9 @@ |
| done | \ |
| $(AWK) ' { files[$$0] = 1; } \ |
| END { for (i in files) print i; }'`; \ |
| - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
| - test -n "$$unique" || unique=$$empty_fix; \ |
| - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| - $$tags $$unique; \ |
| - fi |
| + test -z "$(ETAGS_ARGS)$$tags$$unique" \ |
| + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
| + $$tags $$unique |
| ctags: CTAGS |
| CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
| $(TAGS_FILES) $(LISP) |
| @@ -895,7 +1003,7 @@ |
| clean-generic: |
| |
| distclean-generic: |
| - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
| + -rm -f $(CONFIG_CLEAN_FILES) |
| |
| maintainer-clean-generic: |
| @echo "This command is intended for maintainers to use" |
| @@ -962,10 +1070,10 @@ |
| |
| |
| # Is it really necessary to specify dependecies explicitly? |
| -$(3c509_drivers): 3c509.c 3c509.h |
| -$(3c509_drivers): %.o: 3c509.c |
| - $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| - $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| +#$(3c509_drivers): 3c509.c 3c509.h |
| +#$(3c509_drivers): %.o: 3c509.c |
| +# $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| +# $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| $(3c595_drivers): 3c595.c 3c595.h |
| $(3c595_drivers): %.o: 3c595.c |
| @@ -977,23 +1085,28 @@ |
| $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| $(NET_EXTRAFLAGS) $($(basename $@)_o_CFLAGS) -o $@ -c $< |
| |
| -$(cs89x0_drivers): cs89x0.c cs89x0.h |
| -$(cs89x0_drivers): %.o: cs89x0.c |
| - $(COMPILE) $(STAGE2_CFLAGS) -fno-builtin -nostdinc \ |
| |