IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26890


Ignore:
Timestamp:
Feb 10, 2010, 7:22:24 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201 (main changes is due to DOS-style line breaks on the trunk; add VerifyStreaks)

Location:
trunk/magic
Files:
5 edited
3 copied

Legend:

Unmodified
Added
Removed
  • trunk/magic/Makefile

    r26442 r26890  
    22default: all
    33
    4 all: ssa-core-cpp magic
     4all: ssa-core-cpp magic verify
    55
    6 install: magic.install
     6install: magic.install verify.install
    77
    88clean:
     
    1515        tar xvzf ~/ssa-core-cpp.tgz
    1616        cp Makefile.magic magic/Makefile.magic
     17        cp magic/VerifyStreaks/main.cpp verify/VerifyStreaks.cpp
    1718
    1819ssa-core-cpp: ssa-core-cpp/build/libSSA.a
     
    2930        if [ -d magic ]; then (cd magic && make -f Makefile.magic install); fi
    3031
     32update.verify:
     33        cp magic/VerifyStreaks/main.cpp verify/VerifyStreaks.cpp
     34
     35verify: verify/VerifyStreaks
     36
     37verify/VerifyStreaks:
     38        if [ -d magic ]; then (cd verify && make); fi
     39
     40verify.install:
     41        if [ -d magic ]; then (cd verify && make install); fi
     42
     43# REMOVE = remove/src
     44#
     45# remove: FORCE
     46#       @cd $(REMOVE) && make -f Makefile.simple all
     47#
     48# remove.install: remove
     49#       @cd $(REMOVE) && make -f Makefile.simple install
     50
    3151FORCE:
  • trunk/magic/remove/src

    • Property svn:ignore
      •  

        old new  
        1111config.h.in
        1212stamp-h1
        13 
  • trunk/magic/remove/src/Makefile.am

    r26440 r26890  
    8484        streaksextern.h \
    8585        streaksio.h     \
    86         streaksremove.h \
    8786        streaksVersionDefinitions.h
    8887
  • trunk/magic/remove/src/diffedpixels.c

  • trunk/magic/remove/src/streaksremove.c

    r26622 r26890  
    273273        } else {
    274274            fprintf(sfiles->statsFile, "%s", statsMDC);
    275             psFree((void *)statsMDC);
     275            psFree(statsMDC);
    276276            fclose(sfiles->statsFile);
    277277            sfiles->statsFile = NULL;
Note: See TracChangeset for help on using the changeset viewer.