targets=libBrowser cflags_force=`pkg-config --cflags libDesktop` -fPIC cflags=-W -Wall -g -O2 -D_FORTIFY_SOURCE=2 -fstack-protector ldflags_force=`pkg-config --libs libDesktop` -lintl ldflags=-Wl,-z,relro -Wl,-z,now dist=Makefile #modes [mode::embedded-debug] cppflags_force=-DEMBEDDED [mode::embedded-release] cppflags_force=-DEMBEDDED -DNDEBUG cflags=-W -Wall -O2 -D_FORTIFY_SOURCE=2 -fstack-protector [mode::release] cppflags_force=-DNDEBUG cflags=-W -Wall -O2 -D_FORTIFY_SOURCE=2 -fstack-protector #targets [libBrowser] type=library sources=vfs.c install=$(LIBDIR) #sources [vfs.c] depends=../../include/Browser/vfs.h