mirror of https://github.com/XEphem/XEphem.git
Compare commits
3 Commits
9be354f863
...
dc1639b9ca
| Author | SHA1 | Date |
|---|---|---|
|
|
dc1639b9ca | |
|
|
0efc6cb6fc | |
|
|
8b0dc94428 |
|
|
@ -197,21 +197,23 @@ OBJS = \
|
||||||
xephem.o \
|
xephem.o \
|
||||||
xmisc.o
|
xmisc.o
|
||||||
|
|
||||||
all: libs xephem xephem.1
|
LIBRARIES := libip liblilxml libjpegd libpng libz
|
||||||
|
|
||||||
xephem: $(INCS) $(OBJS)
|
all: $(LIBRARIES) xephem xephem.1
|
||||||
|
|
||||||
|
xephem: $(INCS) $(OBJS) $(LIBRARIES)
|
||||||
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||||
|
|
||||||
xephem.1: xephem.man
|
xephem.1: xephem.man
|
||||||
nroff -man $? > $@
|
nroff -man $? > $@
|
||||||
|
|
||||||
libs:
|
libs: $(LIBRARIES)
|
||||||
cd ../../libastro; make
|
|
||||||
cd ../../libip; make
|
$(LIBRARIES): libastro
|
||||||
cd ../../libjpegd; make
|
$(MAKE) --directory=../../$@
|
||||||
cd ../../liblilxml; make
|
|
||||||
cd ../../libpng; make
|
libastro:
|
||||||
cd ../../libz; make
|
$(MAKE) --directory=../../$@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -fr *.o ../../lib*/*.[ao]
|
rm -fr *.o ../../lib*/*.[ao]
|
||||||
|
|
|
||||||
|
|
@ -522,11 +522,11 @@ using XEphem on my web site or publications?</b>
|
||||||
placed somewhere on each such page:
|
placed somewhere on each such page:
|
||||||
<p>
|
<p>
|
||||||
<pre>
|
<pre>
|
||||||
<a target="csiwin" href="https://www.ClearSkyInstitute.com/xephem/xephem.html">Created using <b>XEphem</b></a>
|
<a target="csiwin" href="https://xephem.github.io/XEphem/Site/xephem.html">Created using <b>XEphem</b></a>
|
||||||
</pre>
|
</pre>
|
||||||
<p>
|
<p>
|
||||||
It should look and work like this:
|
It should look and work like this:
|
||||||
<a target="csiwin" href="https://www.ClearSkyInstitute.com/xephem/xephem.html">
|
<a target="csiwin" href="https://xephem.github.io/XEphem/Site/xephem.html">
|
||||||
Created using <b>XEphem</b></a>.
|
Created using <b>XEphem</b></a>.
|
||||||
<p>
|
<p>
|
||||||
Regarding publications, the Postscript files generated by XEphem already
|
Regarding publications, the Postscript files generated by XEphem already
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue