LIBACKIS := libackis/ackiscomponent.d kxml/xml.d futures/future.d sqlib/mysql.d sqlib/mysql_wrapper.d -lmysqlclient RESDBASE := -o res_dbase res_dbase.d dbase: gdc $(RESDBASE) $(LIBACKIS) debug: gdc $(RESDBASE) $(LIBACKIS) -fdebug xdebug: gdc $(RESDBASE) $(LIBACKIS) -fdebug=2 xmldebug: gdc $(RESDBASE) $(LIBACKIS) -fdebug -fdebug=xml clean: rm -f *.o res_dbase