Initial commit
[amiga/OpenBoopsi.git] / Makefile
1 ##
2 ## $Id: Makefile,v 1.1 2000/01/12 20:37:38 bernie Exp $
3 ##
4 ##      This Makefile must be processed with GNU make 3.76.1
5 ##      which is available on Aminet: dev/c/make_bin.lha
6 ##
7 ## Copyright (C) 1999 by B. Innocenti & M. Cavalleri
8 ##
9
10 SUBDIRS := common classes images gadgets
11
12 include config.mk
13
14 ifeq ($(COMPILER),gcc)
15         TOP := $(shell pwd)
16 else
17         TOP := $(shell cd)
18 endif
19
20 include common/general.mk