]> git.saurik.com Git - apple/xnu.git/blob - tools/tests/libMicro/Makefile.benchmarks
xnu-2422.1.72.tar.gz
[apple/xnu.git] / tools / tests / libMicro / Makefile.benchmarks
1 #
2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms
5 # of the Common Development and Distribution License
6 # (the "License"). You may not use this file except
7 # in compliance with the License.
8 #
9 # You can obtain a copy of the license at
10 # src/OPENSOLARIS.LICENSE
11 # or http://www.opensolaris.org/os/licensing.
12 # See the License for the specific language governing
13 # permissions and limitations under the License.
14 #
15 # When distributing Covered Code, include this CDDL
16 # HEADER in each file and include the License file at
17 # usr/src/OPENSOLARIS.LICENSE. If applicable,
18 # add the following below this CDDL HEADER, with the
19 # fields enclosed by brackets "[]" replaced with your
20 # own identifying information: Portions Copyright [yyyy]
21 # [name of copyright owner]
22 #
23 # CDDL HEADER END
24 #
25
26 #
27 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
28 # Use is subject to license terms.
29 #
30
31 SUBDIRS = apple
32
33 ALL= \
34 atomic \
35 bind \
36 cachetocache \
37 cascade_mutex \
38 cascade_cond \
39 cascade_lockf \
40 cascade_fcntl \
41 cascade_flock \
42 chdir \
43 close \
44 close_tcp \
45 connection \
46 dup \
47 exec \
48 exit \
49 exp \
50 fcntl \
51 fcntl_ndelay \
52 file_lock \
53 fork \
54 getcontext \
55 getenv \
56 gettimeofday \
57 getpeername \
58 getpid \
59 getrusage \
60 getsockname \
61 isatty \
62 listen \
63 localtime_r \
64 log \
65 longjmp \
66 lrand48 \
67 lseek \
68 malloc \
69 memcpy \
70 memmove \
71 memrand \
72 memset \
73 mktime \
74 mprotect \
75 mmap \
76 msync \
77 munmap \
78 mutex \
79 nop \
80 open \
81 pipe \
82 poll \
83 pread \
84 pthread_create \
85 pwrite \
86 read \
87 realpath \
88 recurse \
89 select \
90 semop \
91 setcontext \
92 setsockopt \
93 sigaction \
94 siglongjmp \
95 signal \
96 sigprocmask \
97 socket \
98 socketpair \
99 stat \
100 strcasecmp \
101 strchr \
102 strcmp \
103 strcpy \
104 strftime \
105 strlen \
106 strtol \
107 system \
108 time \
109 times \
110 write \
111 writev
112
113 ALL_APPLE = \
114 create_file \
115 getppid \
116 lb_mmtest \
117 lm_null_call \
118 lmbench_bw_file_rd \
119 lmbench_bw_mem \
120 lmbench_bw_mmap_rd \
121 lmbench_bw_unix \
122 lmbench_fstat \
123 lmbench_lat_sig_catch \
124 lmbench_lat_sig_install \
125 lmbench_lat_sig_prot \
126 lmbench_lat_sig_send \
127 lmbench_openclose \
128 lmbench_read \
129 lmbench_select_file \
130 lmbench_select_tcp \
131 lmbench_stat \
132 lmbench_write \
133 posix_spawn \
134 trivial \
135 vm_allocate
136
137