# Generated automatically from Makefile.in by configure.
TOP = .
srcdir = /export/home/thor/thor/linux/..
VPATH = /export/home/thor/thor/linux/..

CMP_INSTALL_DIR = /usr/local/bin

HOSTTYPE = `uname -m`

# We want the top-level Makefile to work even if we have not
# configured the system.  So, the top-level Makefile just
# includes commondefs.

include $(srcdir)/config/commondefs

SUBDIRS = bin config utils common fe or 

# Do not blow away top-level Makefile
CLOBBER = config/config.h config/Makedefs config.status .depend .configured\
	  config.log config.cache

# XXX
# We could depend on the rule for building config.status in commondefs,
# but that keeps sticking an extra "./" into srcdir every time.

config.status: $(srcdir)/configure
	if test -f config.status; then\
		config.status --recheck;\
	else\
		$(srcdir)/configure -no-create;\
	fi

$(srcdir)/configure: $(srcdir)/configure.in $(srcdir)/config/acaux.m4
	cd $(srcdir); autoconf 

save-cmp:
	@if [ ! -d cmp-exe ]; then mkdir cmp-exe; fi
	mv fe/fe cmp-exe/cmpfe
	mv client/C++/theta-compiler/theta cmp-exe/theta
	mv or/or cmp-exe/cmpor

install-cmp:
	cp cmp-exe/theta $(CMP_INSTALL_DIR)
	cp cmp-exe/cmpfe $(CMP_INSTALL_DIR)
	cp cmp-exe/cmpor $(CMP_INSTALL_DIR)

depend: Makefile
localdepend:
all:
	@$(ECHO) All done.
