# Generated automatically from Makefile.in by configure.
SHELL=	 /bin/sh

GEN_H=	discuss_err.h rpc_et.h ss_err.h usp_et.h

FILES=	ansi.h atom.h globals.h internal.h mit-copyright.h rpc.h ss.h trn_spec.h

all:	$(GEN_H)
	cd discuss;	$(MAKE) $(MFLAGS) all

discuss_err.h:	../ets/discuss_err.et
	../et/compile_et ../ets/discuss_err.et; rm discuss_err.c

rpc_et.h:	../ets/rpc_et.et
	../et/compile_et ../ets/rpc_et.et; rm rpc_et.c

ss_err.h:	../ets/ss_err.et
	../et/compile_et ../ets/ss_err.et; rm ss_err.c

usp_et.h:	../ets/usp_et.et
	../et/compile_et ../ets/usp_et.et; rm usp_et.c


clean:
	rm -rf *~
	cd discuss	; $(MAKE) $(MFLAGS) clean

dist:	$(FILES) $(GEN_H) config.h.in
	-mkdir ../../dist/source/include
	tar cfr - config.h.in Makefile.in $(FILES) $(GEN_H) | \
		(cd ../../dist/source/include;tar xfp -)
