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

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

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


desc
@@


1.2
log
@Tweaks and additions to make the test harness itself compile
	o add #includes
	o add #ifdefs for FreeBSD
@
text
@# $FreeBSD$

CFLAGS+= -Wall -I../include  -I../local
LDFLAGS+=
TARGET=libltp.a
SRCS=$(wildcard *.c)
OBJS=$(patsubst %.c,%.o,$(SRCS))

$(TARGET): $(OBJS) ../local/_local.o
	$(AR) -cr $@@ $^    

clean:
	rm -f $(TARGET) $(OBJS)
@


1.1
log
@Initial revision
@
text
@d1 1
d3 1
a3 1
CFLAGS+= -Wall -I../include 
d9 1
a9 1
$(TARGET): $(OBJS)
@


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