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.08.57.47;  author mtm;  state Exp;
branches 1.1.1.1;
next     ;

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


desc
@@



1.1
log
@Initial revision
@
text
@CFLAGS += -w -o
LDFLAGS +=

SRCS=$(wildcard *.c)
TESTS= test test_arch.o test_D

all: $(TESTS)

install:
	ln -f objdump01 ../../../bin
	ln -f test_arch.o ../../../bin
	ln -f test ../../../bin
	ln -f test_D ../../../bin


clean:
	rm -f $(TESTS)

$(TESTS): 
	$(CC) -O $(CFLAGS) $(cflags) test ./test.c
	$(CC) -c $(CFLAGS) $(cflags) test_arch.o ./test.c
	$(CC) $(CFLAGS) $(cflags) test_D ./test.c
@


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