1 # Makefile for the Orinoco wireless card (Prism chipset)
12 # programs, flags, etc.
14 CFLAGS
= -I
$i $(CPROFILE
)
18 OBJ
= orinoco.o hermes.o
23 $(CC
) -o
$@
$(LDFLAGS
) $(OBJ
) $(LIBS
)
24 install -S
100kw
$(DRIVER
)
26 # install with other drivers
27 install: /usr
/sbin
/$(DRIVER
)
28 /usr
/sbin
/$(DRIVER
): $(DRIVER
)
29 install -o root
-cs
$?
$@
31 # clean up local files
33 rm -f
$(DRIVER
) *.o
*.bak
36 mkdep
"$(CC) -E $(CPPFLAGS)" *.c
> .depend
38 # Include generated dependencies.