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 by root, Mon Jun 11 20:42:36 2001 UTC vs.
Revision 1.2.2.5 by root, Sun Apr 18 19:55:46 2004 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 2001/06/11 20:42:36 root Exp $ 14# $Id: Makefile.in,v 1.2.2.5 2004/04/18 19:55:46 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#
39PATCH = @PATCH@ 39PATCH = @PATCH@
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 44 uuscan.c uustring.c fptools.c crc32.c
45UULIB_OBJ = ${UULIB_SOURCE:.c=.o} 45UULIB_OBJ = ${UULIB_SOURCE:.c=.o}
46 46
47# 47#
48# make stuff 48# make stuff
49# 49#

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines