forked from mirrors/tftp-hpa-google
Add replacement library files
This commit is contained in:
parent
e6593dd693
commit
d0fec7a322
4 changed files with 87 additions and 0 deletions
23
lib/Makefile
Normal file
23
lib/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
#
|
||||
# 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue