source: branches/libc-0.6/testcase/throw.gmk@ 3288

Last change on this file since 3288 was 836, checked in by bird, 22 years ago

Initial config.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
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
15TESTCASE= throw
16CFLAGS = -Zomf
17O = .obj
18A = .lib
19CC = gcc
20
21EXEOBJS = $(TESTCASE)$O $(TESTCASE)2$O
22
23
24all: $(TESTCASE).exe
25
26check: all
27 $(TESTCASE).exe
28
29install:
30
31clean distclean:
32 rm -f *$(TESTCASE)*.obj *$(TESTCASE)*.o \