tftp-hpa-google/lib/Makefile
2001-03-30 01:02:55 +00:00

23 lines
268 B
Makefile

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