source:
branches/libc-0.6/testcase/throw.gmk@
3288
| Last change on this file since 3288 was 836, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 929 bytes | |
| Line | |
|---|---|
| 1 | # $Id: throw.gmk 836 2003-10-24 07:37:44Z bird $ |
| 2 | ## @file |
| 3 | # |
| 4 | # C++ Throw & Catch testcases. |
| 5 | # |
| 6 | # InnoTek Systemberatung GmbH confidential |
| 7 | # |
| 8 | # Copyright (c) 2003 InnoTek Systemberatung GmbH |
| 9 | # Author: knut st. osmundsen <[email protected]> |
| 10 | # |
| 11 | # All Rights Reserved |
| 12 | # |
| 13 | # |
| 14 | |
| 15 | TESTCASE= throw |
| 16 | CFLAGS = -Zomf |
| 17 | O = .obj |
| 18 | A = .lib |
| 19 | CC = gcc |
| 20 | |
| 21 | EXEOBJS = $(TESTCASE)$O $(TESTCASE)2$O |
| 22 | |
| 23 | |
| 24 | all: $(TESTCASE).exe |
| 25 | |
| 26 | check: all |
| 27 | $(TESTCASE).exe |
| 28 | |
| 29 | install: |
| 30 | |
| 31 | clean distclean: |
| 32 | rm -f *$(TESTCASE)*.obj *$(TESTCASE)*.o \ |
