You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
915 B

  1. --- a/app/rnx2rtkp/gcc/makefile
  2. +++ b/app/rnx2rtkp/gcc/makefile
  3. @@ -2,14 +2,14 @@
  4. BINDIR = /usr/local/bin
  5. SRC = ../../../src
  6. -#OPTS = -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3
  7. -OPTS = -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DIERS_MODEL
  8. +OPTS = -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3
  9. +#OPTS = -DTRACE -DENAGLO -DENAQZS -DENAGAL -DENACMP -DENAIRN -DNFREQ=3 -DIERS_MODEL
  10. #OPTS = -DENAGLO -DENAQZS -DENAGAL -DENACMP -DNFREQ=2
  11. # for no lapack
  12. CFLAGS = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) $(OPTS) -g
  13. -#LDLIBS = -lm -lrt
  14. -LDLIBS = ../../../lib/iers/gcc/iers.a -lgfortran -lm -lrt
  15. +LDLIBS = -lm -lrt
  16. +#LDLIBS = ../../../lib/iers/gcc/iers.a -lgfortran -lm -lrt
  17. #CFLAGS = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) -DLAPACK $(OPTS)
  18. #LDLIBS = -lm -lrt -llapack -lblas