Changeset 6678 for trunk/Ohana/src/opihi
- Timestamp:
- Mar 24, 2006, 3:20:51 PM (20 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 8 edited
-
cmd.astro/fixwrap.c (modified) (1 diff)
-
cmd.data/dimendown.c (modified) (1 diff)
-
dvo/Makefile (modified) (1 diff)
-
include/data.h (modified) (1 diff)
-
mana/Makefile (modified) (1 diff)
-
pantasks/Makefile (modified) (1 diff)
-
pclient/Makefile (modified) (1 diff)
-
pcontrol/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.astro/fixwrap.c
r6644 r6678 4 4 5 5 int i, j, Nflip, n, Ny, Nx, flip, sat, rowfix; 6 float *Vin, *outf, *outb, d V, dO;6 float *Vin, *outf, *outb, dO; 7 7 Buffer *in; 8 8 -
trunk/Ohana/src/opihi/cmd.data/dimendown.c
r5995 r6678 20 20 } 21 21 22 if (argc != 3) { 23 } 22 if (argc != 3) goto usage; 24 23 25 24 if ((buf = SelectBuffer (argv[1], OLDBUFFER, TRUE)) == NULL) return (FALSE); -
trunk/Ohana/src/opihi/dvo/Makefile
r6000 r6678 19 19 # link flags 20 20 LIBS = -L$(LIB) -L$(LLIB) -L$(XLIB) 21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB FLAG) -ldvo -lkapa -lFITS -lohana -lX11 -lm21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB) -ldvo -lkapa -lFITS -lohana -lX11 -lm 22 22 LIBS2 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 23 23 LFLAGS = $(LIBS) $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/include/data.h
r5320 r6678 26 26 void PushNamedQueue (char *name, char *line); 27 27 char *PopQueue (Queue *queue); 28 char *PopQueueMatch (Queue *queue, int Key, char *value); 28 29 void PushQueueUnique (Queue *queue, char *line, int Key); 29 30 void PushQueueReplace (Queue *queue, char *line, int Key); -
trunk/Ohana/src/opihi/mana/Makefile
r6629 r6678 19 19 # link flags 20 20 LIBS = -L$(LIB) -L$(LLIB) -L$(XLIB) 21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB FLAG) -ldvo -lkapa -lFITS -lohana -lX11 -lm22 # LIBS1 = -lreadline $(TLIB FLAG) -ldvo -lkapa -lFITS -lohana -lX11 -lm21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB) -ldvo -lkapa -lFITS -lohana -lX11 -lm 22 # LIBS1 = -lreadline $(TLIB) -ldvo -lkapa -lFITS -lohana -lX11 -lm 23 23 LIBS2 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 24 24 LFLAGS = $(LIBS) $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/pantasks/Makefile
r6000 r6678 19 19 # link flags 20 20 LIBS = -L$(LIB) -L$(LLIB) -L$(XLIB) 21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB FLAG) -ldvo -lkapa -lFITS -lohana -lX11 -lm21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB) -ldvo -lkapa -lFITS -lohana -lX11 -lm 22 22 LIBS2 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 23 23 LFLAGS = $(LIBS) $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/pclient/Makefile
r6000 r6678 19 19 # link flags 20 20 LIBS = -L$(LIB) -L$(LLIB) -L$(XLIB) 21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB FLAG) -ldvo -lkapa -lFITS -lohana -lX11 -lm21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB) -ldvo -lkapa -lFITS -lohana -lX11 -lm 22 22 LIBS2 = -lbasiccmd -ldatacmd -lastrocmd -lshell -ldata 23 23 LFLAGS = $(LIBS) $(LIBS2) $(LIBS1) -
trunk/Ohana/src/opihi/pcontrol/Makefile
r6000 r6678 19 19 # link flags 20 20 LIBS = -L$(LIB) -L$(LLIB) -L$(XLIB) 21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB FLAG) -lkapa -lFITS -lohana -lX11 -lm21 LIBS1 = -lsocket -lnsl -lreadline $(TLIB) -lkapa -lFITS -lohana -lX11 -lm 22 22 LIBS2 = -lbasiccmd -lshell -ldata 23 23 LFLAGS = $(LIBS) $(LIBS2) $(LIBS1)
Note:
See TracChangeset
for help on using the changeset viewer.
