Skip to content
GitLab
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
f878f5b1
Commit
f878f5b1
authored
Aug 27, 1991
by
Per Cederqvist
Browse files
Cosmetic changes.
parent
4535163d
Changes
10
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
f878f5b1
...
...
@@ -17,8 +17,7 @@ includes:
libraries
:
-
$(RM)
-r
$(LIBDIR)
mkdir
$(LIBDIR)
-
mkdir
$(LIBDIR)
for
i
in
$(SUBDIRS)
;
\
do
\
echo
making libraries
in
directory
$$
i
;
\
...
...
@@ -51,7 +50,7 @@ depend: includes
clean
:
rm
-vf
*
~ core
$(RM)
*
~ core
for
i
in
$(SUBDIRS)
;
\
do
\
echo
making clean
in
directory
$$
i
;
\
...
...
scripts/Makefile
View file @
f878f5b1
TOPDIR
=
/usr/lyskom
SCRIPTDIR
=
$(TOPDIR)
/scripts
include
$(SCRIPTDIR)/import.make
all
:
;
depend
:
;
install
:
;
...
...
@@ -7,4 +12,4 @@ binaries:;
clean
:
rm
-vf
*
~ core
$(RM)
*
~ core
src/Makefile
View file @
f878f5b1
...
...
@@ -51,7 +51,7 @@ depend:
clean
:
rm
-vf
*
~ core
$(RM)
*
~ core
for
i
in
$(SUBDIRS)
;
\
do
\
echo
making clean
in
directory
$$
i
;
\
...
...
src/include/server/Makefile
View file @
f878f5b1
...
...
@@ -22,6 +22,6 @@ includes:
done
clean
:
rm
-vf
${OBJECTS}
*
~ core temp-Makefile Distfile
*
.o
$(RM)
${OBJECTS}
*
~ core temp-Makefile Distfile
*
.o
depend
:
;
src/libraries/Makefile
View file @
f878f5b1
...
...
@@ -47,7 +47,7 @@ install:
clean
:
rm
-vf
*
~ core
$(RM)
*
~ core
for
i
in
$(SUBDIRS)
;
\
do
\
echo
making clean
in
directory
$$
i
;
\
...
...
src/libraries/libansi/Makefile
View file @
f878f5b1
...
...
@@ -12,8 +12,7 @@ LIBOBJS = strerror.o
all
:
$(LIBNAME)
libmisc.a
:
$(LIBOBJS)
rm
-f
$(LIBNAME)
ar qc
$(LIBNAME)
$(LIBOBJS)
$(AR)
$(ARFLAGS)
$(LIBNAME)
$?
ranlib
$(LIBNAME)
includes
:
;
...
...
@@ -26,7 +25,7 @@ libraries: $(LIBNAME)
binaries
:
;
clean
:
rm
-vf
${LIBOBJS}
*
~ core temp-Makefile Distfile
*
.o
$(RM)
${LIBOBJS}
*
~ core temp-Makefile Distfile
*
.o
# Recreate the Makefile
...
...
src/libraries/libmisc/ChangeLog
View file @
f878f5b1
Tue Aug 27 07:20:34 1991 Per Cederqvist (ceder at lysator)
* pom.c: Tog bort variablerna ts och pmt som inte anv{nds.
Sat Jul 6 05:43:41 1991 Per Cederqvist (ceder at lysator)
* Fullbordade {ndringen fr}n char till unsigned char i
...
...
src/libraries/libmisc/Makefile
View file @
f878f5b1
...
...
@@ -29,7 +29,7 @@ INSTALL-HDRS = pom.h s-collat-tabs.h s-string.h zmalloc.h
all
:
$(LIBNAME)
$(LIBNAME)
:
$(LIBOBJS)
ar r
$(LIBNAME)
$?
$(AR)
$(ARFLAGS)
$(LIBNAME)
$?
ranlib
$(LIBNAME)
libraries
:
$(LIBNAME)
...
...
@@ -50,7 +50,7 @@ testnumlist: testnumlist.o numlist.o
clean
:
rm
-vf
${OBJECTS}
*
~ core temp-Makefile Distfile
*
.o
$(RM)
${OBJECTS}
*
~ core temp-Makefile Distfile
*
.o
# Recreate the Makefile
...
...
src/libraries/libmisc/pom.c
View file @
f878f5b1
...
...
@@ -19,7 +19,9 @@
#define RADS (M_PI/180.0)
#if 0
static char * pmt[] = { "NM", "FQ", "FM", "LQ" };
#endif
static
short
ix
;
static
double
m
;
/* Sun's Mean Anomaly */
static
double
mp
;
/* Moon's Mean Anomaly */
...
...
@@ -142,7 +144,6 @@ phase_of_the_moon (struct tm * when)
{
int
p1
,
p2
,
p3
,
p4
;
char
sgn
;
long
ts
;
double
tmp
;
struct
pom
result
;
...
...
src/server/Makefile
View file @
f878f5b1
...
...
@@ -126,12 +126,12 @@ install: $(PROGRAMS)
# Don't strip ramkomd - we want debugging info!
clean
:
rm
-vf
*
.o
*
~ core
$(PROGRAMS)
$(SPECIALS)
TAGS
$(RM)
*
.o
*
~ core
$(PROGRAMS)
$(SPECIALS)
TAGS
specials
:
$(SPECIALS)
tags
:
$(SRCS) $(HDRS)
rm
-f
TAGS
$(RM)
TAGS
etags
-t
$(INCLUDEDIR)
/
*
.h
*
.[hc]
include
$(SCRIPTDIR)/Parallell-depend.make
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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