Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblongpath-rsync
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liblongpath
liblongpath-rsync
Commits
ef6122c6
Commit
ef6122c6
authored
Jan 18, 2003
by
Wayne Davison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Got rid of trailing whitespace and tweaked a few things that might
possibly be affecting the IRIX build (but probably not).
parent
75fb17b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
15 deletions
+14
-15
Makefile.in
Makefile.in
+14
-15
No files found.
Makefile.in
View file @
ef6122c6
...
...
@@ -26,21 +26,21 @@ VERSION=@VERSION@
.SUFFIXES
:
.c .o
LIBOBJ
=
lib/fnmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o
\
lib/permstring.o
\
@LIBOBJS@
lib/permstring.o @LIBOBJS@
ZLIBOBJ
=
zlib/deflate.o zlib/infblock.o zlib/infcodes.o zlib/inffast.o
\
zlib/inflate.o zlib/inftrees.o zlib/infutil.o zlib/trees.o
\
zlib/zutil.o zlib/adler32.o
OBJS1
=
rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o main.o checksum.o match.o syscall.o log.o backup.o
OBJS2
=
options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o fileio.o batch.o
\
clientname.o
zlib/zutil.o zlib/adler32.o
OBJS1
=
rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util.o
\
main.o checksum.o match.o syscall.o log.o backup.o
OBJS2
=
options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o
\
fileio.o batch.o clientname.o
OBJS3
=
progress.o pipe.o
DAEMON_OBJ
=
params.o loadparm.o clientserver.o access.o connection.o authenticate.o
popt_OBJS
=
popt/findme.o popt/popt.o popt/poptconfig.o
\
popt/popthelp.o popt/poptparse.o
OBJS
=
$(OBJS1)
$(OBJS2)
$(OBJS3)
$(DAEMON_OBJ)
$(LIBOBJ)
$(ZLIBOBJ)
@BUILD_POPT@
TLS_OBJ
=
tls.o syscall.o lib/permstring.o
TLS_OBJ
=
tls.o syscall.o lib/permstring.o
# Programs we must have to run the test cases
RSYNC_EXE
=
rsync
$(EXEEXT)
...
...
@@ -76,7 +76,6 @@ install-strip:
$(MAKE)
STRIP
=
'-s'
install
$(RSYNC_EXE)
:
$(OBJS)
@
echo
"Please ignore warnings below about mktemp -- it is used in a safe way"
$(CC)
$(CFLAGS)
$(LDFLAGS)
-o
$@
$(OBJS)
$(LIBS)
$(OBJS)
:
config.h
...
...
@@ -126,8 +125,8 @@ cleantests:
# directories, just in case somebody previously configured things in
# the source directory.
distclean
:
clean
rm
-f
Makefile config.h config.status
rm
-f
$(srcdir)
/Makefile
$(srcdir)
/config.h
$(srcdir)
/config.status
rm
-f
Makefile config.h config.status
rm
-f
$(srcdir)
/Makefile
$(srcdir)
/config.h
$(srcdir)
/config.status
rm
-f
config.cache
config.log
rm
-f
$(srcdir)/config.cache
$(srcdir)/config.log
...
...
@@ -140,7 +139,7 @@ distclean: clean
finddead
:
nm
*
.o
*
/
*
.o |grep
'U '
|
awk
'{print $$2}'
|
sort
-u
>
nmused.txt
nm
*
.o
*
/
*
.o |grep
'T '
|
awk
'{print $$3}'
|
sort
-u
>
nmfns.txt
comm
-13
nmused.txt nmfns.txt
comm
-13
nmused.txt nmfns.txt
# 'check' is the GNU name, 'test' is the name for everybody else :-)
.PHONY
:
check test
...
...
@@ -175,24 +174,24 @@ installcheck: $(CHECK_PROGS)
# Run the SPLINT (Secure Programming Lint) tool. <www.splint.org>
.PHONY
:
splint
splint
:
splint
:
splint +unixlib +gnuextensions
-weak
rsync.c
rsync.dvi
:
doc/rsync.texinfo
texi2dvi
-o
$@
$<
rsync.ps
:
rsync.dvi
rsync.ps
:
rsync.dvi
dvips
-ta4
-o
$@
$<
rsync.pdf
:
doc/rsync.texinfo
texi2dvi
-o
$@
--pdf
$<
doxygen
:
doxygen
:
cd
$(srcdir)
&&
rm
dox/html/
*
&&
doxygen
# for maintainers only
doxygen-upload
:
doxygen-upload
:
rsync
-avzv
$(srcdir)
/dox/html/
--delete
\
samba.org:/home/httpd/html/rsync/doxygen/head/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment