Add a proper build system

FossilOrigin-Name: 3bac4aa7d3604e08794a83ca9017fe0a21c33382b41a733325f2f969f3dc5e91
This commit is contained in:
Jonathan Schleifer 2016-05-07 11:58:32 +00:00
parent b28af99baa
commit 5e66df5cbf
14 changed files with 4943 additions and 462 deletions

8
extra.mk.in Normal file
View file

@ -0,0 +1,8 @@
OBJIRC_SHARED_LIB = @OBJIRC_SHARED_LIB@
OBJIRC_STATIC_LIB = @OBJIRC_STATIC_LIB@
OBJIRC_LIB_MAJOR = 0
OBJIRC_LIB_MINOR = 0
OBJIRC_LIB_MAJOR_MINOR = ${OBJIRC_LIB_MAJOR}.${OBJIRC_LIB_MINOR}
LIBOBJIRC_DEP = @LIBOBJIRC_DEP@
RUN_TESTS = @RUN_TESTS@