Initial import.
Only templates for now. This is based on some code from 2013 and adds a proper build system and tests.
This commit is contained in:
commit
96dec81b87
21 changed files with 5444 additions and 0 deletions
11
extra.mk.in
Normal file
11
extra.mk.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
OBJWEB_SHARED_LIB = @OBJWEB_SHARED_LIB@
|
||||
OBJWEB_STATIC_LIB = @OBJWEB_STATIC_LIB@
|
||||
OBJWEB_LIB_MAJOR = 0
|
||||
OBJWEB_LIB_MINOR = 0
|
||||
OBJWEB_LIB_MAJOR_MINOR = ${OBJWEB_LIB_MAJOR}.${OBJWEB_LIB_MINOR}
|
||||
|
||||
EXCEPTIONS_A = @EXCEPTIONS_A@
|
||||
EXCEPTIONS_EXCEPTIONS_A = @EXCEPTIONS_EXCEPTIONS_A@
|
||||
EXCEPTIONS_EXCEPTIONS_LIB_A = @EXCEPTIONS_EXCEPTIONS_LIB_A@
|
||||
EXCEPTIONS_LIB_A = @EXCEPTIONS_LIB_A@
|
||||
RUN_TESTS = @RUN_TESTS@
|
Loading…
Add table
Add a link
Reference in a new issue