#makefile created by Sven's plugin-make.pl
#(gimptool didn't quite work for me in win32. 
# This script creates a makefile using a tweaked version of gimptool outputs.)


lumtoalpha.exe : lumtoalpha.o
	c++ -o lumtoalpha.exe lumtoalpha.o -mno-cygwin -fnative-struct -O2 -Lc:/gimplibs/lib -lgimpui -lgimp -Lc:/gimplibs/lib -lgtk -lgdk -lgmodule-2.0 -lglib-2.0 -lintl -liconv  

lumtoalpha.o : lumtoalpha.cpp
	c++ -c lumtoalpha.cpp -mno-cygwin -fnative-struct -Ic:/gimplibs -Ic:/gimplibs/include -Ic:/gimplibs/lib/gtk+/include -Ic:/gimplibs/include/glib-2.0 -Ic:/gimplibs/lib/glib-2.0/include   -Ic:/gimplibs/include

clean:
	rm lumtoalpha.exe lumtoalpha.o