# Makefile for Omega

default:
	@echo This is a minimal version of the Omega library distributed
	@echo as part of the Cabal package "Omega".
	@echo Please run Setup.hs to build.

all: oc petit

BASEDIR =.

libomega.a: always 
	cd omega_lib/obj; $(MAKE) libomega.a

depend: depend_all
clean: clean_all
veryclean: veryclean_all

SUBMAKE=$(MAKE)

include $(BASEDIR)/Makefile.rules
