1. Forgot to add the code for jt9c.f90, which was separated from

jt9a.F90 in order to suppress a compiler warning.
2. Updated Makefile.linux.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3300 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor
2013-05-23 12:45:33 +00:00
parent 133f8d6886
commit 11b048a4c0
3 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ libjt9.a: $(OBJS1)
ar cr libjt9.a $(OBJS1)
ranlib libjt9.a
OBJS2 = jt9.o jt9a.o
OBJS2 = jt9.o jt9a.o jt9c.o
jt9: $(OBJS2) libjt9.a
g++ -o jt9 $(OBJS2) libjt9.a -lfftw3f -lgfortran -lQtCore