Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
f36fe212
Commit
f36fe212
authored
Jul 08, 1998
by
Per Cederqvist
Browse files
Makefile.in no longer kept under version control.
parent
6925b3c4
Changes
22
Hide whitespace changes
Inline
Side-by-side
Makefile.in
deleted
100644 → 0
View file @
6925b3c4
# Generated from: Makefile.src,v 1.27 1995/01/01 19:31:27 ceder Exp
# Copyright (C) 1991, 1993, 1994, 1995 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# Begin LK_STD
srcdir
=
@srcdir@
VPATH
=
@srcdir@
SHELL
=
/bin/sh
all
:
msg includes stamp-depend libraries binaries end-msg
AWK
=
@AWK@
CC
=
@CC@
CFLAGS
=
@CFLAGS@
ALL_CFLAGS
=
@INCLUDE_CURRENT@
-I
@srcdir@
-I
@BUILDTOPDIR@/include
\
$(DEFS)
$(CFLAGS)
DEPENDFLAG
=
@DEPENDFLAG@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
LEX
=
@LEX@
MKDIR
=
mkdir
PURIFY
=
@PURIFY@
RANLIB
=
@RANLIB@
RM
=
rm
-f
SED
=
@SED@
SYMLINK
=
@LN_S@
TOUCHLIB
=
@RANLIB@
YACC
=
@YACC@
INCLUDEDIR
=
@BUILDTOPDIR@/include
LIBDIR
=
@BUILDTOPDIR@/lib
prefix
=
@prefix@
exec_prefix
=
@exec_prefix@
bindir
=
$(exec_prefix)
/bin
dbdir
=
$(exec_prefix)
/db
etcdir
=
$(exec_prefix)
/etc
coredir
=
$(exec_prefix)
/cores
DEFS
=
@DEFS@
LDFLAGS
=
@LDFLAGS@
CPPFLAGS
=
@CPPFLAGS@
SCRIPTDIR
=
@SRCTOPDIR@/scripts
.c.o
:
$(CC)
-c
$(CPPFLAGS)
$(ALL_CFLAGS)
$<
FORCE
:
# END section from LK_STD
SUBDIRS
=
doc scripts src run-support
includes
:
$(INCLUDEDIR)
libraries
:
lib
lib
:
mkdir
lib
$(srcdir)/configure
:
configure.in
autoconf
$(srcdir)
/configure.in
>
$(srcdir)
/configure
# Make depend must be run once before we start to compile, but since
# it takes a long time we don't want to run it everytime somebody says
# "make". If you make big changes you should run "make depend".
stamp-depend
:
$(MAKE)
depend
touch
stamp-depend
.PHONY
:
dist
dist
:
$(srcdir)/configure makedist
srcdir
=
"
$(srcdir)
"
RM
=
"
$(RM)
"
./makedist
makedist
:
$(srcdir)/scripts/makedist.sh $(srcdir)/versions
$(RM)
$@
.tmp
echo
'#!/bin/sh'
>
$@
.tmp
echo
'# Do not edit -- this file is generated automatically'
>>
$@
.tmp
sed
's/\$$(SERVER-VER)/'
`
sed
-n
's/SERVER-VERSION: //p'
\
<
$(srcdir)
/versions
`
/g
\
<
$(srcdir)
/scripts/makedist.sh
>>
$@
.tmp
echo
'# Do not edit -- this file is generated automatically'
>>
$@
.tmp
chmod
555
$@
.tmp
$(RM)
$@
mv
$@
.tmp
$@
.PHONY
:
msg
msg
:
@
date
@
echo
.PHONY
:
end-msg
end-msg
:
@
echo
@
echo
Finished at
@
date
$(INCLUDEDIR)
:
mkdir
$(INCLUDEDIR)
.PHONY
:
includes
includes
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making includes
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
includes
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
libraries
libraries
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making libraries
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
libraries
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
binaries
binaries
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making binaries
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
binaries
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
install
install
:
FORCE
$(SCRIPTDIR)
/mkinstalldirs
$(prefix)
$(exec_prefix)
$(bindir)
$(dbdir)
\
$(etcdir)
$(coredir)
chmod
700
$(dbdir)
if
[
!
-f
$(dbdir)
/lyskomd-data
]
&&
[
!
-f
$(dbdir)
/lyskomd-texts
]
;
\
then
cp
$(srcdir)
/db-crypt/db/lyskomd-data
$(dbdir)
/lyskomd-data
&&
\
cp
$(srcdir)
/db-crypt/db/lyskomd-texts
$(dbdir)
/lyskomd-texts
;
\
else
true
;
fi
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making
install
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
install
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
dependencies
:
touch
dependencies
include
dependencies
.PHONY
:
depend
depend
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making depend
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
depend
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
# Output from LK_CLEAN
GENERIC-MOSTLYCLEAN
=
*
.o lib
*
.a core Makefile.in2
*
.tmp
$(SCRIPTS)
$(PROGRAMS)
GENERIC-PURE
=
Makefile.in configure
GENERIC-DISTCLEAN
=
*
~ .
\#
*
TAGS dependencies Makefile config.log config.cache
.PHONY
:
mostlyclean
mostlyclean
:
domostlyclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making mostlyclean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
mostlyclean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
clean
clean
:
doclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making clean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
clean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
distclean
distclean
:
dodistclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making distclean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
distclean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
realclean
realclean
:
dorealclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making realclean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
realclean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
pure
pure
:
dopure FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making pure
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
pure
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
dopure
:
dorealclean
$(RM)
$
(
GENERIC-PURE
)
dorealclean
:
dodistclean
dodistclean
:
doclean
$(RM)
$
(
GENERIC-DISTCLEAN
)
$(RM)
stamp-depend
*
.tmp config.status
$(RM)
-r
lib
$(INCLUDEDIR)
doclean
:
domostlyclean
domostlyclean
:
$(RM)
$
(
GENERIC-MOSTLYCLEAN
)
$(RM)
makedist lib/lib
*
.a
$(INCLUDEDIR)
/
*
.h
$(INCLUDEDIR)
/
*
/
*
.h
# End output from LK_CLEAN
doc/Makefile.in
deleted
100644 → 0
View file @
6925b3c4
#
# Generated from: Makefile.src,v 1.4 1994/04/05 07:51:02 ceder Exp
# Copyright (C) 1991, 1993, 1994 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# Begin LK_STD
srcdir
=
@srcdir@
VPATH
=
@srcdir@
SHELL
=
/bin/sh
all
:
libraries
AWK
=
@AWK@
CC
=
@CC@
CFLAGS
=
@CFLAGS@
ALL_CFLAGS
=
@INCLUDE_CURRENT@
-I
@srcdir@
-I
@BUILDTOPDIR@/include
\
$(DEFS)
$(CFLAGS)
DEPENDFLAG
=
@DEPENDFLAG@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
LEX
=
@LEX@
MKDIR
=
mkdir
PURIFY
=
@PURIFY@
RANLIB
=
@RANLIB@
RM
=
rm
-f
SED
=
@SED@
SYMLINK
=
@LN_S@
TOUCHLIB
=
@RANLIB@
YACC
=
@YACC@
INCLUDEDIR
=
@BUILDTOPDIR@/include
LIBDIR
=
@BUILDTOPDIR@/lib
prefix
=
@prefix@
exec_prefix
=
@exec_prefix@
bindir
=
$(exec_prefix)
/bin
dbdir
=
$(exec_prefix)
/db
etcdir
=
$(exec_prefix)
/etc
coredir
=
$(exec_prefix)
/cores
DEFS
=
@DEFS@
LDFLAGS
=
@LDFLAGS@
CPPFLAGS
=
@CPPFLAGS@
SCRIPTDIR
=
@SRCTOPDIR@/scripts
.c.o
:
$(CC)
-c
$(CPPFLAGS)
$(ALL_CFLAGS)
$<
FORCE
:
# END section from LK_STD
SUBDIRS
=
man
.PHONY
:
includes
includes
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making includes
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
includes
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
libraries
libraries
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making libraries
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
libraries
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
binaries
binaries
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making binaries
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
binaries
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
install
install
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making
install
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
install
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
dependencies
:
touch
dependencies
include
dependencies
.PHONY
:
depend
depend
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making depend
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
depend
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
# Output from LK_CLEAN
GENERIC-MOSTLYCLEAN
=
*
.o lib
*
.a core Makefile.in2
*
.tmp
$(SCRIPTS)
$(PROGRAMS)
GENERIC-PURE
=
Makefile.in configure
GENERIC-DISTCLEAN
=
*
~ .
\#
*
TAGS dependencies Makefile config.log config.cache
.PHONY
:
mostlyclean
mostlyclean
:
domostlyclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making mostlyclean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
mostlyclean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
clean
clean
:
doclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making clean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
clean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
distclean
distclean
:
dodistclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making distclean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
distclean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
realclean
realclean
:
dorealclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making realclean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
realclean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
pure
pure
:
dopure FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making pure
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
pure
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
dopure
:
dorealclean
$(RM)
$
(
GENERIC-PURE
)
dorealclean
:
dodistclean
dodistclean
:
doclean
$(RM)
$
(
GENERIC-DISTCLEAN
)
doclean
:
domostlyclean
domostlyclean
:
$(RM)
$
(
GENERIC-MOSTLYCLEAN
)
# End output from LK_CLEAN
doc/man/Makefile.in
deleted
100644 → 0
View file @
6925b3c4
#
# Generated from: Makefile.src,v 1.6 1994/04/05 07:51:58 ceder Exp
# Copyright (C) 1991, 1993, 1994 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
#
# LysKOM is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 1, or (at your option)
# any later version.
#
# LysKOM is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
# for more details.
#
# You should have received a copy of the GNU General Public License
# along with LysKOM; see the file COPYING. If not, write to
# Lysator, c/o ISY, Linkoping University, S-581 83 Linkoping, SWEDEN,
# or the Free Software Foundation, Inc., 675 Mass Ave, Cambridge,
# MA 02139, USA.
#
# Please mail bug reports to bug-lyskom@lysator.liu.se.
#
# Begin LK_STD
srcdir
=
@srcdir@
VPATH
=
@srcdir@
SHELL
=
/bin/sh
all
:
libraries
AWK
=
@AWK@
CC
=
@CC@
CFLAGS
=
@CFLAGS@
ALL_CFLAGS
=
@INCLUDE_CURRENT@
-I
@srcdir@
-I
@BUILDTOPDIR@/include
\
$(DEFS)
$(CFLAGS)
DEPENDFLAG
=
@DEPENDFLAG@
INSTALL
=
@INSTALL@
INSTALL_DATA
=
@INSTALL_DATA@
INSTALL_PROGRAM
=
@INSTALL_PROGRAM@
LEX
=
@LEX@
MKDIR
=
mkdir
PURIFY
=
@PURIFY@
RANLIB
=
@RANLIB@
RM
=
rm
-f
SED
=
@SED@
SYMLINK
=
@LN_S@
TOUCHLIB
=
@RANLIB@
YACC
=
@YACC@
INCLUDEDIR
=
@BUILDTOPDIR@/include
LIBDIR
=
@BUILDTOPDIR@/lib
prefix
=
@prefix@
exec_prefix
=
@exec_prefix@
bindir
=
$(exec_prefix)
/bin
dbdir
=
$(exec_prefix)
/db
etcdir
=
$(exec_prefix)
/etc
coredir
=
$(exec_prefix)
/cores
DEFS
=
@DEFS@
LDFLAGS
=
@LDFLAGS@
CPPFLAGS
=
@CPPFLAGS@
SCRIPTDIR
=
@SRCTOPDIR@/scripts
.c.o
:
$(CC)
-c
$(CPPFLAGS)
$(ALL_CFLAGS)
$<
FORCE
:
# END section from LK_STD
SUBDIRS
=
man5dir
=
$(prefix)
/man/man5
man8dir
=
$(prefix)
/man/man8
man5ext
=
.5
man8ext
=
.8
# List of man pages in the various sections to install
MAN5
=
lyskom
MAN8
=
dbck lyskomd updateLysKOM
.PHONY
:
includes
includes
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making includes
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
includes
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
libraries
libraries
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making libraries
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
libraries
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
binaries
binaries
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making binaries
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
binaries
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
install
install
:
FORCE
-
$(SCRIPTDIR)
/mkinstalldirs
$(man5dir)
$(man8dir)
-
for
i
in
$(MAN5)
;
do
\
$(INSTALL_DATA)
$(srcdir)
/
$$
i.5
$(man5dir)
/
$$
i
$(man5ext)
;
\
done
-
for
i
in
$(MAN8)
;
do
\
$(INSTALL_DATA)
$(srcdir)
/
$$
i.8
$(man8dir)
/
$$
i
$(man8ext)
;
\
done
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making
install
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
install
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
dependencies
:
touch
dependencies
include
dependencies
.PHONY
:
depend
depend
:
FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making depend
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
depend
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
# Output from LK_CLEAN
GENERIC-MOSTLYCLEAN
=
*
.o lib
*
.a core Makefile.in2
*
.tmp
$(SCRIPTS)
$(PROGRAMS)
GENERIC-PURE
=
Makefile.in configure
GENERIC-DISTCLEAN
=
*
~ .
\#
*
TAGS dependencies Makefile config.log config.cache
.PHONY
:
mostlyclean
mostlyclean
:
domostlyclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making mostlyclean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
mostlyclean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
clean
clean
:
doclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making clean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
clean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done
.PHONY
:
distclean
distclean
:
dodistclean FORCE
@
for
i
in
DuMmY
$(SUBDIRS)
;
do
\
if
test
-f
$$
i/Makefile
;
then
\
echo
making distclean
in
directory
$$
i
;
\
if
(
cd
./
$$
i
;
$(MAKE)
distclean
)
;
\
then
true
;
else
exit
1
;
fi
;
\
else
true
;
fi
;
\
done