mesa: simplify dependencies in mmakefiles
[AROS.git] / test / clib / mmakefile.src
blobb1d434a3bf0af9fcb89dff21a5defaa0c7c5e1f4
1 #   $Id$
3 #   Makefile for AROS C Library Tests
5 include $(SRCDIR)/config/aros.cfg
7 FILES := \
8         all-tests \
9         arguments \
10         chdir \
11         chmod \
12         chown \
13         ctype \
14         environ \
15         execl \
16         exit \
17         fchdir \
18         fchmod \
19         fcntl \
20         flock \
21         getfsstat \
22         jmpbuf \
23         lseek \
24         mktime \
25         mnt_names \
26         open \
27         opendir \
28         pipe \
29         raise \
30         random \
31         randtest \
32         setjmp \
33         snprintf \
34         sprintf \
35         sprintf_f \
36         sscanf \
37         statfs \
38         stpblk \
39         strchr \
40         strptime \
41         strtok \
42         strtod \
43         strtol \
44         strtoul \
45         strtoull \
46         system \
47         time \
48         tmpfile \
49         uname \
50         usleep \
51         vfork \
52         vfork_execl \
53         wait \
54         waitpid \
55         stdin1 stdin2 stdin3 stdin4 \
56         execl2 execl2_vfork execl2_slave \
57         argv0_test1 argv0_test2 argv0_slave \
58         abort \
59         assert \
60         posix_memalign
62 FILES_NIXC := \
63         argv0_test3 argv0_test4 argv0_slave_nixc
65 EXEDIR := $(AROS_TESTS)/clib
67 #MM test-clib : includes includes-copy linklibs kernel
69 USER_CFLAGS = -ffloat-store
70 %build_progs mmake=test-clib \
71     files=$(FILES) targetdir=$(EXEDIR)
73 # From here on compile with -nix flag
75 %build_progs mmake=test-clib \
76     files=$(FILES_NIXC) targetdir=$(EXEDIR) nix=yes