head	1.2;
access;
symbols
	LTP_20031204:1.1.1.1 LINUX_TEST_PROJECT:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2003.12.31.14.40.37;	author mtm;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.31.09.00.15;	author mtm;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2003.12.31.09.00.15;	author mtm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Various tweaks to make the tests under misc/ compile on FreeBSD
@
text
@# $FreeBSD$

CFLAGS+= -I../../../../local -Wall -g 
LOADLIBES+= -lc_r -lm 

SRCS=$(wildcard float*.c)
TARGETS=$(patsubst %.c,%,$(SRCS))

SUBDIRS=bessel exp_log iperb power trigo

all: $(TARGETS)
	@@set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i ; done

install:
	@@set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i install ; done
	@@set -e; for i in $(TARGETS); do ln -f $$i ../../../bin/$$i; done

clean: 
	@@set -e; for i in $(SUBDIRS); do $(MAKE) -C $$i clean ; done
	rm -f $(TARGETS) 
	@@set -e; for i in $(TARGETS); do rm -rf ../../../bin/$$i ; done

@


1.1
log
@Initial revision
@
text
@d1 4
a4 2
CFLAGS+= -Wall -g 
LOADLIBES+= -lpthread -lm 
@


1.1.1.1
log
@Initial import of the Linux Test Project (http://ltp.sourceforge.net).

This import is minus the Posix test suite, which will be imported separately,
and the HPI suite, which doesn't concern us.
@
text
@@
