TOP = ../../.. SWIG = $(TOP)/../swig SWIGOPT = SRCS = TARGET = simple INTERFACE = simple.i LIBS = -L../.. -lgifplot INCLUDE = -I../../Include all:: static static:: $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' \ INCLUDE='$(INCLUDE)' LIBS='$(LIBS)' SWIGOPT='$(SWIGOPT)' \ TARGET='gifguile' INTERFACE='$(INTERFACE)' guile_static clean:: rm -f *_wrap* *.o *~ *.so gifguile .~* core *.gif check: all