mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 17:14:28 +00:00
12 lines
292 B
Makefile
12 lines
292 B
Makefile
lib-so += libcriu
|
|
obj-y += criu.o
|
|
|
|
includes += -iquote $(obj)/../arch/$(ARCH)/include -iquote $(obj)/../include -iquote $(obj)/..
|
|
cflags-y += $(includes) -fPIC -Wa,--noexecstack -fno-stack-protector
|
|
cflags-so += -rdynamic
|
|
|
|
.SECONDARY:
|
|
|
|
ifneq ($(MAKECMDGOALS),clean)
|
|
incdeps := y
|
|
endif
|