-
Notifications
You must be signed in to change notification settings - Fork 15
/
libwvbase.list.do
76 lines (74 loc) · 1.36 KB
/
libwvbase.list.do
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
redo-ifchange config.od
. ./config.od
objs=$(cat <<-EOF
streams/wvconstream.o
streams/wvfdstream.o
streams/wvfile.o
streams/wvistreamlist.o
streams/wvlog.o
streams/wvstream.o
streams/wvstreamclone.o
uniconf/uniconf.o
uniconf/uniconfgen.o
uniconf/uniconfkey.o
uniconf/uniconfroot.o
uniconf/unihashtree.o
uniconf/uniinigen.o
uniconf/unilistiter.o
uniconf/unimountgen.o
uniconf/unitempgen.o
utils/wvattrs.o
utils/wvbackslash.o
utils/wvbuffer.o
utils/wvbufferstore.o
utils/wvcont.o
utils/wvcrashbase.o
utils/wvencoder.o
utils/wverror.o
utils/wvfork.o
utils/wvhash.o
utils/wvhashtable.o
utils/wvlinklist.o
utils/wvmoniker.o
utils/wvregex.o
utils/wvscatterhash.o
utils/wvsorter.o
utils/wvstreamsdebugger.o
utils/wvstring.o
utils/wvstringcache.o
utils/wvstringlist.o
utils/wvstringmask.o
utils/wvstrutils.o
utils/wvtask.o
utils/wvtclstring.o
utils/wvtimeutils.o
xplc-cxx/factory.o
xplc-cxx/getiface.o
xplc-cxx/strtouuid.o
xplc-cxx/uuidtostr.o
xplc-cxx/xplc.o
xplc/category.o
xplc/catiter.o
xplc/catmgr.o
xplc/loader.o
xplc/moduleloader.o
xplc/modulemgr.o
xplc/monikers.o
xplc/new.o
xplc/servmgr.o
xplc/statichandler.o
EOF
)
{
echo "$objs"
[ -z "$_WIN32" ] || dirs=win32 . ./objlist.od
} |
sort |
{
if [ -n "$_WIN32" ]; then
redo-ifchange not-win32.list
comm -2 -3 - not-win32.list
else
cat
fi
} >$3