Differences From Artifact [a92d5b9068]:
- File
extra.mk.in
— part of check-in
[ce5d486e9a]
at
2016-05-06 18:04:28
on branch trunk
— Initial import.
Only templates for now. This is based on some code from 2013 and adds a
proper build system and tests. (user: js, size: 392) [annotate] [blame] [check-ins using]
To Artifact [374584275d]:
- File extra.mk.in — part of check-in [22656812fc] at 2016-05-07 11:54:50 on branch trunk — configure: Properly set LIBOBJWEB_DEP (user: js, size: 424) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 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@ | > | 1 2 3 4 5 6 7 8 9 10 11 12 | 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@ LIBOBJWEB_DEP = @LIBOBJWEB_DEP@ RUN_TESTS = @RUN_TESTS@ |