# Generated automatically from Makefile.in by configure. # Copyright (C) 1997-2000 SpellCaster Telecommunications Inc. # $Id: Makefile.in,v 1.1 2004/03/11 03:59:30 bcrl Exp $ # Released under the GNU Public License. See LICENSE file for details. # TOPDIR=../../.. include ../../../common.mak MODDIR = /lib/modules/`uname -r`/misc/ INSTALL = /usr/bin/install MANDIR = /usr/local/man SBINDIR = /sbin CC = gcc CFLAGS= -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -D_LOOSE_KERNEL_NAMES $(INC) $(MODVERSIONS) ifeq (alpha,$(ARCH)) CFLAGS+=-ffixed-8 -mno-fp-regs endif all: hisax.o # clean: $(RM) *.o distclean: clean $(RM) Makefile *.sw? *.bak install: all $(INSTALL) -d -o root -g root -m755 $(MODDIR) $(INSTALL) -o root -g root -m644 hisax.o $(MODDIR) uninstall: distclean $(RM) *.o OBJS = isdnl1.o tei.o isdnl2.o isdnl3.o lmgr.o q931.o callc.o fsm.o \ l3ni1.o diva.o isac.o arcofi.o hscx.o config.o cert.o \ l3dss1.o w6692.o hfc_2bds0.o hfc_2bs0.o hfc_pci.o \ hfc_sx.o hfcscard.o cert.o : $(CC) -D__KERNEL__ -D CERTIFICATION=1 $(INCLUDES) $(CFLAGS) -c cert.c config.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c config.c isdnl1.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c isdnl1.c isdnl2.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c isdnl2.c isdnl3.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c isdnl3.c l3ni1.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c l3ni1.c l3dss1.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c l3dss1.c tei.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c tei.c lmgr.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c lmgr.c callc.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c callc.c fsm.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c fsm.c q931.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c q931.c isac.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c isac.c diva.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c diva.c w6692.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c w6692.c hfc_2bds0.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c hfc_2bds0.c hfc_2bs0.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c hfc_2bs0.c hfc_pci.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c hfc_pci.c hfc_sx.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c hfc_sx.c hfcscard.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c hfcscard.c hscx.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c hscx.c arcofi.o: $(CC) -D__KERNEL__ $(INCLUDES) $(CFLAGS) -DEXPORT_SYMTAB -c arcofi.c hisax.o: $(OBJS) ld -m elf_i386 -r -o hisax.o $(OBJS)