X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=Makefile;h=a7334eec53188d380acf21b2d6afdf65491a2494;hp=072abdb0adce15021639efc782d545bfb0a92801;hb=e9070b6571e0fffb70b5a7f0625906d1627b37c1;hpb=e0e2d28078c8d84093d461df5b359e31ab8ff087 diff --git a/Makefile b/Makefile index 072abdb..a7334ee 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ obj = $(src:.cc=.o) $(csrc:.c=.o) dep = $(obj:.o=.d) bin = demo -#opt = -O3 -ffast-math +opt = -O3 -ffast-math dbg = -g incpath = -Isrc -Isrc/machine -I/usr/local/include `pkg-config --cflags sdl2` @@ -21,7 +21,7 @@ warn = -pedantic -Wall CFLAGS = $(warn) $(opt) $(dbg) $(incpath) -fopenmp CXXFLAGS = -std=c++11 $(warn) $(opt) $(dbg) $(incpath) -fopenmp LDFLAGS = $(libpath) -ldrawtext $(libgl_$(sys)) $(libal_$(sys)) -lm -lgmath -lvmath \ - -limago -lresman -lpthread -lassimp -ltreestore -lgoatvr \ + -limago -lresman -lpthread -lassimp -ltreestore -lgoatvr -lassman \ `pkg-config --libs sdl2 freetype2` -lpng -ljpeg -lz -lvorbisfile -lgomp sys ?= $(shell uname -s | sed 's/MINGW.*/mingw/') @@ -51,6 +51,10 @@ $(bin): .clang_complete $(obj) cross: $(MAKE) CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ sys=mingw +.PHONY: cross-clean +cross-clean: + $(MAKE) CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ sys=mingw clean + .PHONY: instalien instalien: demo.exe cp $< /alien/demo/$<