- Timestamp:
- Jul 4, 2005, 5:38:22 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libctests/libc/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r2207 r2208 86 86 smoketests/waitpid-1.c \ 87 87 smoketests/wctype-1.c \ 88 smoketests/embryo-1.c 88 89 89 90 smoketests/64bitio-1.c_ARGS = $(OUTDIR)/smoketests/2gb.file … … 95 96 smoketests/nl_langinfo-1.c_ENVS = LC_ALL=en_US.UTF-8 96 97 smoketests/spm-1.c_LDFLAGS = -Zomf -static -lc_omf386 98 #smoketests/embryo-1.c_DEPS = $(OUTDIR)/smoketests/asmstub.exe 99 #smoketests/embryo-1.c_ARGS = $(OUTDIR)/smoketests/asmstub.exe 100 smoketests/embryo-1.c_DEPS = $(OUTDIR)/smoketests/asmstub-omf.exe 101 smoketests/embryo-1.c_ARGS = $(OUTDIR)/smoketests/asmstub-omf.exe 102 103 $(OUTDIR)/smoketests/asmstub.exe: smoketests/asmstub.S 104 mkdir -p $(dir $@) 105 gcc -s -nostdlib -o $@ $^ 106 107 $(OUTDIR)/smoketests/asmstub-omf.exe: smoketests/asmstub.S 108 mkdir -p $(dir $@) 109 gcc -c -Zaout -o $(OUTDIR)/smoketests/asmstub-omf.o smoketests/asmstub.S 110 emxomf -m__text -o $(OUTDIR)/smoketests/asmstub-omf.obj $(OUTDIR)/smoketests/asmstub-omf.o 111 gcc -Zomf -lend -s -nostdlib -o $@ $(OUTDIR)/smoketests/asmstub-omf.obj 97 112 98 113 SUBTESTS := \ 99 SMOKETESTS 114 SMOKETESTS \ 115 BUGS 100 116 101 117 .SUFFIXES: -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.