srcdir=../../../src ifeq ($(arch),) arch=i686-w64-mingw32 endif prefix=/usr/$(arch) CXX=$(arch)-g++ CXXFLAGS=-Wall -g PKGCONFIG=$(arch)-pkg-config WINDRES=$(arch)-windres include $(srcdir)/include.mak