Add buildsys

FossilOrigin-Name: 561f525c5562e52d9782f6b4a39c390a2c4ee0552c0ec52cbf5c98f31f9a2957
This commit is contained in:
Jonathan Schleifer 2020-10-02 23:48:23 +00:00
parent 84a1e60fdb
commit fafad6f92d
13 changed files with 5376 additions and 0 deletions

11
src/exceptions/Makefile Normal file
View file

@ -0,0 +1,11 @@
include ../../extra.mk
STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A}
STATIC_LIB_NOINST = ${EXCEPTIONS_A}
INCLUDES = ${SRCS:.m=.h}
include ../../buildsys.mk
CPPFLAGS += -I. -I..