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.2.2.5 by root, Sun Apr 18 19:55:46 2004 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.2.2.5 2004/04/18 19:55:46 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#
40VDEF = -DVERSION=\"$(VERSION)\" -DPATCH=\"$(PATCH)\" 40VDEF = -DVERSION=\"$(VERSION)\" -DPATCH=\"$(PATCH)\"
41# 41#
42 42
43UULIB_SOURCE = uulib.c uucheck.c uunconc.c uuutil.c uuencode.c \ 43UULIB_SOURCE = uulib.c uucheck.c uunconc.c uuutil.c uuencode.c \
44 uuscan.c uustring.c fptools.c crc32.c 44 uuscan.c uustring.c fptools.c crc32.c
45UULIB_OBJ = ${UULIB_SOURCE:.c=.o} 45#UULIB_OBJ = ${UULIB_SOURCE:.c=.o}
46UULIB_OBJ = uuall.o
46 47
47# 48#
48# make stuff 49# make stuff
49# 50#
50 51
70libuu.a: $(UULIB_OBJ) 71libuu.a: $(UULIB_OBJ)
71 rm -f $@ 72 rm -f $@
72 ar r $@ $(UULIB_OBJ) 73 ar r $@ $(UULIB_OBJ)
73 -$(RANLIB) $@ 74 -$(RANLIB) $@
74 75
75.c.o: 76uuall.o: $(UULIB_SOURCE)
77uuall.o: fptools.h config.h ecb.h uudeview.h uuint.h uustring.h
78
79uuall.o: uuall.c
76 $(CC) -c $(CFLAGS) $(VDEF) $< 80 $(CC) -c $(CFLAGS) $(VDEF) $<
77 81
78uuencode.o: uuencode.c uudeview.h uuint.h uustring.h fptools.h config.h 82#uuencode.o: uuencode.c uudeview.h uuint.h uustring.h fptools.h config.h ecb.h
79uulib.o: uulib.c uudeview.h uuint.h uustring.h fptools.h config.h 83#uulib.o: uulib.c uudeview.h uuint.h uustring.h fptools.h config.h safealloc.c ecb.h
80uunconc.o: uunconc.c uudeview.h uuint.h uustring.h fptools.h config.h 84#uunconc.o: uunconc.c uudeview.h uuint.h uustring.h fptools.h config.h ecb.h
81uucheck.o: uucheck.c uudeview.h uuint.h uustring.h fptools.h config.h 85#uucheck.o: uucheck.c uudeview.h uuint.h uustring.h fptools.h config.h ecb.h
82uuutil.o: uuutil.c uudeview.h uuint.h uustring.h fptools.h config.h 86#uuutil.o: uuutil.c uudeview.h uuint.h uustring.h fptools.h config.h ecb.h
83uuscan.o: uuutil.c uudeview.h uuint.h uustring.h fptools.h config.h 87#uuscan.o: uuutil.c uudeview.h uuint.h uustring.h fptools.h config.h ecb.h
84uustring.o: uustring.c uudeview.h uuint.h uustring.h config.h 88#uustring.o: uustring.c uudeview.h uuint.h uustring.h config.h ecb.h
85fptools.o: fptools.c fptools.h config.h 89#fptools.o: fptools.c fptools.h config.h ecb.h
90#crc32.o: ecb.h
86 91
87uustring.h: uustring.c 92uustring.h: uustring.c
88 awk -f uustring.awk < uustring.c > uustring.h 93 awk -f uustring.awk < uustring.c > uustring.h
94

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines