Changeset 34077
- Timestamp:
- Jun 26, 2012, 10:23:40 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601/Ohana
- Files:
-
- 9 edited
-
configure.tcsh (modified) (2 diffs)
-
src/addstar/Makefile (modified) (1 diff)
-
src/addstar/src/LoadData.c (modified) (1 diff)
-
src/addstar/src/ReadStarsSDSS.c (modified) (1 diff)
-
src/addstar/src/sky_tessalation.c (modified) (1 diff)
-
src/getstar/src/ReadImageFiles.c (modified) (1 diff)
-
src/libautocode/def/common.h (modified) (1 diff)
-
src/libfits/Makefile (modified) (1 diff)
-
src/opihi/pcontrol/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
r34036 r34077 62 62 case --enable-debug-build 63 63 set debug_build = 1 64 set pedantic = 0 65 echo "disabling pedantic build" 66 endif 64 67 breaksw; 65 68 # options used by Ohana, but not gpcsw … … 87 90 case --pedantic 88 91 set pedantic = 1 92 if ($debug_build) then 93 echo "--pedantic and --enable-debug-build are mutually exclusive" 94 exit 2; 95 endif 89 96 breaksw; 90 97 case --no-pedantic -
branches/eam_branches/ipp-20120601/Ohana/src/addstar/Makefile
r33963 r34077 13 13 14 14 # programs may add their own internal requirements here 15 FULL_CFLAGS = $(BASE_CFLAGS) -Wall -Werror15 FULL_CFLAGS = $(BASE_CFLAGS) 16 16 FULL_CPPFLAGS = $(BASE_CPPFLAGS) 17 17 FULL_LDFLAGS = -lkapa -ldvo -lFITS -lohana $(BASE_LDFLAGS) -
branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/LoadData.c
r31669 r34077 1 1 # include "addstar.h" 2 # define DVO_IMAGE_NAME_LEN 1283 2 4 3 // XXX this function is somewhat specific to the elixir format output files -
branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/ReadStarsSDSS.c
r33653 r34077 1 1 # include "addstar.h" 2 # define DVO_IMAGE_NAME_LEN 128 2 3 3 int SetSDSSFlags (Stars *star, unsigned int flags1, unsigned int flags2); 4 4 -
branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/sky_tessalation.c
r33719 r34077 2 2 # include "assert.h" 3 3 # define iSWAP(X,Y) {int tmp=(X); (X) = (Y); (Y) = tmp;} 4 # define DVO_IMAGE_NAME_LEN 1285 4 6 5 // we use a static refcoords structure to avoid multiple alloc / init steps -
branches/eam_branches/ipp-20120601/Ohana/src/getstar/src/ReadImageFiles.c
r29557 r34077 1 1 # include "dvoImageOverlaps.h" 2 # define DVO_IMAGE_NAME_LEN 1283 2 4 3 Image *ReadImageFiles (char *filename, off_t *Nimages) { -
branches/eam_branches/ipp-20120601/Ohana/src/libautocode/def/common.h
r28241 r34077 32 32 # define rawshort short 33 33 34 # define DVO_IMAGE_NAME_LEN 128 35 34 36 /*** rawshort is used to handle the broken pre-autocode photreg tables 35 37 fix the tables and remove this -
branches/eam_branches/ipp-20120601/Ohana/src/libfits/Makefile
r31663 r34077 16 16 17 17 # programs may add their own internal requirements here 18 FULL_CFLAGS = $(BASE_CFLAGS) -fPIC -Wall -Werror18 FULL_CFLAGS = $(BASE_CFLAGS) -fPIC 19 19 FULL_CPPFLAGS = $(BASE_CPPFLAGS) -I$(EXT) 20 20 FULL_LDFLAGS = $(BASE_LDFLAGS) -lohana -
branches/eam_branches/ipp-20120601/Ohana/src/opihi/pcontrol/Makefile
r33662 r34077 13 13 LIBS1 = -lkapa -lFITS -lohana 14 14 LIBS2 = -lbasiccmd -lshell -ldata 15 FULL_CFLAGS = $(BASE_CFLAGS) -Wall -Werror15 FULL_CFLAGS = $(BASE_CFLAGS) 16 16 FULL_CPPFLAGS = $(BASE_CPPFLAGS) 17 17 FULL_LDFLAGS = $(LIBS1) $(LIBS2) $(BASE_LDFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.
