targets=plugins,vfs,tests.log cppflags_force=-I ../include cflags_force=`pkg-config --cflags libDesktop` cflags=-W -Wall -g -O2 -pedantic -fPIE -D_FORTIFY_SOURCE=2 -fstack-protector-all ldflags_force=`pkg-config --libs libDesktop` ldflags=-pie -Wl,-z,relro -Wl,-z,now dist=Makefile,tests.sh [plugins] type=binary sources=plugins.c [vfs] type=binary ldflags=-L$(OBJDIR)../src -Wl,-rpath,../src -lBrowser sources=vfs.c [tests.log] type=script script=./tests.sh depends=$(OBJDIR)plugins$(EXEEXT),$(OBJDIR)vfs$(EXEEXT),tests.sh