1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
4#     Do not modify, all changes will be overwritten!
5# =========================================================================
6
7
8
9# -------------------------------------------------------------------------
10# These are configurable options:
11# -------------------------------------------------------------------------
12
13# The common installation prefix for header, data and library files
14PREFIX ?= C:\opt
15
16# The common installation prefix for binary and DLL files
17EXEC_PREFIX ?= C:\opt\bin
18
19
20
21# -------------------------------------------------------------------------
22# Do not modify the rest of this file!
23# -------------------------------------------------------------------------
24
25### Variables: ###
26
27
28### Conditionally set variables: ###
29
30
31
32### Targets: ###
33
34all: mmex
35
36install:
37
38uninstall:
39
40clean:
41	-if exist .\*.o del .\*.o
42	-if exist .\*.d del .\*.d
43	-if exist *$(BUILD_OPTS)-setup.exe del *$(BUILD_OPTS)-setup.exe
44
45mmex: mmex.iss
46	-"..\..\tools\upx.exe" --best "$(APP_EXE_PATH)"
47	iscc.exe mmex.iss -dAppExePath="$(APP_EXE_PATH)" -dBuildOpts="$(BUILD_OPTS)" -dCpuArch="$(CPU_ARCH)" -dCrtDlls="$(CRT_DLLS)" -dFormat="$(FORMAT)"
48
49.PHONY: all install uninstall clean mmex
50
51
52SHELL := $(COMSPEC)
53
54# Dependencies tracking:
55-include ./*.d
56