source: rtems/testsuites/psxtests/Makefile.am @ 5e5867a3

5
Last change on this file since 5e5867a3 was 5e5867a3, checked in by Vaibhav Gupta <vaibhavgupta40@…>, on 08/13/19 at 22:03:02

Add psxfenv01 test to psxtests

Note that this test requires a functional fenv implementation. Some
targets have multilib variants where the fenv implementation is not
100% passing.

  • Property mode set to 100755
File size: 59.9 KB
Line 
1#
2# POSIX Teststuite
3#
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8include $(top_srcdir)/../automake/compile.am
9
10psx_tests =
11psx_screens =
12psx_docs =
13psx_lib =
14
15support_includes = -I$(top_srcdir)/../support/include
16
17if TEST_psx01
18psx_tests += psx01
19psx01_SOURCES = psx01/init.c psx01/task.c psx01/system.h \
20        include/pmacros.h
21psx01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx01) \
22        $(support_includes) -I$(top_srcdir)/include
23endif
24
25if HAS_POSIX
26if TEST_psx02
27psx_tests += psx02
28psx_screens += psx02/psx02.scn
29psx02_SOURCES = psx02/init.c psx02/task.c psx02/system.h \
30        include/pmacros.h
31psx02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx02) \
32        $(support_includes) -I$(top_srcdir)/include
33endif
34endif
35
36if HAS_POSIX
37if TEST_psx03
38psx_tests += psx03
39psx_screens += psx03/psx03.scn
40psx03_SOURCES = psx03/init.c psx03/task.c psx03/system.h \
41        include/pmacros.h
42psx03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx03) \
43        $(support_includes) -I$(top_srcdir)/include
44endif
45endif
46
47if HAS_POSIX
48if TEST_psx04
49psx_tests += psx04
50psx_screens += psx04/psx04.scn
51psx04_SOURCES = psx04/init.c psx04/task1.c psx04/task2.c psx04/task3.c \
52        psx04/system.h include/pmacros.h
53psx04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx04) \
54        $(support_includes) -I$(top_srcdir)/include
55endif
56endif
57
58if TEST_psx05
59psx_tests += psx05
60psx_screens += psx05/psx05.scn
61psx05_SOURCES = psx05/init.c psx05/task.c psx05/task2.c psx05/task3.c \
62        psx05/system.h include/pmacros.h
63psx05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx05) \
64        $(support_includes) -I$(top_srcdir)/include
65endif
66
67if TEST_psx06
68psx_tests += psx06
69psx_screens += psx06/psx06.scn
70psx06_SOURCES = psx06/init.c psx06/task.c psx06/task2.c psx06/system.h \
71        include/pmacros.h
72psx06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx06) \
73        $(support_includes) -I$(top_srcdir)/include
74endif
75
76if TEST_psx07
77psx_tests += psx07
78psx_screens += psx07/psx07.scn
79psx_docs += psx07/psx07.doc
80psx07_SOURCES = psx07/init.c psx07/task.c psx07/system.h \
81        include/pmacros.h
82psx07_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx07) \
83        $(support_includes) -I$(top_srcdir)/include
84endif
85
86if TEST_psx08
87psx_tests += psx08
88psx_screens += psx08/psx08.scn
89psx08_SOURCES = psx08/init.c psx08/task1.c psx08/task2.c psx08/task3.c \
90        psx08/system.h include/pmacros.h
91psx08_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx08) \
92        $(support_includes) -I$(top_srcdir)/include
93endif
94
95if HAS_POSIX
96if TEST_psx09
97psx_tests += psx09
98psx_screens += psx09/psx09.scn
99psx09_SOURCES = psx09/init.c psx09/system.h include/pmacros.h
100psx09_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx09) \
101        $(support_includes) -I$(top_srcdir)/include
102endif
103endif
104
105if TEST_psx10
106psx_tests += psx10
107psx_screens += psx10/psx10.scn
108psx10_SOURCES = psx10/init.c psx10/task.c psx10/task2.c psx10/task3.c \
109        psx10/system.h include/pmacros.h
110psx10_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx10) \
111        $(support_includes) -I$(top_srcdir)/include
112endif
113
114if TEST_psx11
115psx_tests += psx11
116psx_screens += psx11/psx11.scn
117psx11_SOURCES = psx11/init.c psx11/task.c psx11/system.h \
118        include/pmacros.h
119psx11_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx11) \
120        $(support_includes) -I$(top_srcdir)/include
121endif
122
123if HAS_POSIX
124if TEST_psx12
125psx_tests += psx12
126psx_screens += psx12/psx12.scn
127psx12_SOURCES = psx12/init.c include/pmacros.h
128psx12_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx12) \
129        $(support_includes) -I$(top_srcdir)/include
130endif
131endif
132
133if TEST_psx13
134psx_tests += psx13
135psx_screens += psx13/psx13.scn
136psx13_SOURCES = psx13/main.c psx13/test.c include/pmacros.h
137psx13_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx13) \
138        $(support_includes) -I$(top_srcdir)/include
139endif
140
141if TEST_psx14
142psx_tests += psx14
143psx_screens += psx14/psx14.scn
144psx14_SOURCES = psx14/init.c psx14/system.h include/pmacros.h
145psx14_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx14) \
146        $(support_includes) -I$(top_srcdir)/include
147endif
148
149if TEST_psx15
150psx_tests += psx15
151psx_screens += psx15/psx15.scn
152psx15_SOURCES = psx15/init.c include/pmacros.h
153psx15_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx15) \
154        $(support_includes) -I$(top_srcdir)/include
155endif
156
157if TEST_psx16
158psx_tests += psx16
159psx_screens += psx16/psx16.scn
160psx16_SOURCES = psx16/init.c include/pmacros.h
161psx16_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psx16) \
162        $(support_includes) -I$(top_srcdir)/include
163endif
164
165if HAS_POSIX
166if TEST_psxaio01
167psx_tests += psxaio01
168psx_screens += psxaio01/psxaio01.scn
169psxaio01_SOURCES = psxaio01/init.c psxaio01/system.h include/pmacros.h
170psxaio01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxaio01) \
171        $(support_includes) -I$(top_srcdir)/include
172endif
173endif
174
175if HAS_POSIX
176if TEST_psxaio02
177psx_tests += psxaio02
178psx_screens += psxaio02/psxaio02.scn
179psxaio02_SOURCES = psxaio02/init.c psxaio02/system.h include/pmacros.h
180psxaio02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxaio02) \
181        $(support_includes) -I$(top_srcdir)/include
182endif
183endif
184
185if HAS_POSIX
186if TEST_psxaio03
187psx_tests += psxaio03
188psx_screens += psxaio03/psxaio03.scn
189psxaio03_SOURCES = psxaio03/init.c psxaio03/system.h include/pmacros.h
190psxaio03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxaio03) \
191        $(support_includes) -I$(top_srcdir)/include
192endif
193endif
194
195if HAS_POSIX
196if TEST_psxalarm01
197psx_tests += psxalarm01
198psx_screens += psxalarm01/psxalarm01.scn
199psx_docs += psxalarm01/psxalarm01.doc
200psxalarm01_SOURCES = psxalarm01/init.c include/pmacros.h
201psxalarm01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxalarm01) \
202        $(support_includes) -I$(top_srcdir)/include
203endif
204endif
205
206if TEST_psxautoinit01
207psx_tests += psxautoinit01
208psx_screens += psxautoinit01/psxautoinit01.scn
209psxautoinit01_SOURCES = psxautoinit01/init.c include/pmacros.h
210psxautoinit01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxautoinit01) \
211        $(support_includes) -I$(top_srcdir)/include
212endif
213
214if TEST_psxautoinit02
215psx_tests += psxautoinit02
216psx_screens += psxautoinit02/psxautoinit02.scn
217psx_docs += psxautoinit02/psxautoinit02.doc
218psxautoinit02_SOURCES = psxautoinit02/init.c include/pmacros.h
219psxautoinit02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxautoinit02) \
220        $(support_includes) -I$(top_srcdir)/include
221endif
222
223if TEST_psxbarrier01
224psx_tests += psxbarrier01
225psx_screens += psxbarrier01/psxbarrier01.scn
226psxbarrier01_SOURCES = psxbarrier01/main.c psxbarrier01/test.c \
227        include/pmacros.h
228psxbarrier01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxbarrier01) \
229        $(support_includes) -I$(top_srcdir)/include
230endif
231
232if TEST_psxcancel
233psx_tests += psxcancel
234psx_screens += psxcancel/psxcancel.scn
235psx_docs += psxcancel/psxcancel.doc
236psxcancel_SOURCES = psxcancel/init.c include/pmacros.h
237psxcancel_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcancel) \
238        $(support_includes) -I$(top_srcdir)/include
239endif
240
241if TEST_psxcancel01
242psx_tests += psxcancel01
243psx_screens += psxcancel01/psxcancel01.scn
244psx_docs += psxcancel01/psxcancel01.doc
245psxcancel01_SOURCES = psxcancel01/init.c include/pmacros.h
246psxcancel01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcancel01) \
247        $(support_includes) -I$(top_srcdir)/include
248endif
249
250if TEST_psxchroot01
251psx_tests += psxchroot01
252psx_screens += psxchroot01/psxchroot01.scn
253psxchroot01_SOURCES = psxchroot01/main.c psxchroot01/test.c \
254        include/pmacros.h
255psxchroot01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxchroot01) \
256        $(support_includes) -I$(top_srcdir)/include
257endif
258
259if HAS_POSIX
260if TEST_psxclassic01
261psx_tests += psxclassic01
262psx_screens += psxclassic01/psxclassic01.scn
263psx_docs += psxclassic01/psxclassic01.doc
264psxclassic01_SOURCES = psxclassic01/init.c include/pmacros.h
265psxclassic01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxclassic01) \
266        $(support_includes) -I$(top_srcdir)/include
267endif
268endif
269
270if TEST_psxcleanup
271psx_tests += psxcleanup
272psx_screens += psxcleanup/psxcleanup.scn
273psxcleanup_SOURCES = psxcleanup/psxcleanup.c psxcleanup/system.h \
274        include/pmacros.h
275psxcleanup_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcleanup) \
276        $(support_includes) -I$(top_srcdir)/include
277endif
278
279if TEST_psxcleanup01
280psx_tests += psxcleanup01
281psx_screens += psxcleanup01/psxcleanup01.scn
282psx_docs += psxcleanup01/psxcleanup01.doc
283psxcleanup01_SOURCES = psxcleanup01/init.c include/pmacros.h
284psxcleanup01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcleanup01) \
285        $(support_includes) -I$(top_srcdir)/include
286endif
287
288if TEST_psxcleanup02
289psx_tests += psxcleanup02
290psx_screens += psxcleanup02/psxcleanup02.scn
291psx_docs += psxcleanup02/psxcleanup02.doc
292psxcleanup02_SOURCES = psxcleanup02/init.c psxcleanup02/main.c
293psxcleanup02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcleanup02) \
294        $(support_includes)
295endif
296
297if TEST_psxclock
298psx_tests += psxclock
299psx_screens += psxclock/psxclock.scn
300psx_docs += psxclock/psxclock.doc
301psxclock_SOURCES = psxclock/init.c include/pmacros.h
302psxclock_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxclock) \
303        $(support_includes) -I$(top_srcdir)/include
304endif
305
306if TEST_psxclock01
307psx_tests += psxclock01
308psx_screens += psxclock01/psxclock01.scn
309psx_docs += psxclock01/psxclock01.doc
310psxclock01_SOURCES = psxclock01/init.c
311psxclock01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxclock01) \
312        $(support_includes) -I$(top_srcdir)/include
313endif
314
315if TEST_psxclockrealtime01
316psx_tests += psxclockrealtime01
317psx_screens += psxclockrealtime01/psxclockrealtime01.scn
318psx_docs += psxclockrealtime01/psxclockrealtime01.doc
319psxclockrealtime01_SOURCES = psxclockrealtime01/init.c
320psxclockrealtime01_CPPFLAGS = $(AM_CPPFLAGS) \
321        $(TEST_FLAGS_psxclockrealtime01) $(support_includes)
322endif
323
324if TEST_psxconcurrency01
325psx_tests += psxconcurrency01
326psx_screens += psxconcurrency01/psxconcurrency01.scn
327psx_docs += psxconcurrency01/psxconcurrency01.doc
328psxconcurrency01_SOURCES = psxconcurrency01/init.c include/pmacros.h
329psxconcurrency01_CPPFLAGS = $(AM_CPPFLAGS) \
330        $(TEST_FLAGS_psxconcurrency01) $(support_includes) \
331        -I$(top_srcdir)/include
332endif
333
334if TEST_psxcond01
335psx_tests += psxcond01
336psx_screens += psxcond01/psxcond01.scn
337psx_docs += psxcond01/psxcond01.doc
338psxcond01_SOURCES = psxcond01/init.c include/pmacros.h
339psxcond01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcond01) \
340        $(support_includes) -I$(top_srcdir)/include
341endif
342
343if TEST_psxcond02
344psx_tests += psxcond02
345psx_screens += psxcond02/psxcond02.scn
346psx_docs += psxcond02/psxcond02.doc
347psxcond02_SOURCES = psxcond02/init.c include/pmacros.h
348psxcond02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxcond02) \
349        $(support_includes) -I$(top_srcdir)/include
350endif
351
352if TEST_psxconfig01
353psx_tests += psxconfig01
354psx_screens += psxconfig01/psxconfig01.scn
355psx_docs += psxconfig01/psxconfig01.doc
356psxconfig01_SOURCES = psxconfig01/init.c include/pmacros.h
357psxconfig01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxconfig01) \
358        $(support_includes) -I$(top_srcdir)/include
359endif
360
361if TEST_psxdevctl01
362psx_tests += psxdevctl01
363psx_screens += psxdevctl01/psxdevctl01.scn
364psxdevctl01_SOURCES = psxdevctl01/main.c psxdevctl01/test.c \
365        include/pmacros.h
366psxdevctl01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxdevctl01) \
367        $(support_includes) -I$(top_srcdir)/include
368endif
369
370if HAS_POSIX
371if TEST_psxeintr_join
372psx_tests += psxeintr_join
373psx_screens += psxeintr_join/psxeintr_join.scn
374psx_docs += psxeintr_join/psxeintr_join.doc
375psxeintr_join_SOURCES = psxeintr_join/init.c
376psxeintr_join_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxeintr_join) \
377        $(support_includes) -I$(top_srcdir)/include
378endif
379endif
380
381if TEST_psxenosys
382psx_tests += psxenosys
383psx_screens += psxenosys/psxenosys.scn
384psx_docs += psxenosys/psxenosys.doc
385psxenosys_SOURCES = psxenosys/init.c psxenosys/system.h \
386        include/pmacros.h
387psxenosys_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxenosys) \
388        $(support_includes) -I$(top_srcdir)/include
389endif
390
391if TEST_psxfatal01
392psx_tests += psxfatal01
393psx_screens += psxfatal01/psxfatal01.scn
394psxfatal01_SOURCES = psxfatal_support/init.c psxfatal_support/system.h \
395        psxfatal01/testcase.h
396psxfatal01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfatal01) \
397        $(support_includes) -I$(top_srcdir)/psxfatal01
398endif
399
400if TEST_psxfatal02
401psx_tests += psxfatal02
402psx_screens += psxfatal02/psxfatal02.scn
403psxfatal02_SOURCES = psxfatal_support/init.c psxfatal_support/system.h \
404        psxfatal02/testcase.h
405psxfatal02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfatal02) \
406        $(support_includes) -I$(top_srcdir)/psxfatal02
407endif
408
409if TEST_psxfchx01
410psx_tests += psxfchx01
411psx_screens += psxfchx01/psxfchx01.scn
412psx_docs += psxfchx01/psxfchx01.doc
413psxfchx01_SOURCES = psxfchx01/init.c include/pmacros.h
414psxfchx01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfchx01) \
415        $(support_includes) -I$(top_srcdir)/include
416endif
417
418if HAS_FENV
419if TEST_psxfenv01
420psx_tests += psxfenv01
421psx_screens += psxfenv01/psxfenv01.scn
422psx_docs += psxfenv01/psxfenv01.doc
423psxfenv01_SOURCES = psxfenv01/init.c
424psxfenv01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfenv01) \
425       $(support_includes)
426psxfenv01_LDADD = -lm $(LDADD)
427endif
428endif
429
430if TEST_psxfile01
431psx_tests += psxfile01
432psx_screens += psxfile01/psxfile01.scn
433psxfile01_SOURCES = psxfile01/main.c psxfile01/test.c \
434        psxfile01/test_cat.c psxfile01/test_extend.c psxfile01/test_write.c \
435        include/pmacros.h
436psxfile01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfile01) \
437        $(support_includes) -I$(top_srcdir)/include
438endif
439
440if TEST_psxfile02
441psx_tests += psxfile02
442psx_screens += psxfile02/psxfile02.scn
443psx_docs += psxfile02/psxfile02.doc
444psxfile02_SOURCES = psxfile02/init.c ../support/src/spin.c
445psxfile02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfile02) \
446        $(support_includes)
447endif
448
449if TEST_psxfilelock01
450psx_tests += psxfilelock01
451psx_screens += psxfilelock01/psxfilelock01.scn
452psx_docs += psxfilelock01/psxfilelock01.doc
453psxfilelock01_SOURCES = psxfilelock01/init.c
454psxfilelock01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxfilelock01) \
455        $(support_includes)
456endif
457
458if TEST_psxgetattrnp01
459psx_tests += psxgetattrnp01
460psx_screens += psxgetattrnp01/psxgetattrnp01.scn
461psx_docs += psxgetattrnp01/psxgetattrnp01.doc
462psxgetattrnp01_SOURCES = psxgetattrnp01/init.c
463psxgetattrnp01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxgetattrnp01) \
464        $(support_includes) -I$(top_srcdir)/include
465endif
466
467if TEST_psxgetrusage01
468psx_tests += psxgetrusage01
469psx_screens += psxgetrusage01/psxgetrusage01.scn
470psx_docs += psxgetrusage01/psxgetrusage01.doc
471psxgetrusage01_SOURCES = psxgetrusage01/init.c ../support/src/spin.c
472psxgetrusage01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxgetrusage01) \
473        $(support_includes)
474endif
475
476if HAS_CPLUSPLUS
477if TEST_psxglobalcon01
478psx_tests += psxglobalcon01
479psx_screens += psxglobalcon01/psxglobalcon01.scn
480psx_docs += psxglobalcon01/psxglobalcon01.doc
481psxglobalcon01_SOURCES = psxglobalcon01/init.cc
482psxglobalcon01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxglobalcon01) \
483        $(support_includes)
484endif
485endif
486
487if HAS_CPLUSPLUS
488if TEST_psxglobalcon02
489psx_tests += psxglobalcon02
490psx_screens += psxglobalcon02/psxglobalcon02.scn
491psx_docs += psxglobalcon02/psxglobalcon02.doc
492psxglobalcon02_SOURCES = psxglobalcon02/init.cc
493psxglobalcon02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxglobalcon02) \
494        $(support_includes)
495endif
496endif
497
498if TEST_psxid01
499psx_tests += psxid01
500psx_screens += psxid01/psxid01.scn
501psx_docs += psxid01/psxid01.doc
502psxid01_SOURCES = psxid01/init.c
503psxid01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxid01) \
504        $(support_includes)
505endif
506
507if TEST_psximfs01
508psx_tests += psximfs01
509psx_screens += psximfs01/psximfs01.scn
510psx_docs += psximfs01/psximfs01.doc
511psximfs01_SOURCES = psximfs01/init.c
512psximfs01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psximfs01) \
513        $(support_includes)
514endif
515
516if TEST_psximfs02
517psx_tests += psximfs02
518psx_screens += psximfs02/psximfs02.scn
519psx_docs += psximfs02/psximfs02.doc
520psximfs02_SOURCES = psximfs02/init.c
521psximfs02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psximfs02) \
522        $(support_includes)
523endif
524
525if HAS_POSIX
526if TEST_psxintrcritical01
527psx_tests += psxintrcritical01
528psx_screens += psxintrcritical01/psxintrcritical01.scn
529psx_docs += psxintrcritical01/psxintrcritical01.doc
530psxintrcritical01_SOURCES = psxintrcritical01/init.c \
531        ../sptests/spintrcritical_support/intrcritical.c
532psxintrcritical01_CPPFLAGS = $(AM_CPPFLAGS) \
533        $(TEST_FLAGS_psxintrcritical01) $(support_includes) \
534        -I$(top_srcdir)/../sptests/spintrcritical_support
535endif
536endif
537
538if TEST_psxinttypes01
539psx_tests += psxinttypes01
540psxinttypes01_SOURCES = psxinttypes01/init.c
541psxinttypes01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxinttypes01) \
542       $(support_includes)
543endif
544
545if HAS_POSIX
546if TEST_psxitimer
547psx_tests += psxitimer
548psx_screens += psxitimer/psxitimer.scn
549psxitimer_SOURCES = psxitimer/init.c include/pmacros.h
550psxitimer_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxitimer) \
551        $(support_includes) -I$(top_srcdir)/include
552endif
553endif
554
555if TEST_psxkey01
556psx_tests += psxkey01
557psx_screens += psxkey01/psxkey01.scn
558psxkey01_SOURCES = psxkey01/init.c psxkey01/system.h include/pmacros.h \
559        ../support/src/test_support.c
560psxkey01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey01) \
561        $(support_includes) -I$(top_srcdir)/include
562endif
563
564if TEST_psxkey02
565psx_tests += psxkey02
566psx_screens += psxkey02/psxkey02.scn
567psx_docs += psxkey02/psxkey02.doc
568psxkey02_SOURCES = psxkey02/init.c
569psxkey02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey02) \
570        $(support_includes) -I$(top_srcdir)/include
571endif
572
573if TEST_psxkey03
574psx_tests += psxkey03
575psx_screens += psxkey03/psxkey03.scn
576psx_docs += psxkey03/psxkey03.doc
577psxkey03_SOURCES = psxkey03/init.c
578psxkey03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey03) \
579        $(support_includes) -I$(top_srcdir)/include
580endif
581
582if TEST_psxkey04
583psx_tests += psxkey04
584psx_screens += psxkey04/psxkey04.scn
585psx_docs += psxkey04/psxkey04.doc
586psxkey04_SOURCES = psxkey04/init.c
587psxkey04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey04) \
588        $(support_includes) -I$(top_srcdir)/include
589endif
590
591if TEST_psxkey05
592psx_tests += psxkey05
593psx_screens += psxkey05/psxkey05.scn
594psx_docs += psxkey05/psxkey05.doc
595psxkey05_SOURCES = psxkey05/init.c
596psxkey05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey05) \
597        $(support_includes) -I$(top_srcdir)/include
598endif
599
600if TEST_psxkey06
601psx_tests += psxkey06
602psx_screens += psxkey06/psxkey06.scn
603psx_docs += psxkey06/psxkey06.doc
604psxkey06_SOURCES = psxkey06/init.c
605psxkey06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey06) \
606        $(support_includes) -I$(top_srcdir)/include
607endif
608
609if TEST_psxkey07
610psx_tests += psxkey07
611psx_screens += psxkey07/psxkey07.scn
612psx_docs += psxkey07/psxkey07.doc
613psxkey07_SOURCES = psxkey07/init.c
614psxkey07_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey07) \
615        $(support_includes) -I$(top_srcdir)/include
616endif
617
618if TEST_psxkey08
619psx_tests += psxkey08
620psx_screens += psxkey08/psxkey08.scn
621psx_docs += psxkey08/psxkey08.doc
622psxkey08_SOURCES = psxkey08/init.c
623psxkey08_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey08) \
624        $(support_includes) -I$(top_srcdir)/include
625endif
626
627if TEST_psxkey09
628psx_tests += psxkey09
629psx_screens += psxkey09/psxkey09.scn
630psx_docs += psxkey09/psxkey09.doc
631psxkey09_SOURCES = psxkey09/init.c
632psxkey09_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey09) \
633        $(support_includes) -I$(top_srcdir)/include
634endif
635
636if TEST_psxkey10
637psx_tests += psxkey10
638psx_screens += psxkey10/psxkey10.scn
639psx_docs += psxkey10/psxkey10.doc
640psxkey10_SOURCES = psxkey10/init.c
641psxkey10_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxkey10) \
642        $(support_includes) -I$(top_srcdir)/include
643endif
644
645if TEST_psxmmap01
646psx_tests += psxmmap01
647psx_screens += psxmmap01/psxmmap01.scn
648psxmmap01_SOURCES = psxmmap01/init.c psxmmap01/test_helper.c \
649        psxmmap01/test_driver.c psxmmap01/system.h
650psxmmap01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmmap01) \
651        $(support_includes) -I$(top_srcdir)/include
652endif
653
654if TEST_psxmount
655psx_tests += psxmount
656psx_screens += psxmount/psxmount.scn
657psxmount_SOURCES = psxmount/main.c psxmount/test.c include/pmacros.h
658psxmount_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmount) \
659        $(support_includes) -I$(top_srcdir)/include
660endif
661
662if TEST_psxmsgq01
663psx_tests += psxmsgq01
664psx_screens += psxmsgq01/psxmsgq01.scn
665psxmsgq01_SOURCES = psxmsgq01/init.c psxmsgq01/system.h \
666        include/pmacros.h ../support/src/test_support.c
667psxmsgq01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmsgq01) \
668        $(support_includes) -I$(top_srcdir)/include
669endif
670
671if TEST_psxmsgq02
672psx_tests += psxmsgq02
673psx_screens += psxmsgq02/psxmsgq02.scn
674psxmsgq02_SOURCES = psxmsgq02/init.c psxmsgq02/system.h \
675        include/pmacros.h ../support/src/test_support.c
676psxmsgq02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmsgq02) \
677        $(support_includes) -I$(top_srcdir)/include
678endif
679
680if TEST_psxmsgq03
681psx_tests += psxmsgq03
682psx_screens += psxmsgq03/psxmsgq03.scn
683psx_docs += psxmsgq03/psxmsgq03.doc
684psxmsgq03_SOURCES = psxmsgq03/init.c psxmsgq03/system.h \
685        include/pmacros.h ../support/src/test_support.c
686psxmsgq03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmsgq03) \
687        $(support_includes) -I$(top_srcdir)/include
688endif
689
690if TEST_psxmsgq04
691psx_tests += psxmsgq04
692psx_screens += psxmsgq04/psxmsgq04.scn
693psx_docs += psxmsgq04/psxmsgq04.doc
694psxmsgq04_SOURCES = psxmsgq04/init.c include/pmacros.h \
695        ../support/src/test_support.c
696psxmsgq04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmsgq04) \
697        $(support_includes) -I$(top_srcdir)/include
698endif
699
700if TEST_psxmutexattr01
701psx_tests += psxmutexattr01
702psx_screens += psxmutexattr01/psxmutexattr01.scn
703psx_docs += psxmutexattr01/psxmutexattr01.doc
704psxmutexattr01_SOURCES = psxmutexattr01/init.c
705psxmutexattr01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxmutexattr01) \
706        $(support_includes) -I$(top_srcdir)/include
707endif
708
709if HAS_NDBM
710if TEST_psxndbm01
711psx_tests += psxndbm01
712psx_screens += psxndbm01/psxndbm01.scn
713psx_docs += psxndbm01/psxndbm01.doc
714psxndbm01_SOURCES = psxndbm01/init.c
715psxndbm01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxndbm01) \
716       $(support_includes)
717endif
718endif
719
720if TEST_psxobj01
721psx_tests += psxobj01
722psx_screens += psxobj01/psxobj01.scn
723psx_docs += psxobj01/psxobj01.doc
724psxobj01_SOURCES = psxobj01/init.c ../support/src/test_support.c
725psxobj01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxobj01) \
726        $(support_includes) -I$(top_srcdir)/include
727endif
728
729if TEST_psxonce01
730psx_tests += psxonce01
731psx_screens += psxonce01/psxonce01.scn
732psxonce01_SOURCES = psxonce01/init.c psxonce01/system.h \
733        include/pmacros.h
734psxonce01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxonce01) \
735        $(support_includes) -I$(top_srcdir)/include
736endif
737
738if TEST_psxpasswd01
739psx_tests += psxpasswd01
740psx_screens += psxpasswd01/psxpasswd01.scn
741psx_docs += psxpasswd01/psxpasswd01.doc
742psxpasswd01_SOURCES = psxpasswd01/init.c include/pmacros.h
743psxpasswd01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxpasswd01) \
744        $(support_includes) -I$(top_srcdir)/include
745endif
746
747if TEST_psxpasswd02
748psx_tests += psxpasswd02
749psx_screens += psxpasswd02/psxpasswd02.scn
750psx_docs += psxpasswd02/psxpasswd02.doc
751psxpasswd02_SOURCES = psxpasswd02/init.c include/pmacros.h
752psxpasswd02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxpasswd02) \
753        $(support_includes) -I$(top_srcdir)/include
754endif
755
756if TEST_psxpipe01
757psx_tests += psxpipe01
758psx_screens += psxpipe01/psxpipe01.scn
759psx_docs += psxpipe01/psxpipe01.doc
760psxpipe01_SOURCES = psxpipe01/init.c include/pmacros.h
761psxpipe01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxpipe01) \
762        $(support_includes) -I$(top_srcdir)/include
763endif
764
765if TEST_psxrdwrv
766psx_tests += psxrdwrv
767psx_screens += psxrdwrv/psxrdwrv.scn
768psxrdwrv_SOURCES = psxrdwrv/main.c psxrdwrv/test.c include/pmacros.h
769psxrdwrv_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxrdwrv) \
770        $(support_includes) -I$(top_srcdir)/include
771endif
772
773if TEST_psxreaddir
774psx_tests += psxreaddir
775psx_screens += psxreaddir/psxreaddir.scn
776psxreaddir_SOURCES = psxreaddir/main.c psxreaddir/test.c \
777        include/pmacros.h
778psxreaddir_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxreaddir) \
779        $(support_includes) -I$(top_srcdir)/include
780endif
781
782if TEST_psxrwlock01
783psx_tests += psxrwlock01
784psx_screens += psxrwlock01/psxrwlock01.scn
785psxrwlock01_SOURCES = psxrwlock01/main.c psxrwlock01/test.c \
786        include/pmacros.h
787psxrwlock01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxrwlock01) \
788        $(support_includes) -I$(top_srcdir)/include
789endif
790
791if TEST_psxsem01
792psx_tests += psxsem01
793psx_screens += psxsem01/psxsem01.scn
794psxsem01_SOURCES = psxsem01/init.c include/pmacros.h \
795        ../support/src/test_support.c
796psxsem01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsem01) \
797        $(support_includes) -I$(top_srcdir)/include
798endif
799
800if TEST_psxshm01
801psx_tests += psxshm01
802psx_screens += psxshm01/psxshm01.scn
803psxshm01_SOURCES = psxshm01/init.c psxshm01/system.h
804psxshm01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxshm01) \
805        $(support_includes) -I$(top_srcdir)/include
806endif
807
808if TEST_psxshm02
809psx_tests += psxshm02
810psx_screens += psxshm02/psxshm02.scn
811psxshm02_SOURCES = psxshm02/init.c psxshm02/system.h
812psxshm02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxshm02) \
813        $(support_includes) -I$(top_srcdir)/include
814endif
815
816if HAS_POSIX
817if TEST_psxsignal01
818psx_tests += psxsignal01
819psx_screens += psxsignal01/psxsignal01.scn
820psxsignal01_SOURCES = psxsignal01/init.c psxsignal01/task1.c \
821        psxsignal01/system.h include/pmacros.h
822psxsignal01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal01) \
823        $(support_includes) -I$(top_srcdir)/include
824endif
825endif
826
827if HAS_POSIX
828if TEST_psxsignal02
829psx_tests += psxsignal02
830psx_screens += psxsignal02/psxsignal02.scn
831psx_docs += psxsignal02/psxsignal02.doc
832psxsignal02_SOURCES = psxsignal02/init.c include/pmacros.h
833psxsignal02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal02) \
834        $(support_includes) -I$(top_srcdir)/include
835endif
836endif
837
838if HAS_POSIX
839if TEST_psxsignal03
840psx_tests += psxsignal03
841psx_screens += psxsignal03/psxsignal03.scn
842psx_docs += psxsignal03/psxsignal03.doc
843psxsignal03_SOURCES = psxsignal03/init.c include/pmacros.h
844psxsignal03_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal03) \
845        $(support_includes) -I$(top_srcdir)/include \
846        -DUSE_USER_SIGNALS_PROCESS
847endif
848endif
849
850if HAS_POSIX
851if TEST_psxsignal04
852psx_tests += psxsignal04
853psx_screens += psxsignal04/psxsignal04.scn
854psx_docs += psxsignal04/psxsignal04.doc
855psxsignal04_SOURCES = psxsignal03/init.c include/pmacros.h
856psxsignal04_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal04) \
857        $(support_includes) -I$(top_srcdir)/include \
858        -DUSE_REAL_TIME_SIGNALS_PROCESS
859endif
860endif
861
862if HAS_POSIX
863if TEST_psxsignal05
864psx_tests += psxsignal05
865psx_screens += psxsignal05/psxsignal05.scn
866psx_docs += psxsignal05/psxsignal05.doc
867psxsignal05_SOURCES = psxsignal05/init.c include/pmacros.h
868psxsignal05_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal05) \
869        $(support_includes) -I$(top_srcdir)/include
870endif
871endif
872
873if HAS_POSIX
874if TEST_psxsignal06
875psx_tests += psxsignal06
876psx_screens += psxsignal06/psxsignal06.scn
877psx_docs += psxsignal06/psxsignal06.doc
878psxsignal06_SOURCES = psxsignal06/init.c
879psxsignal06_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsignal06) \
880        $(support_includes) -I$(top_srcdir)/include
881endif
882endif
883
884if TEST_psxspin01
885psx_tests += psxspin01
886psx_screens += psxspin01/psxspin01.scn
887psxspin01_SOURCES = psxspin01/main.c psxspin01/test.c \
888        include/pmacros.h
889psxspin01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxspin01) \
890        $(support_includes) -I$(top_srcdir)/include
891endif
892
893if TEST_psxstack01
894psx_tests += psxstack01
895psx_screens += psxstack01/psxstack01.scn
896psx_docs += psxstack01/psxstack01.doc
897psxstack01_SOURCES = psxstack01/init.c include/pmacros.h
898psxstack01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxstack01) \
899        $(support_includes) -I$(top_srcdir)/include
900endif
901
902if TEST_psxstack02
903psx_tests += psxstack02
904psx_screens += psxstack02/psxstack02.scn
905psx_docs += psxstack02/psxstack02.doc
906psxstack02_SOURCES = psxstack02/init.c
907psxstack02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxstack02) \
908        $(support_includes) -I$(top_srcdir)/include
909endif
910
911if TEST_psxstat
912psx_tests += psxstat
913psx_screens += psxstat/psxstat.scn
914psxstat_SOURCES = psxstat/main.c psxstat/test.c include/pmacros.h
915psxstat_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxstat) \
916        $(support_includes) -I$(top_srcdir)/include
917endif
918
919if TEST_psxstrsignal01
920psx_tests += psxstrsignal01
921psx_screens += psxstrsignal01/psxstrsignal01.scn
922psx_docs += psxstrsignal01/psxstrsignal01.doc
923psxstrsignal01_SOURCES = psxstrsignal01/init.c include/pmacros.h
924psxstrsignal01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxstrsignal01) \
925        $(support_includes) -I$(top_srcdir)/include
926endif
927
928if TEST_psxsysconf
929psx_tests += psxsysconf
930psx_screens += psxsysconf/psxsysconf.scn
931psxsysconf_SOURCES = psxsysconf/init.c psxsysconf/system.h \
932        include/pmacros.h
933psxsysconf_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxsysconf) \
934        $(support_includes) -I$(top_srcdir)/include
935endif
936
937if TEST_psxthreadname01
938psx_tests += psxthreadname01
939psx_screens += psxthreadname01/psxthreadname01.scn
940psx_docs += psxthreadname01/psxthreadname01.doc
941psxthreadname01_SOURCES = psxthreadname01/init.c
942psxthreadname01_CPPFLAGS = $(AM_CPPFLAGS) \
943        $(TEST_FLAGS_psxthreadname01) $(support_includes)
944endif
945
946if TEST_psxtime
947psx_tests += psxtime
948psx_screens += psxtime/psxtime.scn
949psxtime_SOURCES = psxtime/main.c psxtime/test.c
950psxtime_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtime) \
951        $(support_includes)
952endif
953
954if HAS_POSIX
955if TEST_psxtimer01
956psx_tests += psxtimer01
957psx_screens += psxtimer01/psxtimer01.scn
958psxtimer01_SOURCES = psxtimer01/psxtimer.c psxtimer01/system.h \
959        include/pmacros.h
960psxtimer01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtimer01) \
961        $(support_includes) -I$(top_srcdir)/include
962endif
963endif
964
965if HAS_POSIX
966if TEST_psxtimer02
967psx_tests += psxtimer02
968psx_screens += psxtimer02/psxtimer02.scn
969psxtimer02_SOURCES = psxtimer02/psxtimer.c psxtimer02/system.h \
970        include/pmacros.h
971psxtimer02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtimer02) \
972        $(support_includes) -I$(top_srcdir)/include
973endif
974endif
975
976if TEST_psxtimes01
977psx_tests += psxtimes01
978psx_screens += psxtimes01/psxtimes01.scn
979psx_docs += psxtimes01/psxtimes01.doc
980psxtimes01_SOURCES = psxtimes01/init.c ../support/src/spin.c
981psxtimes01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxtimes01) \
982        $(support_includes)
983endif
984
985if HAS_POSIX
986if TEST_psxualarm
987psx_tests += psxualarm
988psx_screens += psxualarm/psxualarm.scn
989psxualarm_SOURCES = psxualarm/init.c psxualarm/system.h \
990        include/pmacros.h
991psxualarm_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxualarm) \
992        $(support_includes) -I$(top_srcdir)/include
993endif
994endif
995
996if TEST_psxusleep
997psx_tests += psxusleep
998psx_screens += psxusleep/psxusleep.scn
999psx_docs += psxusleep/psxusleep.doc
1000psxusleep_SOURCES = psxusleep/init.c include/pmacros.h
1001psxusleep_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_psxusleep) \
1002        $(support_includes) -I$(top_srcdir)/include
1003endif
1004
1005if TEST_lib_a
1006psx_lib += lib.a
1007lib_a_SOURCES = psxhdrs/devctl/posix_devctl.c \
1008        psxhdrs/pthread/pthread_attr_destroy.c \
1009        psxhdrs/pthread/pthread_attr_getdetachstate.c \
1010        psxhdrs/pthread/pthread_attr_getguardsize.c \
1011        psxhdrs/pthread/pthread_attr_getinheritsched.c \
1012        psxhdrs/pthread/pthread_attr_getschedparam.c \
1013        psxhdrs/pthread/pthread_attr_getschedpolicy.c \
1014        psxhdrs/pthread/pthread_attr_getscope.c \
1015        psxhdrs/pthread/pthread_attr_getstackaddr.c \
1016        psxhdrs/pthread/pthread_attr_getstack.c \
1017        psxhdrs/pthread/pthread_attr_getstacksize.c \
1018        psxhdrs/pthread/pthread_attr_init.c \
1019        psxhdrs/pthread/pthread_attr_setdetachstate.c \
1020        psxhdrs/pthread/pthread_attr_setguardsize.c \
1021        psxhdrs/pthread/pthread_attr_setinheritsched.c \
1022        psxhdrs/pthread/pthread_attr_setschedparam.c \
1023        psxhdrs/pthread/pthread_attr_setschedpolicy.c \
1024        psxhdrs/pthread/pthread_attr_setscope.c \
1025        psxhdrs/pthread/pthread_attr_setstackaddr.c \
1026        psxhdrs/pthread/pthread_attr_setstack.c \
1027        psxhdrs/pthread/pthread_attr_setstacksize.c \
1028        psxhdrs/pthread/pthread_cancel.c psxhdrs/pthread/pthread_cleanup.c \
1029        psxhdrs/pthread/pthread_condattr_destroy.c \
1030        psxhdrs/pthread/pthread_condattr_getpshared.c \
1031        psxhdrs/pthread/pthread_condattr_init.c \
1032        psxhdrs/pthread/pthread_condattr_setpshared.c \
1033        psxhdrs/pthread/pthread_cond_broadcast.c \
1034        psxhdrs/pthread/pthread_cond_destroy.c \
1035        psxhdrs/pthread/pthread_cond_init.c \
1036        psxhdrs/pthread/pthread_cond_signal.c \
1037        psxhdrs/pthread/pthread_cond_timedwait.c \
1038        psxhdrs/pthread/pthread_cond_wait.c psxhdrs/pthread/pthread_create.c \
1039        psxhdrs/pthread/pthread_detach.c psxhdrs/pthread/pthread_equal.c \
1040        psxhdrs/pthread/pthread_exit.c \
1041        psxhdrs/pthread/pthread_getconcurrency.c \
1042        psxhdrs/pthread/pthread_getcpuclockid.c \
1043        psxhdrs/pthread/pthread_getschedparam.c \
1044        psxhdrs/pthread/pthread_getspecific.c psxhdrs/pthread/pthread_join.c \
1045        psxhdrs/pthread/pthread_key_create.c \
1046        psxhdrs/pthread/pthread_key_delete.c \
1047        psxhdrs/pthread/pthread_mutexattr_destroy.c \
1048        psxhdrs/pthread/pthread_mutexattr_getprioceiling.c \
1049        psxhdrs/pthread/pthread_mutexattr_getprotocol.c \
1050        psxhdrs/pthread/pthread_mutexattr_getpshared.c \
1051        psxhdrs/pthread/pthread_mutexattr_init.c \
1052        psxhdrs/pthread/pthread_mutexattr_setprioceiling.c \
1053        psxhdrs/pthread/pthread_mutexattr_setprotocol.c \
1054        psxhdrs/pthread/pthread_mutexattr_setpshared.c \
1055        psxhdrs/pthread/pthread_mutex_destroy.c \
1056        psxhdrs/pthread/pthread_mutex_getprioceiling.c \
1057        psxhdrs/pthread/pthread_mutex_init.c \
1058        psxhdrs/pthread/pthread_mutex_lock.c \
1059        psxhdrs/pthread/pthread_mutex_setprioceiling.c \
1060        psxhdrs/pthread/pthread_mutex_timedlock.c \
1061        psxhdrs/pthread/pthread_mutex_trylock.c \
1062        psxhdrs/pthread/pthread_mutex_unlock.c psxhdrs/pthread/pthread_once.c \
1063        psxhdrs/pthread/pthread_self.c \
1064        psxhdrs/pthread/pthread_setcancelstate.c \
1065        psxhdrs/pthread/pthread_setcanceltype.c \
1066        psxhdrs/pthread/pthread_setconcurrency.c \
1067        psxhdrs/pthread/pthread_setschedparam.c \
1068        psxhdrs/pthread/pthread_setspecific.c \
1069        psxhdrs/pthread/pthread_testcancel.c psxhdrs/sched/sched_getparam.c \
1070        psxhdrs/sched/sched_get_priority_max.c \
1071        psxhdrs/sched/sched_get_priority_min.c \
1072        psxhdrs/sched/sched_getscheduler.c \
1073        psxhdrs/sched/sched_rr_get_interval.c psxhdrs/sched/sched_setparam.c \
1074        psxhdrs/sched/sched_setscheduler.c psxhdrs/sched/sched_yield.c \
1075        psxhdrs/signal/pthread_sigmask.c psxhdrs/signal/raise.c \
1076        psxhdrs/signal/signal.c psxhdrs/signal/sigpending.c \
1077        psxhdrs/signal/sigprocmask.c psxhdrs/signal/sigsuspend.c \
1078        psxhdrs/signal/sigtimedwait.c psxhdrs/signal/sigwait.c \
1079        psxhdrs/signal/sigwaitinfo.c psxhdrs/time/asctime.c \
1080        psxhdrs/time/asctime_r.c psxhdrs/time/clock.c \
1081        psxhdrs/time/clock_getcpuclockid.c psxhdrs/time/clock_getres.c \
1082        psxhdrs/time/clock_gettime.c psxhdrs/time/clock_nanosleep.c \
1083        psxhdrs/time/clock_settime.c psxhdrs/time/ctime.c \
1084        psxhdrs/time/ctime_r.c psxhdrs/time/difftime.c psxhdrs/time/gmtime.c \
1085        psxhdrs/time/gmtime_r.c psxhdrs/time/localtime.c \
1086        psxhdrs/time/localtime_r.c psxhdrs/time/mktime.c \
1087        psxhdrs/time/nanosleep.c psxhdrs/time/strftime.c psxhdrs/time/time.c \
1088        psxhdrs/time/timer_create.c psxhdrs/time/timer_delete.c \
1089        psxhdrs/time/timer_getoverrun.c psxhdrs/time/timer_gettime.c \
1090        psxhdrs/time/timer_settime.c psxhdrs/unistd/alarm.c \
1091        psxhdrs/unistd/fdatasync.c psxhdrs/unistd/fsync.c \
1092        psxhdrs/unistd/getegid.c psxhdrs/unistd/geteuid.c \
1093        psxhdrs/unistd/getgid.c psxhdrs/unistd/getgroups.c \
1094        psxhdrs/unistd/getlogin.c psxhdrs/unistd/getlogin_r.c \
1095        psxhdrs/unistd/getpgrp.c psxhdrs/unistd/getpid.c \
1096        psxhdrs/unistd/getppid.c psxhdrs/unistd/getuid.c \
1097        psxhdrs/unistd/pause.c psxhdrs/unistd/setgid.c \
1098        psxhdrs/unistd/setgroups.c psxhdrs/unistd/setpgid.c \
1099        psxhdrs/unistd/setsid.c psxhdrs/unistd/setuid.c \
1100        psxhdrs/unistd/sleep.c psxhdrs/unistd/sync.c psxhdrs/unistd/ualarm.c \
1101        psxhdrs/unistd/usleep.c psxhdrs/sys/mman/mlockall.c \
1102        psxhdrs/utime/utime.c \
1103        psxhdrs/wordexp/wordexp.c \
1104        psxhdrs/wordexp/wordfree.c \
1105        psxhdrs/sys/mman/mlock.c psxhdrs/sys/mman/mmap.c \
1106        psxhdrs/sys/mman/mprotect.c psxhdrs/sys/mman/msync.c \
1107        psxhdrs/sys/mman/munlockall.c psxhdrs/sys/mman/munlock.c \
1108        psxhdrs/sys/mman/munmap.c psxhdrs/sys/mman/posix_madvise.c \
1109        psxhdrs/sys/mman/shm_open.c psxhdrs/sys/mman/shm_unlink.c \
1110        psxhdrs/sys/socket/accept.c psxhdrs/sys/socket/bind.c \
1111        psxhdrs/sys/socket/connect.c psxhdrs/sys/socket/getpeername.c \
1112        psxhdrs/sys/socket/getsockname.c psxhdrs/sys/socket/getsockopt.c \
1113        psxhdrs/sys/socket/listen.c psxhdrs/sys/socket/recv.c \
1114        psxhdrs/sys/socket/recvfrom.c psxhdrs/sys/socket/recvmsg.c \
1115        psxhdrs/sys/socket/send.c psxhdrs/sys/socket/sendmsg.c \
1116        psxhdrs/sys/socket/sendto.c psxhdrs/sys/socket/setsockopt.c \
1117        psxhdrs/sys/socket/shutdown.c psxhdrs/sys/socket/socket.c \
1118        psxhdrs/sys/socket/socketpair.c \
1119        psxhdrs/sys/stat/chmod.c \
1120        psxhdrs/sys/stat/fchmodat.c \
1121        psxhdrs/sys/stat/fchmod.c \
1122        psxhdrs/sys/stat/fstatat.c \
1123        psxhdrs/sys/stat/fstat.c \
1124        psxhdrs/sys/stat/futimens.c \
1125        psxhdrs/sys/stat/lstat.c \
1126        psxhdrs/sys/stat/mkdirat.c \
1127        psxhdrs/sys/stat/mkdir.c \
1128        psxhdrs/sys/stat/mkfifoat.c \
1129        psxhdrs/sys/stat/mkfifo.c \
1130        psxhdrs/sys/stat/mknodat.c \
1131        psxhdrs/sys/stat/mknod.c \
1132        psxhdrs/sys/stat/stat.c \
1133        psxhdrs/sys/stat/umask.c \
1134        psxhdrs/sys/stat/utimensat.c \
1135        psxhdrs/sys/time/select.c \
1136        psxhdrs/sys/time/utimes.c \
1137        psxhdrs/sys/time/setitimer.c \
1138        psxhdrs/sys/time/getitimer.c \
1139        psxhdrs/sys/time/gettimeofday.c \
1140        psxhdrs/sys/utsname/uname.c \
1141        psxhdrs/dirent/alphasort.c \
1142        psxhdrs/dirent/closedir.c \
1143        psxhdrs/dirent/opendir.c \
1144        psxhdrs/dirent/readdir.c \
1145        psxhdrs/dirent/readdir_r.c \
1146        psxhdrs/dirent/rewinddir.c \
1147        psxhdrs/dirent/scandir.c \
1148        psxhdrs/dirent/seekdir.c \
1149        psxhdrs/dirent/telldir.c \
1150        psxhdrs/errno/errno.c \
1151        psxhdrs/glob/glob.c \
1152        psxhdrs/glob/globfree.c \
1153        psxhdrs/libgen/basename.c \
1154        psxhdrs/libgen/dirname.c \
1155        psxhdrs/math/acos.c \
1156        psxhdrs/math/acosf.c \
1157        psxhdrs/math/acosh.c \
1158        psxhdrs/math/acoshf.c \
1159        psxhdrs/math/acoshl.c \
1160        psxhdrs/math/acosl.c \
1161        psxhdrs/math/asin.c \
1162        psxhdrs/math/asinf.c \
1163        psxhdrs/math/asinh.c \
1164        psxhdrs/math/asinhf.c \
1165        psxhdrs/math/asinhl.c \
1166        psxhdrs/math/asinl.c \
1167        psxhdrs/math/atan2.c \
1168        psxhdrs/math/atan2f.c \
1169        psxhdrs/math/atan2l.c \
1170        psxhdrs/math/atan.c \
1171        psxhdrs/math/atanf.c \
1172        psxhdrs/math/atanh.c \
1173        psxhdrs/math/atanhf.c \
1174        psxhdrs/math/atanhl.c \
1175        psxhdrs/math/atanl.c \
1176        psxhdrs/math/cbrt.c \
1177        psxhdrs/math/cbrtf.c \
1178        psxhdrs/math/cbrtl.c \
1179        psxhdrs/math/ceil.c \
1180        psxhdrs/math/ceilf.c \
1181        psxhdrs/math/ceill.c \
1182        psxhdrs/math/copysign.c \
1183        psxhdrs/math/copysignf.c \
1184        psxhdrs/math/copysignl.c \
1185        psxhdrs/math/cos.c \
1186        psxhdrs/math/cosf.c \
1187        psxhdrs/math/cosh.c \
1188        psxhdrs/math/coshf.c \
1189        psxhdrs/math/coshl.c \
1190        psxhdrs/math/cosl.c \
1191        psxhdrs/math/erf.c \
1192        psxhdrs/math/erfc.c \
1193        psxhdrs/math/erfcf.c \
1194        psxhdrs/math/erfcl.c \
1195        psxhdrs/math/erff.c \
1196        psxhdrs/math/erfl.c \
1197        psxhdrs/math/exp2.c \
1198        psxhdrs/math/exp2f.c \
1199        psxhdrs/math/exp2l.c \
1200        psxhdrs/math/exp.c \
1201        psxhdrs/math/expf.c \
1202        psxhdrs/math/expl.c \
1203        psxhdrs/math/expm1.c \
1204        psxhdrs/math/expm1f.c \
1205        psxhdrs/math/expm1l.c \
1206        psxhdrs/math/fabs.c \
1207        psxhdrs/math/fabsf.c \
1208        psxhdrs/math/fabsl.c \
1209        psxhdrs/math/fdim.c \
1210        psxhdrs/math/fdimf.c \
1211        psxhdrs/math/fdiml.c \
1212        psxhdrs/math/floor.c \
1213        psxhdrs/math/floorf.c \
1214        psxhdrs/math/floorl.c \
1215        psxhdrs/math/fma.c \
1216        psxhdrs/math/fmaf.c \
1217        psxhdrs/math/fmal.c \
1218        psxhdrs/math/fmax.c \
1219        psxhdrs/math/fmaxf.c \
1220        psxhdrs/math/fmaxl.c \
1221        psxhdrs/math/fmin.c \
1222        psxhdrs/math/fminf.c \
1223        psxhdrs/math/fminl.c \
1224        psxhdrs/math/fmod.c \
1225        psxhdrs/math/fmodf.c \
1226        psxhdrs/math/fmodl.c \
1227        psxhdrs/math/fpclassify.c \
1228        psxhdrs/math/frexp.c \
1229        psxhdrs/math/frexpf.c \
1230        psxhdrs/math/frexpl.c \
1231        psxhdrs/math/hypot.c \
1232        psxhdrs/math/hypotf.c \
1233        psxhdrs/math/hypotl.c \
1234        psxhdrs/math/ilogb.c \
1235        psxhdrs/math/ilogbf.c \
1236        psxhdrs/math/ilogbl.c \
1237        psxhdrs/math/isfinite.c \
1238        psxhdrs/math/isgreater.c \
1239        psxhdrs/math/isgreaterequal.c \
1240        psxhdrs/math/isinf.c \
1241        psxhdrs/math/isless.c \
1242        psxhdrs/math/islessequal.c \
1243        psxhdrs/math/islessgreater.c \
1244        psxhdrs/math/isnan.c \
1245        psxhdrs/math/isnormal.c \
1246        psxhdrs/math/isunordered.c \
1247        psxhdrs/math/ldexp.c \
1248        psxhdrs/math/ldexpf.c \
1249        psxhdrs/math/ldexpl.c \
1250        psxhdrs/math/lgamma.c \
1251        psxhdrs/math/lgammaf.c \
1252        psxhdrs/math/lgammal.c \
1253        psxhdrs/math/llrint.c \
1254        psxhdrs/math/llrintf.c \
1255        psxhdrs/math/llrintl.c \
1256        psxhdrs/math/llround.c \
1257        psxhdrs/math/llroundf.c \
1258        psxhdrs/math/llroundl.c \
1259        psxhdrs/math/log10.c \
1260        psxhdrs/math/log10f.c \
1261        psxhdrs/math/log10l.c \
1262        psxhdrs/math/log1p.c \
1263        psxhdrs/math/log1pf.c \
1264        psxhdrs/math/log1pl.c \
1265        psxhdrs/math/log2.c \
1266        psxhdrs/math/log2f.c \
1267        psxhdrs/math/log2l.c \
1268        psxhdrs/math/logb.c \
1269        psxhdrs/math/logbf.c \
1270        psxhdrs/math/logbl.c \
1271        psxhdrs/math/log.c \
1272        psxhdrs/math/logf.c \
1273        psxhdrs/math/logl.c \
1274        psxhdrs/math/lrint.c \
1275        psxhdrs/math/lrintf.c \
1276        psxhdrs/math/lrintl.c \
1277        psxhdrs/math/lround.c \
1278        psxhdrs/math/lroundf.c \
1279        psxhdrs/math/lroundl.c \
1280        psxhdrs/math/modf.c \
1281        psxhdrs/math/modff.c \
1282        psxhdrs/math/modfl.c \
1283        psxhdrs/math/nan.c \
1284        psxhdrs/math/nanf.c \
1285        psxhdrs/math/nanl.c \
1286        psxhdrs/math/nearbyint.c \
1287        psxhdrs/math/nearbyintf.c \
1288        psxhdrs/math/nearbyintl.c \
1289        psxhdrs/math/nextafter.c \
1290        psxhdrs/math/nextafterf.c \
1291        psxhdrs/math/nextafterl.c \
1292        psxhdrs/math/nexttoward.c \
1293        psxhdrs/math/nexttowardf.c \
1294        psxhdrs/math/nexttowardl.c \
1295        psxhdrs/math/pow.c \
1296        psxhdrs/math/powf.c \
1297        psxhdrs/math/powl.c \
1298        psxhdrs/math/remainder.c \
1299        psxhdrs/math/remainderf.c \
1300        psxhdrs/math/remainderl.c \
1301        psxhdrs/math/remquo.c \
1302        psxhdrs/math/remquof.c \
1303        psxhdrs/math/remquol.c \
1304        psxhdrs/math/rint.c \
1305        psxhdrs/math/rintf.c \
1306        psxhdrs/math/rintl.c \
1307        psxhdrs/math/round.c \
1308        psxhdrs/math/roundf.c \
1309        psxhdrs/math/roundl.c \
1310        psxhdrs/math/scalbln.c \
1311        psxhdrs/math/scalblnf.c \
1312        psxhdrs/math/scalblnl.c \
1313        psxhdrs/math/scalbn.c \
1314        psxhdrs/math/scalbnf.c \
1315        psxhdrs/math/scalbnl.c \
1316        psxhdrs/math/signbit.c \
1317        psxhdrs/math/sin.c \
1318        psxhdrs/math/sinf.c \
1319        psxhdrs/math/sinh.c \
1320        psxhdrs/math/sinhf.c \
1321        psxhdrs/math/sinhl.c \
1322        psxhdrs/math/sinl.c \
1323        psxhdrs/math/sqrt.c \
1324        psxhdrs/math/sqrtf.c \
1325        psxhdrs/math/sqrtl.c \
1326        psxhdrs/math/tan.c \
1327        psxhdrs/math/tanf.c \
1328        psxhdrs/math/tanh.c \
1329        psxhdrs/math/tanhf.c \
1330        psxhdrs/math/tanhl.c \
1331        psxhdrs/math/tanl.c \
1332        psxhdrs/math/tgamma.c \
1333        psxhdrs/math/tgammaf.c \
1334        psxhdrs/math/tgammal.c \
1335        psxhdrs/math/trunc.c \
1336        psxhdrs/math/truncf.c \
1337        psxhdrs/math/truncl.c \
1338        psxhdrs/math/y0.c \
1339        psxhdrs/math/y0f.c \
1340        psxhdrs/math/y1.c \
1341        psxhdrs/math/y1f.c \
1342        psxhdrs/math/yn.c \
1343        psxhdrs/math/ynf.c \
1344        psxhdrs/mqueue/mq_open.c \
1345        psxhdrs/mqueue/mq_close.c \
1346        psxhdrs/mqueue/mq_getattr.c \
1347        psxhdrs/mqueue/mq_setattr.c \
1348        psxhdrs/mqueue/mq_notify.c \
1349        psxhdrs/mqueue/mq_receive.c \
1350        psxhdrs/mqueue/mq_send.c \
1351        psxhdrs/mqueue/mq_timedreceive.c \
1352        psxhdrs/mqueue/mq_timedsend.c \
1353        psxhdrs/mqueue/mq_unlink.c \
1354        psxhdrs/semaphore/sem_init.c \
1355        psxhdrs/semaphore/sem_destroy.c \
1356        psxhdrs/semaphore/sem_open.c \
1357        psxhdrs/semaphore/sem_close.c \
1358        psxhdrs/semaphore/sem_getvalue.c \
1359        psxhdrs/semaphore/sem_unlink.c \
1360        psxhdrs/semaphore/sem_post.c \
1361        psxhdrs/semaphore/sem_wait.c \
1362        psxhdrs/semaphore/sem_trywait.c \
1363        psxhdrs/semaphore/sem_timedwait.c \
1364        psxhdrs/stddef/offsetof.c \
1365        psxhdrs/stdio/clearerr.c \
1366        psxhdrs/stdio/ctermid.c \
1367        psxhdrs/stdio/dprintf.c \
1368        psxhdrs/stdio/fclose.c \
1369        psxhdrs/stdio/fdopen.c \
1370        psxhdrs/stdio/feof.c \
1371        psxhdrs/stdio/ferror.c \
1372        psxhdrs/stdio/fflush.c \
1373        psxhdrs/stdio/fgetc.c \
1374        psxhdrs/stdio/fgetpos.c \
1375        psxhdrs/stdio/fgets.c \
1376        psxhdrs/stdio/fileno.c \
1377        psxhdrs/stdio/flockfile.c \
1378        psxhdrs/stdio/fmemopen.c \
1379        psxhdrs/stdio/fopen.c \
1380        psxhdrs/stdio/fprintf.c \
1381        psxhdrs/stdio/fputc.c \
1382        psxhdrs/stdio/fputs.c \
1383        psxhdrs/stdio/fread.c \
1384        psxhdrs/stdio/freopen.c \
1385        psxhdrs/stdio/fscanf.c \
1386        psxhdrs/stdio/fseek.c \
1387        psxhdrs/stdio/fseeko.c \
1388        psxhdrs/stdio/fsetpos.c \
1389        psxhdrs/stdio/ftell.c \
1390        psxhdrs/stdio/ftello.c \
1391        psxhdrs/stdio/ftrylockfile.c \
1392        psxhdrs/stdio/funlockfile.c \
1393        psxhdrs/stdio/fwrite.c \
1394        psxhdrs/stdio/getc.c \
1395        psxhdrs/stdio/getc_unlocked.c \
1396        psxhdrs/stdio/getchar.c \
1397        psxhdrs/stdio/getchar_unlocked.c \
1398        psxhdrs/stdio/gets.c \
1399        psxhdrs/stdio/open_memstream.c \
1400        psxhdrs/stdio/perror.c \
1401        psxhdrs/stdio/printf.c \
1402        psxhdrs/stdio/putc.c \
1403        psxhdrs/stdio/putc_unlocked.c \
1404        psxhdrs/stdio/putchar.c \
1405        psxhdrs/stdio/putchar_unlocked.c \
1406        psxhdrs/stdio/puts.c \
1407        psxhdrs/stdio/remove.c \
1408        psxhdrs/stdio/rename.c \
1409        psxhdrs/stdio/rewind.c \
1410        psxhdrs/stdio/scanf.c \
1411        psxhdrs/stdio/setbuf.c \
1412        psxhdrs/stdio/setvbuf.c \
1413        psxhdrs/stdio/snprintf.c \
1414        psxhdrs/stdio/sprintf.c \
1415        psxhdrs/stdio/sscanf.c \
1416        psxhdrs/stdio/stderr.c \
1417        psxhdrs/stdio/stdin.c \
1418        psxhdrs/stdio/stdout.c \
1419        psxhdrs/stdio/tempnam.c \
1420        psxhdrs/stdio/tmpfile.c \
1421        psxhdrs/stdio/tmpnam.c \
1422        psxhdrs/stdio/ungetc.c \
1423        psxhdrs/stdio/vdprintf.c \
1424        psxhdrs/stdio/vfprintf.c \
1425        psxhdrs/stdio/vfscanf.c \
1426        psxhdrs/stdio/vprintf.c \
1427        psxhdrs/stdio/vscanf.c \
1428        psxhdrs/stdio/vsnprintf.c \
1429        psxhdrs/stdio/vsprintf.c \
1430        psxhdrs/stdio/vsscanf.c \
1431        psxhdrs/stdio/pclose.c \
1432        psxhdrs/stdio/popen.c \
1433        psxhdrs/string/memccpy.c \
1434        psxhdrs/string/memchr.c \
1435        psxhdrs/string/memcmp.c \
1436        psxhdrs/string/memcpy.c \
1437        psxhdrs/string/memmove.c \
1438        psxhdrs/string/memset.c \
1439        psxhdrs/string/stpcpy.c \
1440        psxhdrs/string/stpncpy.c \
1441        psxhdrs/string/strcat.c \
1442        psxhdrs/string/strchr.c \
1443        psxhdrs/string/strcmp.c \
1444        psxhdrs/string/strcoll.c \
1445        psxhdrs/string/strcoll_l.c \
1446        psxhdrs/string/strcpy.c \
1447        psxhdrs/string/strcspn.c \
1448        psxhdrs/string/strdup.c \
1449        psxhdrs/string/strerror.c \
1450        psxhdrs/string/strerror_l.c \
1451        psxhdrs/string/strerror_r.c \
1452        psxhdrs/string/strlen.c \
1453        psxhdrs/string/strncat.c \
1454        psxhdrs/string/strncmp.c \
1455        psxhdrs/string/strncpy.c \
1456        psxhdrs/string/strndup.c \
1457        psxhdrs/string/strnlen.c \
1458        psxhdrs/string/strpbrk.c \
1459        psxhdrs/string/strrchr.c \
1460        psxhdrs/string/strsignal.c \
1461        psxhdrs/string/strspn.c \
1462        psxhdrs/string/strstr.c \
1463        psxhdrs/string/strtok.c \
1464        psxhdrs/string/strtok_r.c \
1465        psxhdrs/string/strxfrm.c \
1466        psxhdrs/string/strxfrm_l.c \
1467        psxhdrs/strings/bcmp.c \
1468        psxhdrs/strings/bcopy.c \
1469        psxhdrs/strings/ffs.c \
1470        psxhdrs/strings/index.c \
1471        psxhdrs/strings/rindex.c \
1472        psxhdrs/strings/strcasecmp.c \
1473        psxhdrs/strings/strcasecmp_l.c \
1474        psxhdrs/strings/strncasecmp.c \
1475        psxhdrs/strings/strncasecmp_l.c \
1476        psxhdrs/dlfcn/dlopen.c \
1477        psxhdrs/dlfcn/dlclose.c \
1478        psxhdrs/dlfcn/dlerror.c \
1479        psxhdrs/dlfcn/dlsym.c \
1480        psxhdrs/fcntl/creat.c \
1481        psxhdrs/fcntl/fcntl.c \
1482        psxhdrs/fcntl/open.c \
1483        psxhdrs/fcntl/openat.c \
1484        psxhdrs/locale/newlocale.c \
1485        psxhdrs/locale/freelocale.c \
1486        psxhdrs/locale/uselocale.c \
1487        psxhdrs/locale/setlocale.c \
1488        psxhdrs/locale/duplocale.c \
1489        psxhdrs/locale/localeconv.c \
1490        psxhdrs/regex/regcomp.c \
1491        psxhdrs/regex/regerror.c \
1492        psxhdrs/regex/regexec.c \
1493        psxhdrs/regex/regfree.c \
1494        psxhdrs/fnmatch/fnmatch.c \
1495        psxhdrs/iconv/iconv.c \
1496        psxhdrs/iconv/iconv_close.c \
1497        psxhdrs/iconv/iconv_open.c \
1498        psxhdrs/regex/regfree.c \
1499        psxhdrs/langinfo/nl_langinfo.c \
1500        psxhdrs/langinfo/nl_langinfo_l.c \
1501        psxhdrs/assert/assert.c \
1502        psxhdrs/complex/cabs.c \
1503        psxhdrs/complex/cabsf.c \
1504        psxhdrs/complex/cabsl.c \
1505        psxhdrs/complex/cacos.c \
1506        psxhdrs/complex/cacosf.c \
1507        psxhdrs/complex/cacosh.c \
1508        psxhdrs/complex/cacoshf.c \
1509        psxhdrs/complex/cacoshl.c \
1510        psxhdrs/complex/cacosl.c \
1511        psxhdrs/complex/carg.c \
1512        psxhdrs/complex/cargf.c \
1513        psxhdrs/complex/cargl.c \
1514        psxhdrs/complex/casin.c \
1515        psxhdrs/complex/casinf.c \
1516        psxhdrs/complex/casinh.c \
1517        psxhdrs/complex/casinhf.c \
1518        psxhdrs/complex/casinhl.c \
1519        psxhdrs/complex/casinl.c \
1520        psxhdrs/complex/catan.c \
1521        psxhdrs/complex/catanf.c \
1522        psxhdrs/complex/catanh.c \
1523        psxhdrs/complex/catanhf.c \
1524        psxhdrs/complex/catanhl.c \
1525        psxhdrs/complex/catanl.c \
1526        psxhdrs/complex/ccos.c \
1527        psxhdrs/complex/ccosf.c \
1528        psxhdrs/complex/ccosh.c \
1529        psxhdrs/complex/ccoshf.c \
1530        psxhdrs/complex/ccoshl.c \
1531        psxhdrs/complex/ccosl.c \
1532        psxhdrs/complex/cexp.c \
1533        psxhdrs/complex/cexpf.c \
1534        psxhdrs/complex/cexpl.c \
1535        psxhdrs/complex/cimag.c \
1536        psxhdrs/complex/cimagf.c \
1537        psxhdrs/complex/cimagl.c \
1538        psxhdrs/complex/clog.c \
1539        psxhdrs/complex/clogf.c \
1540        psxhdrs/complex/clogl.c \
1541        psxhdrs/complex/conj.c \
1542        psxhdrs/complex/conjf.c \
1543        psxhdrs/complex/conjl.c \
1544        psxhdrs/complex/cpow.c \
1545        psxhdrs/complex/cpowf.c \
1546        psxhdrs/complex/cpowl.c \
1547        psxhdrs/complex/cproj.c \
1548        psxhdrs/complex/cprojf.c \
1549        psxhdrs/complex/cprojl.c \
1550        psxhdrs/complex/creal.c \
1551        psxhdrs/complex/crealf.c \
1552        psxhdrs/complex/creall.c \
1553        psxhdrs/complex/csin.c \
1554        psxhdrs/complex/csinf.c \
1555        psxhdrs/complex/csinh.c \
1556        psxhdrs/complex/csinhf.c \
1557        psxhdrs/complex/csinhl.c \
1558        psxhdrs/complex/csinl.c \
1559        psxhdrs/complex/csqrt.c \
1560        psxhdrs/complex/csqrtf.c \
1561        psxhdrs/complex/csqrtl.c \
1562        psxhdrs/complex/ctan.c \
1563        psxhdrs/complex/ctanf.c \
1564        psxhdrs/complex/ctanh.c \
1565        psxhdrs/complex/ctanhf.c \
1566        psxhdrs/complex/ctanhl.c \
1567        psxhdrs/complex/ctanl.c \
1568        psxhdrs/complex/ctanl.c \
1569        psxhdrs/ctype/isalnum.c \
1570        psxhdrs/ctype/isalnum_l.c \
1571        psxhdrs/ctype/isalpha.c \
1572        psxhdrs/ctype/isalpha_l.c \
1573        psxhdrs/ctype/isascii.c \
1574        psxhdrs/ctype/isblank.c \
1575        psxhdrs/ctype/isblank_l.c \
1576        psxhdrs/ctype/iscntrl.c \
1577        psxhdrs/ctype/iscntrl_l.c \
1578        psxhdrs/ctype/isdigit.c \
1579        psxhdrs/ctype/isdigit_l.c \
1580        psxhdrs/ctype/isgraph.c \
1581        psxhdrs/ctype/isgraph_l.c \
1582        psxhdrs/ctype/islower.c \
1583        psxhdrs/ctype/islower_l.c \
1584        psxhdrs/ctype/isprint.c \
1585        psxhdrs/ctype/isprint_l.c \
1586        psxhdrs/ctype/ispunct.c \
1587        psxhdrs/ctype/ispunct_l.c \
1588        psxhdrs/ctype/isspace.c \
1589        psxhdrs/ctype/isspace_l.c \
1590        psxhdrs/ctype/isupper.c \
1591        psxhdrs/ctype/isupper_l.c \
1592        psxhdrs/ctype/isxdigit.c \
1593        psxhdrs/ctype/isxdigit_l.c \
1594        psxhdrs/ctype/toascii.c \
1595        psxhdrs/ctype/tolower.c \
1596        psxhdrs/ctype/tolower_l.c \
1597        psxhdrs/ctype/toupper.c \
1598        psxhdrs/ctype/toupper_l.c \
1599        psxhdrs/wctype/iswalnum.c \
1600        psxhdrs/wctype/iswalnum_l.c \
1601        psxhdrs/wctype/iswalpha.c \
1602        psxhdrs/wctype/iswalpha_l.c \
1603        psxhdrs/wctype/iswblank.c \
1604        psxhdrs/wctype/iswblank_l.c \
1605        psxhdrs/wctype/iswcntrl.c \
1606        psxhdrs/wctype/iswcntrl_l.c \
1607        psxhdrs/wctype/iswctype.c \
1608        psxhdrs/wctype/iswctype_l.c \
1609        psxhdrs/wctype/iswdigit.c \
1610        psxhdrs/wctype/iswdigit_l.c \
1611        psxhdrs/wctype/iswgraph.c \
1612        psxhdrs/wctype/iswgraph_l.c \
1613        psxhdrs/wctype/iswlower.c \
1614        psxhdrs/wctype/iswlower_l.c \
1615        psxhdrs/wctype/iswprint.c \
1616        psxhdrs/wctype/iswprint_l.c \
1617        psxhdrs/wctype/iswpunct.c \
1618        psxhdrs/wctype/iswpunct_l.c \
1619        psxhdrs/wctype/iswspace.c \
1620        psxhdrs/wctype/iswspace_l.c \
1621        psxhdrs/wctype/iswupper.c \
1622        psxhdrs/wctype/iswupper_l.c \
1623        psxhdrs/wctype/iswxdigit.c \
1624        psxhdrs/wctype/iswxdigit_l.c \
1625        psxhdrs/wctype/towctrans.c \
1626        psxhdrs/wctype/towctrans_l.c \
1627        psxhdrs/wctype/towlower.c \
1628        psxhdrs/wctype/towlower_l.c \
1629        psxhdrs/wctype/wctrans.c \
1630        psxhdrs/wctype/wctrans_l.c \
1631        psxhdrs/wctype/wctype.c \
1632        psxhdrs/wctype/wctype_l.c \
1633        psxhdrs/inttypes/imaxabs.c \
1634        psxhdrs/inttypes/imaxdiv.c \
1635        psxhdrs/inttypes/strtoimax.c \
1636        psxhdrs/inttypes/strtoumax.c \
1637        psxhdrs/inttypes/wcstoimax.c \
1638        psxhdrs/inttypes/wcstoumax.c \
1639        psxhdrs/netdb/endhostent.c \
1640        psxhdrs/netdb/endnetent.c \
1641        psxhdrs/netdb/endprotoent.c \
1642        psxhdrs/netdb/endservent.c \
1643        psxhdrs/netdb/sethostent.c \
1644        psxhdrs/netdb/setnetent.c \
1645        psxhdrs/netdb/setservent.c \
1646        psxhdrs/netdb/gethostent.c \
1647        psxhdrs/netdb/getprotoent.c \
1648        psxhdrs/netdb/getnetent.c \
1649        psxhdrs/netdb/getservent.c \
1650        psxhdrs/netdb/freeaddrinfo.c \
1651        psxhdrs/netdb/gai_strerror.c \
1652        psxhdrs/netdb/getaddrinfo.c \
1653        psxhdrs/netdb/gethostbyaddr.c \
1654        psxhdrs/netdb/gethostbyname.c \
1655        psxhdrs/netdb/getnameinfo.c \
1656        psxhdrs/netdb/getnetbyname.c \
1657        psxhdrs/netdb/getprotobyname.c \
1658        psxhdrs/netdb/getprotobynumber.c \
1659        psxhdrs/netdb/getservbyname.c \
1660        psxhdrs/netdb/getservbyport.c \
1661        psxhdrs/netdb/h_errno.c \
1662        psxhdrs/net/if/if_freenameindex.c \
1663        psxhdrs/net/if/if_indextoname.c \
1664        psxhdrs/net/if/if_nameindex.c \
1665        psxhdrs/net/if/if_nametoindex.c \
1666        psxhdrs/arpa/inet/inet_addr.c \
1667        psxhdrs/arpa/inet/inet_ntop.c \
1668        psxhdrs/arpa/inet/inet_ntoa.c \
1669        psxhdrs/arpa/inet/inet_pton.c \
1670        psxhdrs/pwd/endpwent.c \
1671        psxhdrs/pwd/getpwent.c \
1672        psxhdrs/pwd/getpwnam.c \
1673        psxhdrs/pwd/getpwnam_r.c \
1674        psxhdrs/pwd/setpwent.c \
1675        psxhdrs/pwd/getpwuid.c \
1676        psxhdrs/pwd/getpwuid_r.c \
1677        psxhdrs/syslog/closelog.c \
1678        psxhdrs/syslog/openlog.c \
1679        psxhdrs/syslog/setlogmask.c \
1680        psxhdrs/syslog/syslog.c \
1681        psxhdrs/c11/threads/call_once.c \
1682        psxhdrs/c11/threads/cnd_broadcast.c \
1683        psxhdrs/c11/threads/cnd_destroy.c \
1684        psxhdrs/c11/threads/cnd_init.c \
1685        psxhdrs/c11/threads/cnd_signal.c \
1686        psxhdrs/c11/threads/cnd_timedwait.c \
1687        psxhdrs/c11/threads/cnd_wait.c \
1688        psxhdrs/c11/threads/mtx_init.c \
1689        psxhdrs/c11/threads/mtx_destroy.c \
1690        psxhdrs/c11/threads/mtx_lock.c \
1691        psxhdrs/c11/threads/mtx_timedlock.c \
1692        psxhdrs/c11/threads/mtx_trylock.c \
1693        psxhdrs/c11/threads/mtx_unlock.c \
1694        psxhdrs/c11/threads/thrd_create.c \
1695        psxhdrs/c11/threads/thrd_current.c \
1696        psxhdrs/c11/threads/thrd_detach.c \
1697        psxhdrs/c11/threads/thrd_equal.c \
1698        psxhdrs/c11/threads/thrd_exit.c \
1699        psxhdrs/c11/threads/thrd_join.c \
1700        psxhdrs/c11/threads/thrd_sleep.c \
1701        psxhdrs/c11/threads/thrd_yield.c \
1702        psxhdrs/c11/threads/tss_create.c \
1703        psxhdrs/c11/threads/tss_delete.c \
1704        psxhdrs/c11/threads/tss_get.c \
1705        psxhdrs/c11/threads/tss_set.c \
1706        psxhdrs/wchar/btowc.c \
1707        psxhdrs/wchar/fgetwc.c \
1708        psxhdrs/wchar/fgetws.c \
1709        psxhdrs/wchar/fputwc.c \
1710        psxhdrs/wchar/fputws.c \
1711        psxhdrs/wchar/fwide.c \
1712        psxhdrs/wchar/fwprintf.c \
1713        psxhdrs/wchar/fwscanf.c \
1714        psxhdrs/wchar/getwc.c \
1715        psxhdrs/wchar/getwchar.c \
1716        psxhdrs/wchar/iswalnum.c \
1717        psxhdrs/wchar/iswalpha.c \
1718        psxhdrs/wchar/iswcntrl.c \
1719        psxhdrs/wchar/iswctype.c \
1720        psxhdrs/wchar/iswdigit.c \
1721        psxhdrs/wchar/iswgraph.c \
1722        psxhdrs/wchar/iswlower.c \
1723        psxhdrs/wchar/iswprint.c \
1724        psxhdrs/wchar/iswpunct.c \
1725        psxhdrs/wchar/iswspace.c \
1726        psxhdrs/wchar/iswupper.c \
1727        psxhdrs/wchar/iswxdigit.c \
1728        psxhdrs/wchar/mbrlen.c \
1729        psxhdrs/wchar/mbrtowc.c \
1730        psxhdrs/wchar/mbsinit.c \
1731        psxhdrs/wchar/mbsnrtowcs.c \
1732        psxhdrs/wchar/mbsrtowcs.c \
1733        psxhdrs/wchar/open_wmemstream.c \
1734        psxhdrs/wchar/putwc.c \
1735        psxhdrs/wchar/putwchar.c \
1736        psxhdrs/wchar/swprintf.c \
1737        psxhdrs/wchar/swscanf.c \
1738        psxhdrs/wchar/towlower.c \
1739        psxhdrs/wchar/towupper.c \
1740        psxhdrs/wchar/ungetwc.c \
1741        psxhdrs/wchar/vfwprintf.c \
1742        psxhdrs/wchar/vfwscanf.c \
1743        psxhdrs/wchar/vswprintf.c \
1744        psxhdrs/wchar/vswscanf.c \
1745        psxhdrs/wchar/vwprintf.c \
1746        psxhdrs/wchar/vwscanf.c \
1747        psxhdrs/wchar/wcpcpy.c \
1748        psxhdrs/wchar/wcpncpy.c \
1749        psxhdrs/wchar/wcrtomb.c \
1750        psxhdrs/wchar/wcscasecmp.c \
1751        psxhdrs/wchar/wcscasecmp_l.c \
1752        psxhdrs/wchar/wcscat.c \
1753        psxhdrs/wchar/wcschr.c \
1754        psxhdrs/wchar/wcscmp.c \
1755        psxhdrs/wchar/wcscoll.c \
1756        psxhdrs/wchar/wcscoll_l.c \
1757        psxhdrs/wchar/wcscpy.c \
1758        psxhdrs/wchar/wcscspn.c \
1759        psxhdrs/wchar/wcsdup.c \
1760        psxhdrs/wchar/wcsnlen.c \
1761        psxhdrs/wchar/wcsnrtombs.c \
1762        psxhdrs/wchar/wcspbrk.c \
1763        psxhdrs/wchar/wcsrchr.c \
1764        psxhdrs/wchar/wcsrtombs.c \
1765        psxhdrs/wchar/wcsspn.c \
1766        psxhdrs/wchar/wcsstr.c \
1767        psxhdrs/wchar/wcstod.c \
1768        psxhdrs/wchar/wcstof.c \
1769        psxhdrs/wchar/wcstok.c \
1770        psxhdrs/wchar/wcstol.c \
1771        psxhdrs/wchar/wcstold.c \
1772        psxhdrs/wchar/wcstoll.c \
1773        psxhdrs/wchar/wcstoul.c \
1774        psxhdrs/wchar/wcstoull.c \
1775        psxhdrs/wchar/wcswidth.c \
1776        psxhdrs/wchar/wcsxfrm.c \
1777        psxhdrs/wchar/wcsxfrm_l.c \
1778        psxhdrs/wchar/wctob.c \
1779        psxhdrs/wchar/wctype.c \
1780        psxhdrs/wchar/wcwidth.c \
1781        psxhdrs/wchar/wmemchr.c \
1782        psxhdrs/wchar/wmemcmp.c \
1783        psxhdrs/wchar/wmemcpy.c \
1784        psxhdrs/wchar/wmemmove.c \
1785        psxhdrs/wchar/wmemset.c \
1786        psxhdrs/wchar/wprintf.c \
1787        psxhdrs/wchar/wscanf.c \
1788        psxhdrs/stdlib/_Exit.c \
1789        psxhdrs/stdlib/a64l.c \
1790        psxhdrs/stdlib/abort.c \
1791        psxhdrs/stdlib/abs.c \
1792        psxhdrs/stdlib/atexit.c \
1793        psxhdrs/stdlib/atof.c \
1794        psxhdrs/stdlib/atoi.c \
1795        psxhdrs/stdlib/atol.c \
1796        psxhdrs/stdlib/atoll.c \
1797        psxhdrs/stdlib/bsearch.c \
1798        psxhdrs/stdlib/calloc.c \
1799        psxhdrs/stdlib/div.c \
1800        psxhdrs/stdlib/drand48.c \
1801        psxhdrs/stdlib/erand48.c \
1802        psxhdrs/stdlib/exit.c \
1803        psxhdrs/stdlib/free.c \
1804        psxhdrs/stdlib/getenv.c \
1805        psxhdrs/stdlib/initstate.c \
1806        psxhdrs/stdlib/jrand48.c \
1807        psxhdrs/stdlib/l64a.c \
1808        psxhdrs/stdlib/labs.c \
1809        psxhdrs/stdlib/lcong48.c \
1810        psxhdrs/stdlib/ldiv.c \
1811        psxhdrs/stdlib/llabs.c \
1812        psxhdrs/stdlib/lldiv.c \
1813        psxhdrs/stdlib/lrand48.c \
1814        psxhdrs/stdlib/malloc.c \
1815        psxhdrs/stdlib/mblen.c \
1816        psxhdrs/stdlib/mbstowcs.c \
1817        psxhdrs/stdlib/mbtowc.c \
1818        psxhdrs/stdlib/mkdtemp.c \
1819        psxhdrs/stdlib/mkstemp.c \
1820        psxhdrs/stdlib/mrand48.c \
1821        psxhdrs/stdlib/nrand48.c \
1822        psxhdrs/stdlib/posix_memalign.c \
1823        psxhdrs/stdlib/putenv.c \
1824        psxhdrs/stdlib/qsort.c \
1825        psxhdrs/stdlib/rand.c \
1826        psxhdrs/stdlib/rand_r.c \
1827        psxhdrs/stdlib/random.c \
1828        psxhdrs/stdlib/realloc.c \
1829        psxhdrs/stdlib/realpath.c \
1830        psxhdrs/stdlib/seed48.c \
1831        psxhdrs/stdlib/setenv.c \
1832        psxhdrs/stdlib/setkey.c \
1833        psxhdrs/stdlib/setstate.c \
1834        psxhdrs/stdlib/srand.c \
1835        psxhdrs/stdlib/srand48.c \
1836        psxhdrs/stdlib/srandom.c \
1837        psxhdrs/stdlib/strtod.c \
1838        psxhdrs/stdlib/strtof.c \
1839        psxhdrs/stdlib/strtol.c \
1840        psxhdrs/stdlib/strtold.c \
1841        psxhdrs/stdlib/strtoll.c \
1842        psxhdrs/stdlib/strtoul.c \
1843        psxhdrs/stdlib/strtoull.c \
1844        psxhdrs/stdlib/system.c \
1845        psxhdrs/stdlib/unsetenv.c \
1846        psxhdrs/stdlib/wcstombs.c \
1847        psxhdrs/stdlib/wctomb.c \
1848        psxhdrs/sys/times/times.c \
1849        psxhdrs/sys/resource/getrusage.c \
1850        psxhdrs/setjmp/longjmp.c \
1851        psxhdrs/setjmp/setjmp.c \
1852        psxhdrs/setjmp/siglongjmp.c \
1853        psxhdrs/setjmp/sigsetjmp.c \
1854        psxhdrs/sys/select/FD_CLR.c \
1855        psxhdrs/sys/select/FD_ISSET.c \
1856        psxhdrs/sys/select/FD_SET.c \
1857        psxhdrs/sys/select/FD_ZERO.c \
1858        psxhdrs/sys/select/pselect.c \
1859        psxhdrs/sys/select/select.c \
1860        psxhdrs/termios/cfgetispeed.c \
1861        psxhdrs/termios/cfgetospeed.c \
1862        psxhdrs/termios/cfsetispeed.c \
1863        psxhdrs/termios/cfsetospeed.c \
1864        psxhdrs/termios/tcdrain.c \
1865        psxhdrs/termios/tcflow.c \
1866        psxhdrs/termios/tcflush.c \
1867        psxhdrs/termios/tcgetattr.c \
1868        psxhdrs/termios/tcgetsid.c \
1869        psxhdrs/termios/tcsendbreak.c \
1870        psxhdrs/termios/tcsetattr.c
1871
1872## Not supported by RTEMS, but POSIX API Compliance tests exist.
1873## lib_a_SOURCES += psxhdrs/ulimit/ulimit.c
1874## lib_a_SOURCES += psxhdrs/monetary/strfmon.c
1875## lib_a_SOURCES += psxhdrs/monetary/strfmon_l.c
1876
1877## Specific issues that tickets are tracking
1878## lib_a_SOURCES += psxhdrs/dirent/dirfd.c               See ticket #3371
1879## lib_a_SOURCES += psxhdrs/dirent/fdopendir.c           See ticket #3371
1880## lib_a_SOURCES += psxhdrs/fcntl/posix_fadvise.c        See ticket #3656
1881## lib_a_SOURCES += psxhdrs/fcntl/posix_fallocate.c      See ticket #3656
1882## lib_a_SOURCES += psxhdrs/fenv/feclearexcept.c         See ticket #2971
1883## lib_a_SOURCES += psxhdrs/fenv/fegetenv.c              See ticket #2971
1884## lib_a_SOURCES += psxhdrs/fenv/fegetexceptflag.c       See ticket #2971
1885## lib_a_SOURCES += psxhdrs/fenv/fegetround.c            See ticket #2971
1886## lib_a_SOURCES += psxhdrs/fenv/feholdexcept.c          See ticket #2971
1887## lib_a_SOURCES += psxhdrs/fenv/feraiseexcept.c         See ticket #2971
1888## lib_a_SOURCES += psxhdrs/fenv/fesetenv.c              See ticket #2971
1889## lib_a_SOURCES += psxhdrs/fenv/fesetexceptflag.c       See ticket #2971
1890## lib_a_SOURCES += psxhdrs/fenv/fesetround.c            See ticket #2971
1891## lib_a_SOURCES += psxhdrs/fenv/fetestexcept.c          See ticket #2971
1892## lib_a_SOURCES += psxhdrs/fmtmsg/fmtmsg.c              See ticket #3639
1893## lib_a_SOURCES += psxhdrs/ftw/ftw.c                    See ticket #2970
1894## lib_a_SOURCES += psxhdrs/math/y0l.c                   See ticket #3638
1895## lib_a_SOURCES += psxhdrs/math/y1l.c                   See ticket #3638
1896## lib_a_SOURCES += psxhdrs/math/ynl.c                   See ticket #3638
1897## lib_a_SOURCES += psxhdrs/poll/poll.c                  See ticket #3657
1898## lib_a_SOURCES += psxhdrs/ftw/nftw.c                   See ticket #2970
1899## lib_a_SOURCES += psxhdrs/stdio/getdelim.c             See ticket #3633
1900## lib_a_SOURCES += psxhdrs/stdio/getline.c              See ticket #3633
1901## lib_a_SOURCES += psxhdrs/ucontext/getcontext.c        See ticket #3640
1902## lib_a_SOURCES += psxhdrs/ucontext/makecontext.c       See ticket #3640
1903## lib_a_SOURCES += psxhdrs/ucontext/setcontext.c        See ticket #3640
1904## lib_a_SOURCES += psxhdrs/ucontext/swapcontext.c       See ticket #3640
1905## lib_a_SOURCES += psxhdrs/c11/uchar/c16rtomb.c         See ticket #3643
1906## lib_a_SOURCES += psxhdrs/c11/uchar/c32rtomb.c         See ticket #3643
1907## lib_a_SOURCES += psxhdrs/c11/uchar/c32rtomb.c         See ticket #3643
1908## lib_a_SOURCES += psxhdrs/c11/uchar/mbrtoc32.c         See ticket #3643
1909## lib_a_SOURCES += psxhdrs/stdlib/getsubopt.c           See ticket #3644
1910## lib_a_SOURCES += psxhdrs/stdlib/grantpt.c             See ticket #3645
1911## lib_a_SOURCES += psxhdrs/stdlib/posix_openpt.c        See ticket #3646
1912## lib_a_SOURCES += psxhdrs/stdlib/posix_openpt.c        See ticket #3646
1913## lib_a_SOURCES += psxhdrs/stdlib/ptsname.c             See ticket #3647
1914## lib_a_SOURCES += psxhdrs/stdlib/unlockpt.c            See ticket #3648
1915## lib_a_SOURCES += psxhdrs/sys/ftok.c                   See ticket #3650
1916## lib_a_SOURCES += psxhdrs/sys/msg/msgctl.c             See ticket #3658
1917## lib_a_SOURCES += psxhdrs/sys/msg/msgget.c             See ticket #3658
1918## lib_a_SOURCES += psxhdrs/sys/msg/msgrcv.c             See ticket #3658
1919## lib_a_SOURCES += psxhdrs/sys/msg/msgsnd.c             See ticket #3658
1920## lib_a_SOURCES += psxhdrs/sys/resource/getpriority.c   See ticket #3652
1921## lib_a_SOURCES += psxhdrs/sys/resource/getrlimit.c     See ticket #3653
1922## lib_a_SOURCES += psxhdrs/sys/resource/setpriority.c   See ticket #3654
1923## lib_a_SOURCES += psxhdrs/sys/resource/setrlimit.c     See ticket #3655
1924## lib_a_SOURCES += psxhdrs/sys/shm/shmat.c              See ticket #3662
1925## lib_a_SOURCES += psxhdrs/sys/shm/shmctl.c             See ticket #3662
1926## lib_a_SOURCES += psxhdrs/sys/shm/shmdt.c              See ticket #3662
1927## lib_a_SOURCES += psxhdrs/sys/shm/shmget.c             See ticket #3662
1928## lib_a_SOURCES += psxhdrs/sys/statvfs/statvfs.c        See ticket #3660
1929## lib_a_SOURCES += psxhdrs/sys/statvfs/fstatvfs.c       See ticket #3660
1930## lib_a_SOURCES += psxhdrs/utmpx/setutxent.c            See ticket #3661
1931## lib_a_SOURCES += psxhdrs/utmpx/endutxent.c            See ticket #3661
1932## lib_a_SOURCES += psxhdrs/utmpx/getutxent.c            See ticket #3661
1933## lib_a_SOURCES += psxhdrs/utmpx/getutxid.c             See ticket #3661
1934## lib_a_SOURCES += psxhdrs/utmpx/getutxline.c           See ticket #3661
1935## lib_a_SOURCES += psxhdrs/utmpx/pututxline.c           See ticket #3661
1936endif
1937
1938noinst_PROGRAMS = $(psx_tests)
1939noinst_LIBRARIES = $(psx_lib)
Note: See TracBrowser for help on using the repository browser.