Changeset 5242
- Timestamp:
- Oct 7, 2005, 3:07:00 PM (21 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 33 edited
-
delstar/Makefile (modified) (1 diff)
-
elixir/include/controller.h (modified) (1 diff)
-
gastro/Makefile (modified) (1 diff)
-
gastro2/Makefile (modified) (1 diff)
-
getstar/Makefile (modified) (1 diff)
-
gophot/include/gophot.h (modified) (1 diff)
-
imclean/Makefile (modified) (1 diff)
-
imregister/Makefile (modified) (1 diff)
-
imregister/src/imphotmerge.c (modified) (1 diff)
-
kapa/include/Ximage.h (modified) (1 diff)
-
kii/Makefile (modified) (1 diff)
-
libautocode/def/common.h (modified) (1 diff)
-
lightcurve/Makefile (modified) (1 diff)
-
markrock/Makefile (modified) (1 diff)
-
markstar/Makefile (modified) (1 diff)
-
misc/doc/Changes.log (modified) (1 diff)
-
mosastro/Makefile (modified) (1 diff)
-
opihi/cmd.astro/Makefile (modified) (1 diff)
-
opihi/cmd.basic/Makefile (modified) (1 diff)
-
opihi/cmd.data/Makefile (modified) (1 diff)
-
opihi/dimm/Makefile (modified) (1 diff)
-
opihi/dvo/Makefile (modified) (1 diff)
-
opihi/dvo2/Makefile (modified) (1 diff)
-
opihi/lib.data/Makefile (modified) (1 diff)
-
opihi/lib.shell/Makefile (modified) (1 diff)
-
opihi/mana/Makefile (modified) (1 diff)
-
opihi/pantasks/Makefile (modified) (1 diff)
-
opihi/pclient/Makefile (modified) (1 diff)
-
opihi/pcontrol/Makefile (modified) (1 diff)
-
photdbc/Makefile (modified) (1 diff)
-
relphot/Makefile (modified) (1 diff)
-
uniphot/Makefile (modified) (1 diff)
-
uniphot/src/wimages.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/delstar/Makefile
r4864 r5242 16 16 # 17 17 INCS = -I$(INC) -I$(LINC) -I$(XINC) 18 LIBS = -L$(LLIB) -l ohana -lFITS-lm18 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 19 19 CFLAGS = -o $*.$(ARCH).o $(INCS) -O2 20 20 CCFLAGS = $(INCS) $(LIBS) -
trunk/Ohana/src/elixir/include/controller.h
r4772 r5242 1 1 # include <ohana.h> 2 # include <fitsio.h> 2 3 # include <signal.h> 3 4 # include <errno.h> -
trunk/Ohana/src/gastro/Makefile
r4828 r5242 17 17 # 18 18 INCS = -I$(INC) -I$(LINC) -I$(XINC) 19 LIBS = -L$(LLIB) -l ohana -lFITS-lm -lsocket -lnsl19 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm -lsocket -lnsl 20 20 CFLAGS = $(INCS) 21 21 LFLAGS = $(LIBS) -
trunk/Ohana/src/gastro2/Makefile
r3520 r5242 14 14 # 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 LIBS = -L$(LLIB) -l ohana -lFITS-lsocket -lnsl -lm16 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lsocket -lnsl -lm 17 17 CFLAGS = -o $*.$(ARCH).o $(INCS) 18 18 CCFLAGS = $(INCS) $(LIBS) -
trunk/Ohana/src/getstar/Makefile
r2510 r5242 14 14 # 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 LIBS = -L$(LLIB) -l FITS -lohana -lm16 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 17 17 CFLAGS = -o $*.$(ARCH).o $(INCS) 18 18 CCFLAGS = $(INCS) $(LIBS) -
trunk/Ohana/src/gophot/include/gophot.h
r2473 r5242 2 2 3 3 # include <ohana.h> 4 # include <fitsio.h> 4 5 5 6 typedef char bool; -
trunk/Ohana/src/imclean/Makefile
r3519 r5242 14 14 # 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 LIBS = -L$(LLIB) -l ohana -lFITS-lm16 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 17 17 CFLAGS = -o $*.$(ARCH).o $(INCS) 18 18 CCFLAGS = $(INCS) $(LIBS) -
trunk/Ohana/src/imregister/Makefile
r4864 r5242 21 21 22 22 INCS = -I$(INC) -I$(LINC) -I$(XINC) 23 LIBS = -L$(LLIB) -l ohana -lFITS-lm23 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 24 24 CFLAGS = $(INCS) 25 25 LFLAGS = $(LIBS) -
trunk/Ohana/src/imregister/src/imphotmerge.c
r4864 r5242 1 1 # include "imregister.h" 2 2 3 /*** this needs to be written using dvo_image functions ***/3 /*** this needs to be written using dvo_image functions !!! ***/ 4 4 5 5 Image *LoadImageTable (FILE *f, Header *header, int *nimage); 6 static char *version = "imphotcopy $Revision: 1. 3$";6 static char *version = "imphotcopy $Revision: 1.4 $"; 7 7 8 8 int main (int argc, char **argv) { -
trunk/Ohana/src/kapa/include/Ximage.h
r2473 r5242 1 1 # include <Xohana.h> 2 # include <fitsio.h> 2 3 # include "constants.h" 3 4 # include "structures.h" -
trunk/Ohana/src/kii/Makefile
r2510 r5242 21 21 # 22 22 INCS = -I$(INC) -I$(LINC) -I$(XINC) 23 LIBS = -L$(LLIB) $(XLIB) -l ohana -lFITS-ljpeg -lX11 -lsocket -lnsl -lm23 LIBS = -L$(LLIB) $(XLIB) -ldvo -lFITS -lohana -ljpeg -lX11 -lsocket -lnsl -lm 24 24 # LIBS = -L$(LLIB) $(XLIB) -lohana -lFITS -ljpeg -lX11 -lsocket -lnsl -lm -static 25 25 CFLAGS = -o $*.$(ARCH).o $(INCS) -
trunk/Ohana/src/libautocode/def/common.h
r3609 r5242 1 1 # include <ohana.h> 2 # include <fitsio.h> 2 3 3 4 # ifndef AUTOCODE_H -
trunk/Ohana/src/lightcurve/Makefile
r2510 r5242 16 16 # 17 17 INCS = -I$(INC) -I$(LINC) -I$(XINC) 18 LIBS = -L$(LLIB) -l ohana -lFITS-lm18 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 19 19 CFLAGS = -o $*.o $(INCS) 20 20 CCFLAGS = $(INCS) $(LIBS) -
trunk/Ohana/src/markrock/Makefile
r2510 r5242 15 15 # 16 16 INCS = -I$(INC) -I$(LINC) -I$(XINC) 17 LIBS = -L$(LLIB) -l ohana -lFITS-lm17 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 18 18 CFLAGS = -o $*.$(ARCH).o $(INCS) 19 19 CCFLAGS = $(INCS) $(LIBS) -
trunk/Ohana/src/markstar/Makefile
r2510 r5242 15 15 # 16 16 INCS = -I$(INC) -I$(LINC) -I$(XINC) 17 LIBS = -L$(LLIB) -l FITS -lohana -lm17 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 18 18 CFLAGS = -o $*.$(ARCH).o $(INCS) 19 19 CCFLAGS = $(INCS) $(LIBS) -
trunk/Ohana/src/misc/doc/Changes.log
r4481 r5242 1 2 2005.10.07 3 4 I was having some memory collision problems, and attempting to 5 use the ohana_allocate functions reminded me that the libFITS 6 functions were not supported under ohana_allocate. This was 7 unhelpful. I bit the bullet and split libohana into libohana 8 (base functions only, including ohana_allocate) and libdvo 9 (functions based on the libautocode structures). Doing this 10 allowed me to make libFITS depend on libohana (including 11 ohana_allocate). BUT, this forced me to change all LDFLAGS 12 entries in ohana to swap -lohana -lFITS for -lFITS -lohana, 13 and to add include <fitsio.h> in some cases. 1 14 2 15 misc-1-1: -
trunk/Ohana/src/mosastro/Makefile
r3526 r5242 17 17 # 18 18 INCS = -I$(INC) -I$(LINC) -I$(XINC) 19 LIBS = -L$(LLIB) -l ohana -lFITS-lm19 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 20 20 CFLAGS = $(INCS) 21 21 LFLAGS = $(LIBS) -
trunk/Ohana/src/opihi/cmd.astro/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS = -lsocket -lnsl -lreadline -ltermcap -lFITS -lohana -lm 18 18 CFLAGS = $(INCS) 19 19 CCFLAGS = $(LIBS) -
trunk/Ohana/src/opihi/cmd.basic/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS = -lsocket -lnsl -lreadline -ltermcap -lFITS -lohana -lm 18 18 CFLAGS = $(INCS) 19 19 CCFLAGS = $(LIBS) -
trunk/Ohana/src/opihi/cmd.data/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS = -lsocket -lnsl -lreadline -ltermcap -lFITS -lohana -lm 18 18 CFLAGS = $(INCS) 19 19 CCFLAGS = $(LIBS) -
trunk/Ohana/src/opihi/dimm/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -ldvo -lFITS -lohana -lm 18 18 LIBS2 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata -lsbig 19 19 LIBS = $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/dvo/Makefile
r5144 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -ldvo -lFITS -lohana -lm 18 18 LIBS2 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 19 19 LIBS = $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/dvo2/Makefile
r4833 r5242 17 17 INCS = -I$(INC) -I$(LINC) -I$(XINC) 18 18 LFLAGS = -L$(LLIB) -L$(LIB) 19 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm19 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -lFITS -lohana -lm 20 20 LIBS2 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 21 21 LIBS = $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/lib.data/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS = -lsocket -lnsl -lreadline -ltermcap -lFITS -lohana -lm 18 18 CFLAGS = $(INCS) 19 19 CCFLAGS = $(LIBS) -
trunk/Ohana/src/opihi/lib.shell/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS = -lsocket -lnsl -lreadline -ltermcap -lFITS -lohana -lm 18 18 CFLAGS = $(INCS) 19 19 CCFLAGS = $(LIBS) -
trunk/Ohana/src/opihi/mana/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -ldvo -lFITS -lohana -lm 18 18 LIBS2 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 19 19 LIBS = $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/pantasks/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -ldvo -lFITS -lohana -lm 18 18 LIBS2 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 19 19 LIBS = $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/pclient/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -lFITS -lohana -lm 18 18 LIBS2 = -lbasiccmd -lshell -ldata 19 19 LIBS = $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/pcontrol/Makefile
r4833 r5242 15 15 INCS = -I$(INC) -I$(LINC) -I$(XINC) 16 16 LFLAGS = -L$(LLIB) -L$(LIB) 17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -l ohana -lFITS-lm17 LIBS1 = -lsocket -lnsl -lreadline -ltermcap -lFITS -lohana -lm 18 18 LIBS2 = -lbasiccmd -lshell -ldata 19 19 LIBS = $(LIBS2) $(LIBS1) -
trunk/Ohana/src/photdbc/Makefile
r4864 r5242 15 15 # 16 16 INCS = -I$(INC) -I$(LINC) -I$(XINC) 17 LIBS = -L$(LLIB) -l ohana -lFITS-lm17 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 18 18 CFLAGS = -o $*.$(ARCH).o $(INCS) 19 19 CCFLAGS = $(INCS) $(LIBS) -
trunk/Ohana/src/relphot/Makefile
r4864 r5242 15 15 # 16 16 INCS = -I$(INC) -I$(LINC) -I$(XINC) 17 LIBS = -L$(LLIB) -lsocket -lnsl -l ohana -lFITS-lm17 LIBS = -L$(LLIB) -lsocket -lnsl -ldvo -lFITS -lohana -lm 18 18 CFLAGS = -o $*.$(ARCH).o $(INCS) 19 19 CCFLAGS = $(INCS) $(LIBS) -
trunk/Ohana/src/uniphot/Makefile
r4864 r5242 15 15 # 16 16 INCS = -I$(INC) -I$(LINC) -I$(XINC) 17 LIBS = -L$(LLIB) -l ohana -lFITS-lm17 LIBS = -L$(LLIB) -ldvo -lFITS -lohana -lm 18 18 CFLAGS = -o $*.$(ARCH).o $(INCS) -Wall 19 19 CCFLAGS = $(INCS) $(LIBS) -Wall -
trunk/Ohana/src/uniphot/src/wimages.c
r4797 r5242 1 1 # include "uniphot.h" 2 3 /***** this needs to be changed to use the dvo autocode structures !!! */ 2 4 3 5 void wimages (Image *image, int Nimage) {
Note:
See TracChangeset
for help on using the changeset viewer.
