TIVI-153: Add as dependency for iputils
[profile/ivi/opensp.git] / lib / app_inst.m4
1 // Copyright (c) 1994 James Clark
2 // See the file COPYING for copying permission.
3
4 #include "splib.h"
5
6 #ifdef SP_MANUAL_INST
7
8 #define SP_DEFINE_TEMPLATES
9 #include "Vector.h"
10 #include "Owner.h"
11 #include "Options.h"
12 #undef SP_DEFINE_TEMPLATES
13
14 #include <stddef.h>
15 #include "CodingSystem.h"
16 #include "CmdLineApp.h"
17 #include "Event.h"
18
19 #ifdef SP_NAMESPACE
20 namespace SP_NAMESPACE {
21 #endif
22
23 __instantiate(Vector<const CmdLineApp::AppChar *>)
24 __instantiate(Owner<Encoder>)
25 __instantiate(Options<CmdLineApp::AppChar>)
26 __instantiate(Owner<EventHandler>)
27 __instantiate(Vector<MessageFragment>)
28 __instantiate(Vector<MessageType1>)
29 __instantiate(LongOption<CmdLineApp::AppChar>)
30 __instantiate(Vector<LongOption<CmdLineApp::AppChar> >)
31 __instantiate(Owner<OutputCharStream>)
32
33 #ifdef SP_NAMESPACE
34 }
35 #endif
36
37 #endif /* SP_MANUAL_INST */