head     1.1;
branch   1.1.1;
access   ;
symbols  initial:1.1.1.1 uClinux:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2001.09.10.07.43.46;  author simons;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2001.09.10.07.43.46;  author simons;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@
LIB = libsash.a
CHOPSRC = utils.c
LIBOBJS = intflag.o modestring.o timestring.o isadir.o copyfile.o \
	buildname.o expandwildcards.o namesort.o match.o makeargs.o \
	makestring.o chunks.o expandenvvar.o

CFLAGS += -I../


all: $(LIB)

$(LIBOBJS): $(CHOPSRC)
	$(CC) $(CFLAGS) -DL_$(basename $*) -o $(basename $*).o -c $^

$(LIB): $(LIB)($(LIBOBJS))
	$(RANLIB) $(LIB)

clean:
	rm -f $(LIB) *.o
@


1.1.1.1
log
@Initial import
@
text
@@
