ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/uulib/Makefile.in
(Generate patch)

Comparing Convert-UUlib/uulib/Makefile.in (file contents):
Revision 1.7 by root, Sat Sep 24 07:01:44 2022 UTC vs.
Revision 1.8 by root, Sat Sep 24 07:35:02 2022 UTC

9# clean Deletes the binaries and objects and all the 9# clean Deletes the binaries and objects and all the
10# other dirty stuff. 10# other dirty stuff.
11# 11#
12# ============================================================================ 12# ============================================================================
13# 13#
14# $Id: Makefile.in,v 1.7 2022/09/24 07:01:44 root Exp $ 14# $Id: Makefile.in,v 1.8 2022/09/24 07:35:02 root Exp $
15# 15#
16# your make might need this 16# your make might need this
17# 17#
18SHELL = /bin/sh 18SHELL = /bin/sh
19# 19#
71libuu.a: $(UULIB_OBJ) 71libuu.a: $(UULIB_OBJ)
72 rm -f $@ 72 rm -f $@
73 ar r $@ $(UULIB_OBJ) 73 ar r $@ $(UULIB_OBJ)
74 -$(RANLIB) $@ 74 -$(RANLIB) $@
75 75
76uuall.c: $(UULIB_SOURCE) 76uuall.o: $(UULIB_SOURCE)
77uuall.c: fptools.h config.h ecb.h uudeview.h uuint.h uustring.h 77uuall.o: fptools.h config.h ecb.h uudeview.h uuint.h uustring.h
78 78
79uuall.o: uuall.c 79uuall.o: uuall.c
80 $(CC) -c $(CFLAGS) $(VDEF) $< 80 $(CC) -c $(CFLAGS) $(VDEF) $<
81 81
82#uuencode.o: uuencode.c uudeview.h uuint.h uustring.h fptools.h config.h ecb.h 82#uuencode.o: uuencode.c uudeview.h uuint.h uustring.h fptools.h config.h ecb.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines