# 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 include ../common.kernel.mak MODDIR = /lib/modules/`uname -r`/misc/ INSTALL = /usr/bin/install MANDIR = $(mandir) SBINDIR = /sbin CFLAGS = -fomit-frame-pointer -O2 -Wall -I../../include $(INC) $(MODVERSIONS) ifeq (alpha,$(ARCH)) CFLAGS+=-ffixed-8 -mno-fp-regs endif SUBDIRS=hisax all: create_links babhisax.o bhsctrl bhsctrl.8 subdirs-all clean: subdirs-clean remove_links $(RM) *.o $(RM) bhs.init $(RM) hisax $(RM) isdn.h $(RM) isdnif.h $(RM) bhsctrl $(RM) bhsctrl.8 distclean: subdirs-distclean clean remove_links $(RM) Makefile *.sw? *.bak install: all subdirs-install $(INSTALL) -d -o root -g root -m755 $(MODDIR) $(INSTALL) -o root -g root -m644 babhisax.o $(MODDIR) $(INSTALL) -o root -g root -m750 bhsctrl $(SBINDIR) $(INSTALL) -o root -g root -m644 bhsctrl.8 $(MANDIR)/man8 create_links: ./setup_links create remove_links: ./setup_links remove bhsctrl.8: cp ../scb/scbctrl.8 bhsctrl.8 bhsctrl: ( cd ../scb && make ../scb scbctrl ) || exit 1 cp ../scb/scbctrl bhsctrl uninstall: distclean $(RM) *.o