Welcome to mirror list, hosted at ThFree Co, Russian Federation.

makefrag « i386 « config « cygwin « winsup - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7f6b2d17b0e26f7c8ea035b36e0ae623eb4dc57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# makefrag: included by the main Cygwin Makefile.in

# Copyright 1996, 1998, 1999, 2001 Red Hat, Inc.

# This file is part of Cygwin.

# This software is a copyrighted work licensed under the terms of the
# Cygwin license.  Please consult the file "CYGWIN_LICENSE" for
# details.

EXTRA_DLL_OFILES=setjmp.o longjmp.o

setjmp.o:config/i386/setjmp.c
	$(CC) -c $(ALL_CFLAGS) $<

longjmp.o:config/i386/longjmp.c
	$(CC) -c $(ALL_CFLAGS) $<