Parent Directory
|
Revision Log
|
Patch
| revision 1.21 by bellard, Sun Jun 15 20:42:31 2003 UTC | revision 1.22 by bellard, Sun Aug 10 21:39:31 2003 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | include ../config.mak | include ../config-host.mak |
| 2 | ||
| 3 | CFLAGS=-Wall -O2 -g | CFLAGS=-Wall -O2 -g |
| 4 | LDFLAGS= | LDFLAGS= |
| # | Line 8 TESTS=testclone testsig testthread sha1- | Line 8 TESTS=testclone testsig testthread sha1- |
| 8 | endif | endif |
| 9 | TESTS+=sha1 test_path | TESTS+=sha1 test_path |
| 10 | ||
| 11 | QEMU=../qemu | QEMU=../i386/qemu |
| 12 | ||
| 13 | all: $(TESTS) | all: $(TESTS) |
| 14 |
|
||||||||
| savannah-hackers-public@gnu.org | ViewVC Help |
| Powered by ViewVC 1.1.26 |