comparison test/callback_suite/mkfile @ 487:d8f0e6cecdab

- simplified test/callback_suite
author Tassilo Philipp
date Fri, 18 Mar 2022 09:47:18 +0100
parents 3e629dc19168
children 049e04af13c8
comparison
equal deleted inserted replaced
486:d160046da104 487:d8f0e6cecdab
1 #////////////////////////////////////////////////////////////////////////////// 1 #//////////////////////////////////////////////////////////////////////////////
2 # 2 #
3 # Copyright (c) 2013 Daniel Adler <dadler@uni-goettingen.de>, 3 # Copyright (c) 2013-2022 Daniel Adler <dadler@uni-goettingen.de>,
4 # Tassilo Philipp <tphilipp@potion-studios.com> 4 # Tassilo Philipp <tphilipp@potion-studios.com>
5 # 5 #
6 # Permission to use, copy, modify, and distribute this software for any 6 # Permission to use, copy, modify, and distribute this software for any
7 # purpose with or without fee is hereby granted, provided that the above 7 # purpose with or without fee is hereby granted, provided that the above
8 # copyright notice and this permission notice appear in all copies. 8 # copyright notice and this permission notice appear in all copies.
9 # 9 #
20 20
21 TOP = ../.. 21 TOP = ../..
22 <$TOP/buildsys/mk/prolog.mk 22 <$TOP/buildsys/mk/prolog.mk
23 23
24 24
25 UNITS = env handler sigstrings invokers do_test main print signature_utils 25 UNITS = env do_test main
26 APPLICATION = callback_suite 26 APPLICATION = callback_suite
27 LIBS = $TOP/dyncallback/libdyncallback_s.a$O 27 LIBS = $TOP/dyncallback/libdyncallback_s.a$O
28 28
29 29
30 <$TOP/buildsys/mk/epilog.mk 30 <$TOP/buildsys/mk/epilog.mk