##
## $Id: Makefile,v 1.1 2000/01/12 20:37:38 bernie Exp $
##
##	This Makefile must be processed with GNU make 3.76.1
##	which is available on Aminet: dev/c/make_bin.lha
##
## Copyright (C) 1999 by B. Innocenti & M. Cavalleri
##

SUBDIRS := common classes images gadgets

include config.mk

ifeq ($(COMPILER),gcc)
	TOP := $(shell pwd)
else
	TOP := $(shell cd)
endif

include common/general.mk
