From 94ed15969482f905a34df6f681008aa4f3464b9a Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 15 Oct 2006 14:04:22 +0000 Subject: 2006-10-15 Thomas Schwinge [task #5956 --- ``Automake'ify GNU Mach's code base''] * i386/Makefile.in: Move file... * i386/Makefrag.am: ... here. * i386/linux/Makefile.in: Remove file. --- ChangeLog | 4 + i386/Makefile.in | 217 ------------------------------------- i386/Makefrag.am | 217 +++++++++++++++++++++++++++++++++++++ i386/linux/Makefile.in | 283 ------------------------------------------------- 4 files changed, 221 insertions(+), 500 deletions(-) delete mode 100644 i386/Makefile.in create mode 100644 i386/Makefrag.am delete mode 100644 i386/linux/Makefile.in diff --git a/ChangeLog b/ChangeLog index 0de6f5e..fea1a55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ [task #5956 --- ``Automake'ify GNU Mach's code base''] + * i386/Makefile.in: Move file... + * i386/Makefrag.am: ... here. + * i386/linux/Makefile.in: Remove file. + * doc/Makefile.in: Remove file. * doc/Makefrag.am: New file. * tests/Makefrag.am: Likewise. diff --git a/i386/Makefile.in b/i386/Makefile.in deleted file mode 100644 index dc5c661..0000000 --- a/i386/Makefile.in +++ /dev/null @@ -1,217 +0,0 @@ -# Makefile for i386 -# Copyright 1999, 2006 Free Software Foundation, Inc. -# -# Permission to use, copy, modify and distribute this software and its -# documentation is hereby granted, provided that both the copyright -# notice and this permission notice appear in all copies of the -# software, derivative works or modified versions, and any portions -# thereof, and that both notices appear in supporting documentation. -# -# THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS -# "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY -# LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE -# USE OF THIS SOFTWARE. - - -# -# configure's findings. -# - -srcdir = @srcdir@ - -prefix = @prefix@ -exec_prefix = @exec_prefix@ -bindir = @bindir@ -bootdir = $(exec_prefix)/boot -datadir = @datadir@ -includedir = @includedir@ -infodir = @infodir@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -oldincludedir = @oldincludedir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ - -top_srcdir = @srcdir@/.. -top_builddir = ../ - - -# -# Default target -# - -all: - - -# Detect if the user wants LPR -ifeq ($(findstring -DMACH_LPR,@DEFS@),-DMACH_LPR) -enable_lpr=yes -else -enable_lpr=no -endif - - -# i386 Mach makefile fragment -# Copyright 1997, 1999 Free Software Foundation, Inc. -# -# Permission to use, copy, modify and distribute this software and its -# documentation is hereby granted, provided that both the copyright -# notice and this permission notice appear in all copies of the -# software, derivative works or modified versions, and any portions -# thereof, and that both notices appear in supporting documentation. -# -# THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS -# "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY -# LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE -# USE OF THIS SOFTWARE. - - -# Source files for any i386 kernel -i386at-files = autoconf.c conf.c cons_conf.c rtc.c \ - i386at_ds_routines.c immc.c int_init.c iopl.c kd.c kd_event.c \ - kd_mouse.c kd_queue.c model_dep.c pic_isa.c -i386-files = ast_check.c db_disasm.c db_interface.c db_trace.c debug_i386.c \ - fpe_linkage.c fpu.c gdt.c hardclock.c idt.c io_emulate.c io_map.c \ - iopb.c ktss.c kttd_interface.c ldt.c loose_ends.c mp_desc.c pcb.c \ - phys.c pic.c pit.c seg.c trap.c user_ldt.c -intel-files = pmap.c read_fault.c - -# Assembler source -i386at-Sfiles = boothdr.S interrupt.S kdasm.S -i386-Sfiles = cswitch.S debug_trace.S idt_inittab.S locore.S spl.S - -# Account for them in the image -objfiles += $(subst .c,.o,$(i386at-files) $(i386-files) $(intel-files)) \ - $(subst .S,.o,$(i386at-Sfiles) $(i386-Sfiles)) -vpath %.c $(srcdir)/i386at $(srcdir)/i386 $(srcdir)/intel -vpath %.S $(srcdir)/i386at $(srcdir)/i386 - -# Files from the generic source that we want -objfiles += busses.o cirbuf.o -# Hm. -vpath busses.c $(top_srcdir)/chips -vpath cirbuf.c $(top_srcdir)/device - -# Mig-generated -objfiles += mach_i386_server.o - -servers = $(filter %_server.o,$(objfiles)) - -# This file is only needed for KDB support. It'll be discarded at linking time -# if it's not needed. -objfiles += _setjmp.o - -# XXX: In i386, com is always enabled. -objfiles += com.o - -# This file is only needed for LPR support. -ifeq ($(enable_lpr),yes) -objfiles += lpr.o -endif - - - -# Where to find some things -vpath i386asm.sym $(srcdir)/i386 -vpath mach_i386.srv $(srcdir)/i386 - -# Our include files; they precede the generic ones. -INCLUDES = -I. -I$(srcdir)/i386at -I$(srcdir)/i386 -I$(srcdir)/include \ - -I$(srcdir)/include/mach/sa -I$(srcdir) - -# Static dependencies. - -# For building with `no_deps=t'. -boothdr.o: i386asm.h - -# -# Rules. -# - -all: sysdep.a - $(MAKE) -C linux $@ - -sysdep.a: $(objfiles) linux/linux.o - rm -f $@ - $(AR) cr $@ $^ - $(RANLIB) $@ - -check: - $(MAKE) -C linux $@ - -clean: - $(MAKE) -C linux $@ - rm -f sysdep.a - rm -f $(objfiles) $(subst .o,.d,$(objfiles)) - rm -f *.symc *.symc.o *_user.c *_server.c *.h *.cli.d *.srv.d - -distclean: clean - $(MAKE) -C linux $@ - rm -f Makefile Makerules - rm -f config.status config.log - -mostlyclean: distclean - $(MAKE) -C linux $@ - -maintainer-clean: mostlyclean - $(MAKE) -C linux $@ - rm -f $(srcdir)/configure - -linux/%: FORCE - $(MAKE) -C linux $(@F) -FORCE: - - -# -# Installation -# - -install: - $(MAKE) -C linux $@ - -installed-headers = $(addprefix mach/i386/, \ - asm.h boolean.h disk.h eflags.h exception.h fp_reg.h ioccom.h \ - kern_return.h mach_i386.defs mach_i386_types.h machine_types.defs \ - multiboot.h rpc.h syscall_sw.h thread_status.h trap.h vm_param.h \ - vm_types.h) - -installed-headers-names = $(addprefix $(includedir)/,$(installed-headers)) -$(installed-headers-names): $(includedir)/%: $(srcdir)/include/% - $(INSTALL_DATA) $< $@ - -install-headers: mkheaderdirs $(installed-headers-names) - ln -sfn $(systype) $(includedir)/mach/machine - $(MAKE) -C linux $@ - -install-kernel: - $(MAKE) -C linux $@ - -mkheaderdirs: - mkdir -p $(includedir)/mach/$(systype) - - -# -# Autoconf support -# - -$(srcdir)/configure: configure.in - cd $(srcdir) && autoconf - -Makefile: Makefile.in config.status - ./config.status $@ - -config.status: configure - ./config.status --recheck - -vpath %.in $(srcdir) -vpath configure $(srcdir) - - -# -# Makerules -# - -include $(top_builddir)/Makerules diff --git a/i386/Makefrag.am b/i386/Makefrag.am new file mode 100644 index 0000000..dc5c661 --- /dev/null +++ b/i386/Makefrag.am @@ -0,0 +1,217 @@ +# Makefile for i386 +# Copyright 1999, 2006 Free Software Foundation, Inc. +# +# Permission to use, copy, modify and distribute this software and its +# documentation is hereby granted, provided that both the copyright +# notice and this permission notice appear in all copies of the +# software, derivative works or modified versions, and any portions +# thereof, and that both notices appear in supporting documentation. +# +# THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS +# "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY +# LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE +# USE OF THIS SOFTWARE. + + +# +# configure's findings. +# + +srcdir = @srcdir@ + +prefix = @prefix@ +exec_prefix = @exec_prefix@ +bindir = @bindir@ +bootdir = $(exec_prefix)/boot +datadir = @datadir@ +includedir = @includedir@ +infodir = @infodir@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +oldincludedir = @oldincludedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +sysconfdir = @sysconfdir@ + +top_srcdir = @srcdir@/.. +top_builddir = ../ + + +# +# Default target +# + +all: + + +# Detect if the user wants LPR +ifeq ($(findstring -DMACH_LPR,@DEFS@),-DMACH_LPR) +enable_lpr=yes +else +enable_lpr=no +endif + + +# i386 Mach makefile fragment +# Copyright 1997, 1999 Free Software Foundation, Inc. +# +# Permission to use, copy, modify and distribute this software and its +# documentation is hereby granted, provided that both the copyright +# notice and this permission notice appear in all copies of the +# software, derivative works or modified versions, and any portions +# thereof, and that both notices appear in supporting documentation. +# +# THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS +# "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY +# LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE +# USE OF THIS SOFTWARE. + + +# Source files for any i386 kernel +i386at-files = autoconf.c conf.c cons_conf.c rtc.c \ + i386at_ds_routines.c immc.c int_init.c iopl.c kd.c kd_event.c \ + kd_mouse.c kd_queue.c model_dep.c pic_isa.c +i386-files = ast_check.c db_disasm.c db_interface.c db_trace.c debug_i386.c \ + fpe_linkage.c fpu.c gdt.c hardclock.c idt.c io_emulate.c io_map.c \ + iopb.c ktss.c kttd_interface.c ldt.c loose_ends.c mp_desc.c pcb.c \ + phys.c pic.c pit.c seg.c trap.c user_ldt.c +intel-files = pmap.c read_fault.c + +# Assembler source +i386at-Sfiles = boothdr.S interrupt.S kdasm.S +i386-Sfiles = cswitch.S debug_trace.S idt_inittab.S locore.S spl.S + +# Account for them in the image +objfiles += $(subst .c,.o,$(i386at-files) $(i386-files) $(intel-files)) \ + $(subst .S,.o,$(i386at-Sfiles) $(i386-Sfiles)) +vpath %.c $(srcdir)/i386at $(srcdir)/i386 $(srcdir)/intel +vpath %.S $(srcdir)/i386at $(srcdir)/i386 + +# Files from the generic source that we want +objfiles += busses.o cirbuf.o +# Hm. +vpath busses.c $(top_srcdir)/chips +vpath cirbuf.c $(top_srcdir)/device + +# Mig-generated +objfiles += mach_i386_server.o + +servers = $(filter %_server.o,$(objfiles)) + +# This file is only needed for KDB support. It'll be discarded at linking time +# if it's not needed. +objfiles += _setjmp.o + +# XXX: In i386, com is always enabled. +objfiles += com.o + +# This file is only needed for LPR support. +ifeq ($(enable_lpr),yes) +objfiles += lpr.o +endif + + + +# Where to find some things +vpath i386asm.sym $(srcdir)/i386 +vpath mach_i386.srv $(srcdir)/i386 + +# Our include files; they precede the generic ones. +INCLUDES = -I. -I$(srcdir)/i386at -I$(srcdir)/i386 -I$(srcdir)/include \ + -I$(srcdir)/include/mach/sa -I$(srcdir) + +# Static dependencies. + +# For building with `no_deps=t'. +boothdr.o: i386asm.h + +# +# Rules. +# + +all: sysdep.a + $(MAKE) -C linux $@ + +sysdep.a: $(objfiles) linux/linux.o + rm -f $@ + $(AR) cr $@ $^ + $(RANLIB) $@ + +check: + $(MAKE) -C linux $@ + +clean: + $(MAKE) -C linux $@ + rm -f sysdep.a + rm -f $(objfiles) $(subst .o,.d,$(objfiles)) + rm -f *.symc *.symc.o *_user.c *_server.c *.h *.cli.d *.srv.d + +distclean: clean + $(MAKE) -C linux $@ + rm -f Makefile Makerules + rm -f config.status config.log + +mostlyclean: distclean + $(MAKE) -C linux $@ + +maintainer-clean: mostlyclean + $(MAKE) -C linux $@ + rm -f $(srcdir)/configure + +linux/%: FORCE + $(MAKE) -C linux $(@F) +FORCE: + + +# +# Installation +# + +install: + $(MAKE) -C linux $@ + +installed-headers = $(addprefix mach/i386/, \ + asm.h boolean.h disk.h eflags.h exception.h fp_reg.h ioccom.h \ + kern_return.h mach_i386.defs mach_i386_types.h machine_types.defs \ + multiboot.h rpc.h syscall_sw.h thread_status.h trap.h vm_param.h \ + vm_types.h) + +installed-headers-names = $(addprefix $(includedir)/,$(installed-headers)) +$(installed-headers-names): $(includedir)/%: $(srcdir)/include/% + $(INSTALL_DATA) $< $@ + +install-headers: mkheaderdirs $(installed-headers-names) + ln -sfn $(systype) $(includedir)/mach/machine + $(MAKE) -C linux $@ + +install-kernel: + $(MAKE) -C linux $@ + +mkheaderdirs: + mkdir -p $(includedir)/mach/$(systype) + + +# +# Autoconf support +# + +$(srcdir)/configure: configure.in + cd $(srcdir) && autoconf + +Makefile: Makefile.in config.status + ./config.status $@ + +config.status: configure + ./config.status --recheck + +vpath %.in $(srcdir) +vpath configure $(srcdir) + + +# +# Makerules +# + +include $(top_builddir)/Makerules diff --git a/i386/linux/Makefile.in b/i386/linux/Makefile.in deleted file mode 100644 index b13663f..0000000 --- a/i386/linux/Makefile.in +++ /dev/null @@ -1,283 +0,0 @@ -# Makefile for Linux device drivers and the glue codes. -# Copyright 1998, 1999, 2006 Free Software Foundation, Inc. -# -# Permission to use, copy, modify and distribute this software and its -# documentation is hereby granted, provided that both the copyright -# notice and this permission notice appear in all copies of the -# software, derivative works or modified versions, and any portions -# thereof, and that both notices appear in supporting documentation. -# -# THE FREE SOFTWARE FOUNDATION ALLOWS FREE USE OF THIS SOFTWARE IN ITS -# "AS IS" CONDITION. THE FREE SOFTWARE FOUNDATION DISCLAIMS ANY -# LIABILITY OF ANY KIND FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE -# USE OF THIS SOFTWARE. - - -# -# configure's findings. -# - -srcdir = @srcdir@ - -prefix = @prefix@ -exec_prefix = @exec_prefix@ -bindir = @bindir@ -bootdir = $(exec_prefix)/boot -datadir = @datadir@ -includedir = @includedir@ -infodir = @infodir@ -libdir = @libdir@ -libexecdir = @libexecdir@ -localstatedir = @localstatedir@ -mandir = @mandir@ -oldincludedir = @oldincludedir@ -sbindir = @sbindir@ -sharedstatedir = @sharedstatedir@ -sysconfdir = @sysconfdir@ - -top_builddir = ../../ -sysdep=$(srcdir)/.. -linuxdir=../../linux -linuxsrcdir=$(srcdir)/$(linuxdir) - -systype=@systype@ -device_drivers=@device_drivers@ - - -# -# Default target -# - -all: - - - -# Files for driver support. -linux-c-files = version.c softirq.c delay.c dma.c resource.c printk.c \ - bios32.c irq.c ctype.c vsprintf.c main.c misc.c sched.c \ - kmem.c block.c setup.c - -# `dev' directory contains modified and glue source files. -vpath %.c $(linuxsrcdir)/dev/kernel -vpath %.c $(linuxsrcdir)/dev/init -vpath %.c $(linuxsrcdir)/dev/arch/$(systype)/kernel -vpath %.c $(linuxsrcdir)/dev/arch/$(systype)/lib -vpath %.c $(linuxsrcdir)/dev/glue -vpath %.c $(linuxsrcdir)/dev/lib - -# `src' directory contains original Linux source files. -vpath %.c $(linuxsrcdir)/src/kernel -vpath %.c $(linuxsrcdir)/src/init -vpath %.c $(linuxsrcdir)/src/arch/$(systype)/kernel -vpath %.c $(linuxsrcdir)/src/arch/$(systype)/lib -vpath %.c $(linuxsrcdir)/src/lib - - -# XXX: Assembly source files must be treated separately... Uggg... -linux-asm-files = semaphore.S -vpath %.S $(linuxsrcdir)/dev/arch/$(systype)/lib -vpath %.S $(linuxsrcdir)/src/arch/$(systype)/lib - - -# Linux device drivers. -linux-block-files = cmd640.c floppy.c genhd.c ide-cd.c ide.c rz1000.c triton.c -vpath %.c $(linuxsrcdir)/dev/drivers/block -vpath %.c $(linuxsrcdir)/src/drivers/block - -linux-net-files = auto_irq.c 3c501.c 3c503.c 3c505.c 3c507.c 3c509.c \ - 3c59x.c 3c515.c 8390.c Space.c ac3200.c apricot.c at1700.c atp.c \ - de4x5.c de600.c de620.c depca.c dev.c e2100.c eepro.c eepro100.c \ - eexpress.c epic100.c eth16i.c ewrk3.c fmv18x.c hp-plus.c hp.c hp100.c \ - lance.c ne.c ne2k-pci.c net_init.c ni52.c ni65.c pcnet32.c rtl8139.c \ - seeq8005.c sk_g16.c smc-ultra.c smc-ultra32.c tlan.c tulip.c \ - via-rhine.c wavelan.c wd.c yellowfin.c znet.c \ - cb_shim.c hamachi.c intel-gige.c myson803.c natsemi.c ns820.c \ - starfire.c sundance.c winbond-840.c \ - pci-scan.c \ - net.c - -vpath %.c $(linuxsrcdir)/dev/drivers/net -vpath %.c $(linuxsrcdir)/dev/net/core -vpath %.c $(linuxsrcdir)/src/drivers/net -vpath %.c $(linuxsrcdir)/src/net/core - -linux-pci-files = pci.c -vpath %.c $(linuxsrcdir)/dev/drivers/pci -vpath %.c $(linuxsrcdir)/src/drivers/pci - -linux-scsi-files = 53c78xx.c AM53C974.c BusLogic.c NCR53c406a.c advansys.c \ - aha152x.c aha1542.c aha1740.c aic7xxx.c constants.c dtc.c eata.c \ - eata_dma.c eata_pio.c fdomain.c g_NCR5380.c gdth.c hosts.c in2000.c \ - ncr53c8xx.c pas16.c ppa.c qlogicfas.c qlogicisp.c scsi.c scsi_ioctl.c \ - scsi_proc.c scsicam.c sd.c sd_ioctl.c seagate.c sr.c sr_ioctl.c \ - t128.c tmscsim.c u14-34f.c ultrastor.c wd7000.c -vpath %.c $(linuxsrcdir)/dev/drivers/scsi -vpath %.c $(linuxsrcdir)/src/drivers/scsi - - -# pcmcia-cs. - -linux-pcmcia-cs-modules-files = pcmcia.c cs.c ds.c rsrc_mgr.c bulkmem.c \ - cistpl.c pci_fixup.c i82365.c -vpath %.c $(linuxsrcdir)/pcmcia-cs/modules -vpath %.c $(linuxsrcdir)/pcmcia-cs/glue - -linux-pcmcia-cs-clients-files = 3c574_cs.c 3c589_cs.c axnet_cs.c fmvj18x_cs.c \ - nmclan_cs.c pcnet_cs.c smc91c92_cs.c xirc2ps_cs.c -vpath %.c $(linuxsrcdir)/pcmcia-cs/clients - -linux-pcmcia-cs-wireless-files = hermes.c orinoco.c orinoco_cs.c -vpath %.c $(linuxsrcdir)/pcmcia-cs/wireless - - -all-linux-files = $(linux-c-files) $(linux-block-files) \ - $(linux-net-files) $(linux-pci-files) $(linux-scsi-files) \ - $(linux-pcmcia-cs-modules-files) $(linux-pcmcia-cs-clients-files) \ - $(linux-pcmcia-cs-wireless-files) - -# These are always used. -objfiles := $(subst .c,.o, $(linux-c-files) $(linux-pci-files)) genhd.o -objfiles += $(subst .S,.o, $(linux-asm-files)) - -# These files need special flags for compilation; each one will -# have a variable like wd7000.c-linux-flags with those flags. -CFLAGS = $($(> $@; \ - done - for i in $(linux-block-files); do \ - echo $$i-linux-flags \ - '= $$(linux-gen-flags) $$(linux-block-flags)' >> $@; \ - done - for i in $(linux-net-files); do \ - echo $$i-linux-flags \ - '= $$(linux-gen-flags) $$(linux-net-flags)' >> $@; \ - done - for i in $(linux-pci-files); do \ - echo $$i-linux-flags \ - '= $$(linux-gen-flags) $$(linux-pci-flags)' >> $@; \ - done - for i in $(linux-scsi-files); do \ - echo $$i-linux-flags \ - '= $$(linux-gen-flags) $$(linux-scsi-flags)' >> $@; \ - done - for i in $(linux-pcmcia-cs-modules-files); do \ - echo $$i-linux-flags \ - '= $$(linux-pcmcia-cs-modules-flags) $$(linux-gen-flags)' >> $@; \ - done - for i in $(linux-pcmcia-cs-clients-files); do \ - echo $$i-linux-flags \ - '= $$(linux-pcmcia-cs-clients-flags) $$(linux-gen-flags)' >>$@; \ - done - for i in $(linux-pcmcia-cs-wireless-files); do \ - echo $$i-linux-flags \ - '= $$(linux-pcmcia-cs-wireless-flags) $$(linux-gen-flags)' >> $@; \ - done - for i in $(linux-asm-files); do \ - echo $$i-linux-flags '= $$(linux-asm-spec-flags)' >> $@; \ - done - echo 'linux-flags-done='$(all-linux-files) $(linux-asm-files) >> $@ - -# If we haven't included `linux-flags' properly, then don't try and build -# .d files. -ifneq ($(linux-flags-done),$(all-linux-files) $(linux-asm-files)) -no_deps=t -endif - -objfiles += $(sort $(device_drivers)) - - - -# Autoconf support - -$(srcdir)/configure: $(srcdir)/configure.ac $(srcdir)/../../Drivers.macros - cd $(srcdir) && autoconf - -Makefile device-drivers.h: %: $(srcdir)/%.in config.status - ./config.status $@ - -config.status: $(srcdir)/configure - ./config.status --recheck - -vpath %.in $(srcdir) -vpath configure $(srcdir) - - - -# Create a linuxdev object file. -all: linux.o - -linux.o: $(objfiles) $(srcdir)/configure - rm -f $@ - $(LD) -r -o $@ $(objfiles) - -check: - -install install-headers install-kernel: - -clean: - rm -f linux.o - rm -f linux-flags - rm -f $(objfiles) $(subst .o,.d,$(objfiles)) - -distclean: clean - rm -f Makefile Makerules device-drivers.h - rm -f config.status config.log - -mostlyclean: distclean - -maintainer-clean: mostlyclean - rm -f $(srcdir)/configure - - -# -# Makerules -# - -include $(top_builddir)/Makerules -- cgit v1.2.3