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
5f4631ba
Commit
5f4631ba
authored
Aug 28, 1991
by
Per Cederqvist
Browse files
Added rule for creation of distribution of server.
parent
e98b6063
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
5f4631ba
...
...
@@ -4,6 +4,7 @@ SCRIPTDIR = $(TOPDIR)/scripts
include
$(SCRIPTDIR)/import.make
SUBDIRS
=
doc junk scripts src
SERVER-VER
=
1.0
all
:
includes libraries binaries
...
...
@@ -56,3 +57,20 @@ clean:
echo
making clean
in
directory
$$
i
;
\
(
cd
$$
i
;
$(MAKE)
$(EXPORTS)
clean
)
\
done
distribution
:
clean
-
$(RM)
-r
lyskom-
$
(
SERVER-VER
)
mkdir
lyskom-
$
(
SERVER-VER
)
cp
-r
doc lyskom-
$
(
SERVER-VER
)
/doc
cp
-r
scripts lyskom-
$
(
SERVER-VER
)
/scripts
mkdir
lyskom-
$
(
SERVER-VER
)
/src
mkdir
lyskom-
$
(
SERVER-VER
)
/src/libraries
cp
-r
src/libraries/libansi lyskom-
$
(
SERVER-VER
)
/src/libraries
cp
-r
src/libraries/libcommon lyskom-
$
(
SERVER-VER
)
/src/libraries
cp
-r
src/libraries/libisc lyskom-
$
(
SERVER-VER
)
/src/libraries
cp
-r
src/libraries/libmisc lyskom-
$
(
SERVER-VER
)
/src/libraries
cp
-r
src/server lyskom-
$
(
SERVER-VER
)
/src
find lyskom-
$
(
SERVER-VER
)
-name
CVS.adm
-print
-exec
rm
-rf
{}
\;
-prune
tar
cvf lyskom-
$
(
SERVER-VER
)
.tar lyskom-
$
(
SERVER-VER
)
.tar
compress lyskom-
$
(
SERVER-VER
)
.tar
$(RM)
-r
lyskom-
$
(
SERVER-VER
)
Write
Preview
Supports
Markdown
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