.SUFFIXES: ROOT = ../.. -include $(ROOT)/config.mk MOD_DIR = src/libtrace SO = libtrace.so TARGET = $(SO) include $(ROOT)/src/so.mk