4 T_PRFFLAGS := ${T_DBGFLAGS} -pg
5 T_WARFLAGS := -Wall -Wextra -pedantic -ansi
7 G_CXXFLAGS := ${T_WARFLAGS}
9 G_CXXFLAGS += ${T_OPTFLAGS}
12 G_CXXFLAGS += ${T_OPTFLAGS}
14 G_CXXFLAGS += ${T_DBGFLAGS}
33 G_LIBGL := -lopengl32 -lglu32
34 G_LIBSDL := `/usr/mingw32/bin/sdl-config --libs`
37 G_LIBSDL := `sdl-config --libs`
44 G_OBJSDIR := objs-mingw32/
45 G_BINDIR := bin-mingw32/
58 PRNTFMT := printf "%-12s: %s\n"
60 PRNTFMT := printf "%-8s: %s\n"
66 # quiet the printf command
68 # quiet the command that is `replaced' by an echo
71 # EAT the printf command as if it was not there
72 Q1 := @true # NOTE: the space between @true and the # is VERY important!!
73 # do not quiet the command output
79 prefix := /usr/mingw32
83 exec_prefix := ${prefix}
84 includedir := ${prefix}/include
85 libdir := ${exec_prefix}/lib