Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / performance-tests / SCTP / SCTP.mpc
blobe8fddfa769adb0da2cb75d13c903d6068ce06075
1 // -*- MPC -*-
2 project(*SOCK_STREAM_clt) : aceexe {
3   avoids += ace_for_tao
4   exename = SOCK_STREAM_clt
5   source_files {
6     SOCK_STREAM_clt.cpp
7     Options_Manager.cpp
8     hist.cpp
9   }
11   // Some source code uses the sqrt and pow function and
12   // some UNIX operating systems need the math library to
13   // get the symbol.
14   verbatim(gnuace, local) {
15     LDLIBS += $(MATHLIB)
16   }
19 project(*SOCK_STREAM_srv) : aceexe {
20   exename = SOCK_STREAM_srv
21   source_files {
22     SOCK_STREAM_srv.cpp
23     Options_Manager.cpp
24   }
27 project(*SOCK_SEQPACK_clt) : aceexe {
28   avoids += ace_for_tao
29   exename = SOCK_SEQPACK_clt
30   source_files {
31     SOCK_SEQPACK_clt.cpp
32     Options_Manager.cpp
33     hist.cpp
34   }
36   // Some source code uses the sqrt and pow function and
37   // some UNIX operating systems need the math library to
38   // get the symbol.
39   verbatim(gnuace, local) {
40     LDLIBS += $(MATHLIB)
41   }
44 project(*SOCK_SEQPACK_srv) : aceexe {
45   avoids += ace_for_tao
46   exename = SOCK_SEQPACK_srv
47   source_files {
48     SOCK_SEQPACK_srv.cpp
49     Options_Manager.cpp
50   }
53 project(*SOCK_SEQPACK_Association_Test) : aceexe {
54   avoids += ace_for_tao
55   exename = SOCK_SEQPACK_Association_Test
56   source_files {
57     SOCK_SEQPACK_Association_Test.cpp
58   }