opnsense-src/packages/Python/lldbsuite/test/functionalities/load_unload/hidden/Makefile

11 lines
177 B
Makefile

LEVEL := ../../../make
LIB_PREFIX := loadunload_
DYLIB_NAME := $(LIB_PREFIX)d
DYLIB_CXX_SOURCES := d.cpp
DYLIB_ONLY := YES
CXXFLAGS += -fPIC
include $(LEVEL)/Makefile.rules