configure.ac: if neither boost nor tr1 is available, die right away.
[wvstreams.git] / win32.mk
blob2014a8b98762cb6c786b50281e55acec15161d70
2 libwvstatic.a: $(call objects,win32)
4 # object files that we replace completely for win32
5 OBJREPLACED=\
6 utils/wvtask.o \
8 # object files that we can't use in win32 for now, but which we should
9 # definitely fix
10 OBJFIXME=\
11 utils/wvsubprocqueue.o \
12 utils/wvsystem.o \
13 utils/wvregex.o \
14 utils/wvglob.o \
15 utils/wvglobdiriter.o \
16 utils/wvsubproc.o \
18 streams/wvatomicfile.o \
19 streams/wvlogrotator.o \
20 streams/wvpipe.o \
21 streams/wvwatcher.o \
23 ipstreams/wvunixsocket.o \
25 uniconf/unifilesystemgen.o \
27 # object files that we probably just shouldn't include in win32 libraries
28 OBJSKIP=$(OBJREPLACED) $(OBJFIXME) \
29 utils/strcrypt.o \
30 utils/wvfork.o \
31 utils/wvmagiccircle.o \
32 utils/wvshmzone.o \
33 utils/wvprociter.o \
35 streams/wvlockdev.o \
36 streams/wvlockfile.o \
37 streams/wvmagicloopback.o \
38 streams/wvmodem.o \
39 streams/wvsyslog.o \
40 streams/wvsubprocqueuestream.o \
42 ipstreams/wvipraw.o \
43 ipstreams/wvunixdgsocket.o \
45 uniconf/unigenhack.o \
46 uniconf/daemon/uniconfd.o \
48 TOBJFIXME=\
49 utils/t/wvsubprocqueue.t.o \
50 utils/t/wvsystem.t.o \
51 utils/t/wvpushdir.t.o \
53 streams/t/wvatomicfile.t.o \
54 streams/t/wvstreamsdaemon.t.o \
55 streams/t/wvpipe.t.o \
57 uniconf/t/uniconfd.t.o \
58 uniconf/t/uniconfgen-sanitytest.o \
59 uniconf/t/unicachegen.t.o \
60 uniconf/t/uniinigen.t.o \
61 uniconf/t/unireplicategen.t.o \
62 uniconf/t/uniretrygen.t.o \
63 uniconf/t/uniclientgen.t.o \
64 uniconf/t/uniunwrapgen.t.o \
65 uniconf/t/unitransactiongen.t.o \
66 uniconf/t/unicallbackgen.t.o \
67 uniconf/t/unimountgen.t.o \
68 uniconf/t/unisubtreegen.t.o \
69 uniconf/t/unipermgen.t.o \
70 uniconf/t/unidefgen.t.o \
71 uniconf/t/unifastregetgen.t.o \
72 uniconf/t/unitempgen.t.o \
73 uniconf/t/unireadonlygen.t.o \
74 uniconf/t/uniautogen.t.o \
75 uniconf/t/unilistgen.t.o \
77 TOBJSKIP=$(TOBJFIXME) \
78 utils/t/strcrypt.t.o \
79 utils/t/wvondiskhash.t.o \
80 utils/t/wvregex.t.o \
81 utils/t/wvglob.t.o \
82 utils/t/wvglobdiriter.t.o \
83 utils/t/wvprociter.t.o \
85 streams/t/wvmagicloopback.t.o \
86 streams/t/wvlogrotator.t.o \
87 streams/t/wvsubprocqueuestream.t.o \
88 streams/t/wvlockfile.t.o \
90 ipstreams/t/wvunixdgsocket.t.o \
91 ipstreams/t/wvunixsocket.t.o \
93 linuxstreams/t/wvpty.t.o \
95 uniconf/t/unitempgenvsdaemon.t.o \
97 PROGSKIP=\
98 ipstreams/tests/unixtest \
99 examples/wvgrep/wvgrep \
100 examples/wvgrep/wvegrep \
101 utils/tests/buffertest \
102 utils/tests/crashtest \
103 utils/tests/crashtest-nofd \
104 utils/tests/forktest \
105 utils/tests/magiccircletest \
106 utils/tests/proctest \
107 utils/tests/rateadjtest \
108 utils/tests/serializetest \
109 utils/tests/tasktest \
110 utils/tests/testtest \
111 streams/tests/logfiletest \
112 streams/tests/looptest \
113 streams/tests/modemtest \
114 streams/tests/pamtest \
115 streams/tests/pipetest \
116 streams/tests/syslogtest \
117 ipstreams/tests/iptest \
118 ipstreams/tests/ip2test \
119 ipstreams/tests/udglistentest \
120 ipstreams/tests/ulistentest \
121 ipstreams/tests/unixdgtest \
122 ipstreams/tests/xplctest \
123 ipstreams/tests/wsd \
124 crypto/tests/cryptotest \
125 linuxstreams/tests/aliastest \
126 linuxstreams/tests/dspechotest \
127 linuxstreams/tests/dsptest \
128 linuxstreams/tests/ifctest \
129 linuxstreams/tests/routetest \
130 uniconf/tests/unimem \
132 WV_EXCLUDES += $(OBJSKIP) $(TOBJSKIP) $(PROGSKIP)