tftp-hpa-google/lib/Makefile
hpa d59b94d721 "make distclean" -> delete all files not for release
"make spotless"		-> delete all non-generated files
2001-07-26 22:39:32 +00:00

23 lines
269 B
Makefile

#
# Extra functions which may not be available everywhere
#
include ../MCONFIG
include ../MRULES
all: libxtra.a
install:
clean:
-rm -f *.a *.o
distclean: clean
-rm -f *~
libxtra.a: $(LIBOBJS)
-rm -f libxtra.a
$(AR) libxtra.a $(LIBOBJS)
$(RANLIB) libxtra.a