DEADSOFTWARE

855cd8ade1cbe3d448849ff0b54b590dc31028f5
[bbcp.git] / BlackBox / _OpenBSD_ / Lin / Rsrc / loader / Makefile
1 # This is BSD Makefile
2 # BSD GNU
3 # ${.TARGET} $@
4 # ${.ALLSRC} $^
5 # ${.IMPSRC} $<
7 CFLAGS += -Wall -O0 -g
9 all: loader
11 # -pthread required to dlopen libraries that depends on pthread
13 loader: loader.c
14 ${CC} ${CFLAGS} -o ${.TARGET} ${.ALLSRC} -pthread -Wl,-z,'wxneeded'
16 clean:
17 rm -f loader