head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	96.06.01.18.56.58;	author ghudson;	state Exp;
branches;
next	1.1;

1.1
date	93.11.21.08.31.49;	author miki;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Add Linux and NetBSD recognition.
@
text
@# $Id: Imakefile,v 1.1 1993/11/21 08:31:49 miki Exp ghudson $

#if defined(_AIX) && defined(i386)
MACHINE=ps2
#endif
#if defined(_AIX) && defined(_IBMR2)
MACHINE=rios
CDEBUG=
#endif
#if defined(sun) && defined(sparc)
MACHINE=sunos
#endif
#if defined(linux)
MACHINE=i386_linux
#endif
#if defined(__NetBSD__)
MACHINE=netbsd
#endif

build_program(mhconfig,mhconfig.o,,)

all:: MH configure

MH: MH.presed
	$(RM) MH
	sed -f MH.sed.$(MACHINE) MH.presed > MH

configure: MH mhconfig
	./mhconfig MH

clean::
	$(RM) MH
	$(RM) *.o _* :* */_* */:* */*/_* */*/:* 
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: Imakefile,v 1.4 92/07/20 15:10:50 miki Exp $
d13 7
@
