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


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

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


desc
@@



1.1
log
@Initial revision
@
text
@CFLAGS+=	-D_GNU_SOURCE -I../../include
LOADLIBES+=	-L../../lib -lltp

SRCS=$(wildcard *.c)
TARGETS=$(patsubst %.c,%,$(SRCS))
CMDLIST=tst_brk tst_brkm tst_res tst_resm tst_exit tst_flush tst_brkloop tst_brkloopm

all: $(TARGETS)

install:
	@@ln -f $(TARGETS) ../../testcases/bin/tst_brk
	@@ln -f $(TARGETS) ../../testcases/bin/tst_brkm 
	@@ln -f $(TARGETS) ../../testcases/bin/tst_res
	@@ln -f $(TARGETS) ../../testcases/bin/tst_resm
	@@ln -f $(TARGETS) ../../testcases/bin/tst_exit
	@@ln -f $(TARGETS) ../../testcases/bin/tst_flush
	@@ln -f $(TARGETS) ../../testcases/bin/tst_brkloop
	@@ln -f $(TARGETS) ../../testcases/bin/tst_brkloopm

clean:
	rm -f $(TARGETS)
@


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
@@
