DEFS=@DEFS@ CFLAGS=@CFLAGS@ CC=@CC@ LIBS=@LIBS@ SRC=authunix.c OBJ=$(SRC:.c=.o) LIBNAME=libauthunix.so all: $(OBJ) $(CC) $(CFLAGS) $(LIBS) -shared -Xlinker -x -o $(LIBNAME) $(OBJ) clean: rm -fr autom4te.cache rm -f *.o *~ DEADJOE $(LIBNAME) install: echo TODO distclean: clean rm -f config.h Makefile config.log config.cache config.status maintainer-clean: distclean rm -f configure config.h.in