# Generated automatically from Makefile.in by configure.
#
#  lndir:  The C Program!
#
#  Copyright (c) 1993 by Salvatore Valente <svalente@athena.mit.edu>
#
#  You can freely distribute this program.  There is no warranty.
#  See the file "COPYING" for more information.
#

TARGET	= lndir
OBJS	= lndir.o queue.o
CC	= gcc
CFLAGS	= -O  -DSYSDIR=1 -DVOID_CLOSEDIR=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_STDLIB_H=1
LDFLAGS	= -s

$(TARGET): $(OBJS)
	$(CC) $(LDFLAGS) -o $@ $(OBJS)

.c.o:
	$(CC) $(CFLAGS) -c $*.c

clean:
	rm -f *~ *.o *.tab.* .\#* *.out* *.bak *.orig core \#*\# $(TARGET)

distclean: clean
	rm -f Makefile config.status
