1 # -*- Mode: makefile; -*- #
11 exe_sfx := .$(exe_ext)
13 mingw := i686-w64-mingw32
15 mingw_root := /usr/$(mingw)/sys-root/mingw
17 pkg_config_path := $(mingw_root)/lib/pkgconfig
24 $(COMPILE.cpp) $(OUTPUT_OPTION) $<
27 $(COMPILE.c) $(OUTPUT_OPTION) $<