ifneq (.config,$(wildcard $(LIBGGI_TOPLEVEL)/.config))
LIBGGI_TOPLEVEL=$(shell pwd)/../../libggi
LIBGWT_TOPLEVEL=$(shell pwd)/..
CONFLEVEL=$(LIBGGI_TOPLEVEL)/../../config
endif
#include $(CONFLEVEL)/rules/defs
include $(CONFLEVEL)/rules/Linux
include $(CONFLEVEL)/rules/cpu

SHBINLDLIBS=-L$(LIBGWT_TOPLEVEL) -L$(LIBGGI_TOPLEVEL) -lggi -lgwt

INCS=-I$(LIBGWT_TOPLEVEL)/include -I$(LIBGGI_TOPLEVEL)/include

# Removed 'gwttest' target temporarily -- ortalo
# Everything is temporary currently....
SHBINS = test1 test2 test3 test4 test5 test6

SOURCES=$(SHBINS:%=%.c)

all::
	@echo Making demos ...

include $(LIBGWT_TOPLEVEL)/Makerules
