##  $Id: Makefile,v 1.8.2.1 2000/08/24 22:31:28 kondou Exp $

include ../../Makefile.global

CFLAGS	= $(GCFLAGS) -I../../include -I..

SOURCES = trash.c
OBJECTS = trash.o
LOBJECTS = trash.lo
ROBJECTS = trash.$(EXTOBJ)

all:			$(OBJECTS)

.c.o:
	$(UPLIBCC) $(CFLAGS) -c $*.c -o $@

clobber clean:
	rm -f *.o *.lo obj/*.o profiled
	rm -rf .libs

tags ctags:	$(SOURCES)
	$(CTAGS) $(SOURCES) ../../include/*.h ../*.h

##  Dependencies.  Default list, below, is probably good enough.

depend:	Makefile $(SOURCES)
	$(UPMAKEDEPEND) $(CFLAGS) $(SOURCES)

# DO NOT DELETE THIS LINE -- make depend depends on it.
trash.o: trash.c ../../include/config.h ../../include/clibrary.h \
 ../../include/libinn.h ../methods.h
