Compare commits

...

3 Commits

Author SHA1 Message Date
Mattia Verga dc1639b9ca
Merge 8b0dc94428 into 0efc6cb6fc 2025-01-26 23:11:03 +00:00
Tom 0efc6cb6fc
Update FAQ links to new GitHub Pages URL (#97) 2025-01-23 10:26:08 -05:00
Mattia Verga 8b0dc94428 Make build parallel safe 2022-10-01 17:05:39 +02:00
2 changed files with 13 additions and 11 deletions

View File

@ -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]

View File

@ -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>
&lt;a target="csiwin" href="https://www.ClearSkyInstitute.com/xephem/xephem.html"&gt;Created using &lt;b&gt;XEphem&lt;/b&gt;&lt;/a&gt; &lt;a target="csiwin" href="https://xephem.github.io/XEphem/Site/xephem.html"&gt;Created using &lt;b&gt;XEphem&lt;/b&gt;&lt;/a&gt;
</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