autoconf: modernize and modularize
[tftp-hpa.git] / lib / Makefile
bloba7fd057edce626fe8c2a50cf7a58b4ee1287b2b6
2 # Extra functions which may not be available everywhere
5 SRCROOT = ..
7 -include ../config/MCONFIG
8 include ../MRULES
10 ifeq ($(LIBOBJS),)
11 all:
12 else
13 all: libxtra.a
14 endif
16 install:
18 clean:
19 -rm -f *.a *.o *.obj *.exe
21 distclean: clean
22 -rm -f *~
24 libxtra.a: $(LIBOBJS)
25 -rm -f libxtra.a
26 $(AR) libxtra.a $(LIBOBJS)
27 $(RANLIB) libxtra.a