IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1264


Ignore:
Timestamp:
Jul 22, 2004, 10:42:54 AM (22 years ago)
Author:
desonia
Message:

moved image stuff to own folder.

Location:
trunk/psLib/src
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile

    r1232 r1264  
    33##  Makefile:  psLib
    44##
    5 ##  $Revision: 1.15 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-15 22:43:53 $
     5##  $Revision: 1.16 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-07-22 20:42:54 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2727   VERSION:= ": Project Version: Unknown "
    2828else
    29    VERSION:= ": Project Version: $(NAME) "
     29   VERSION:= ": Project VersidistcleanSysUtils:
     30        $(MAKE) --directory=sysUtils distclean
     31       
     32on: $(NAME) "
    3033endif
    3134
    3235# Define the target to build
    3336
    34 ALLTARGETS = sysUtils collections dataManip astronomy
     37ALLTARGETS = sysUtils collections image dataManip astronomy
    3538
    3639TARGET_DYNAMIC = libpslib.$(DLL)
     
    3942# Define the installation targets
    4043
    41 INSTALLTARGETS = installSysUtils installCollections installDataManip installAstronomy
     44INSTALLTARGETS = installSysUtils installCollections installImage installDataManip installAstronomy
    4245
    4346# Define the clean up targets
    4447
    45 CLEANTARGETS = cleanSysUtils cleanCollections cleanDataManip cleanAstronomy
     48CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy
    4649
    4750# Define the distribution clean up targets
    4851
    49 DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanDataManip distcleanAstronomy
     52DISTCLEANTARGETS = distcleanSysUtils distcleanCollections distcleanImage distcleanDataManip distcleanAstronomy
    5053
    5154# Define PHONY target "all" which will make all necessary items
     
    6265sysUtils:
    6366        $(MAKE) --directory=sysUtils all
     67
     68image:
     69        $(MAKE) --directory=image all
    6470
    6571collections:
     
    8086        $(MAKE) --directory=sysUtils install
    8187
     88installImage:
     89        $(MAKE) --directory=image install
     90
    8291installCollections:
    8392        $(MAKE) --directory=collections install
     
    95104        $(MAKE) --directory=sysUtils clean
    96105
     106cleanImage:
     107        $(MAKE) --directory=image clean
     108
    97109cleanCollections:
    98110        $(MAKE) --directory=collections clean
     
    109121distcleanSysUtils:
    110122        $(MAKE) --directory=sysUtils distclean
     123       
     124distcleanImage:
     125        $(MAKE) --directory=image distclean
    111126       
    112127distcleanCollections:
     
    180195
    181196# List of PHONY targets with make file
    182 .PHONY:  sysUtils collections dataManip astronomy
     197.PHONY:  sysUtils collections image dataManip astronomy
  • trunk/psLib/src/astronomy/Makefile

    r1236 r1264  
    55TARGET_STATIC  = libpslib.a
    66include ../Makefile.Globals
    7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I..
     7CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. -I../image
    88
    99SRC_OBJS = psTime.o \
  • trunk/psLib/src/astronomy/psCCD.d

    r1240 r1264  
    1 psCCD.o psCCD.d : psCCD.c psCCD.h ../collections/psType.h ../collections/psImage.h \
     1psCCD.o psCCD.d : psCCD.c psCCD.h ../collections/psType.h ../image/psImage.h \
    22  ../collections/psArray.h ../collections/psCompare.h \
    33  ../collections/psList.h ../sysUtils/psMemory.h
  • trunk/psLib/src/collections/Makefile

    r1233 r1264  
    33##  Makefile:   collections
    44##
    5 ##  $Revision: 1.25 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-15 23:52:33 $
     5##  $Revision: 1.26 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-07-22 20:42:54 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3232SRC_OBJS = psBitSet.o \
    3333           psVector.o \
    34            psImage.o \
    3534           psList.o \
    3635           psScalar.o \
  • trunk/psLib/src/dataManip/Makefile

    r1216 r1264  
    55TARGET_STATIC  = libpslib.a
    66include ../Makefile.Globals
    7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I..
     7CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. -I../image
    88
    99SRC_OBJS = psStats.o  \
    1010           psFunctions.o \
    11            psImageStats.o \
    1211           psMatrix.o \
    1312           psMatrixVectorArithmetic.o \
    1413           psFFT.o \
    15            psImageIO.o \
    1614           psMinimize.o \
    17            psImageManip.o
    1815           
    1916all: $(TARGET_STATIC)
  • trunk/psLib/src/dataManip/psFFT.c

    r1073 r1264  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-06-23 23:00:15 $
     7 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-07-22 20:42:54 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2121#include "psMemory.h"
    2222#include "psLogMsg.h"
     23#include "psImageExtraction.h"
    2324
    2425#define P_FFTW_PLAN_RIGOR FFTW_ESTIMATE
  • trunk/psLib/src/dataManip/psFFT.d

    r986 r1264  
    1 psFFT.o psFFT.d : psFFT.c psFFT.h ../collections/psImage.h ../collections/psType.h \
     1psFFT.o psFFT.d : psFFT.c psFFT.h ../image/psImage.h ../collections/psType.h \
    22  ../collections/psVector.h ../sysUtils/psError.h ../sysUtils/psMemory.h \
    3   ../sysUtils/psLogMsg.h
     3  ../sysUtils/psLogMsg.h ../image/psImageExtraction.h
  • trunk/psLib/src/dataManip/psMatrix.d

    r986 r1264  
    11psMatrix.o psMatrix.d : psMatrix.c ../sysUtils/psMemory.h ../sysUtils/psError.h \
    2   ../collections/psImage.h ../collections/psType.h \
    3   ../collections/psVector.h psMatrix.h
     2  ../image/psImage.h ../collections/psType.h ../collections/psVector.h \
     3  psMatrix.h
  • trunk/psLib/src/dataManip/psMatrixVectorArithmetic.d

    r1074 r1264  
    11psMatrixVectorArithmetic.o psMatrixVectorArithmetic.d : psMatrixVectorArithmetic.c \
    2   ../sysUtils/psMemory.h ../sysUtils/psError.h ../collections/psImage.h \
     2  ../sysUtils/psMemory.h ../sysUtils/psError.h ../image/psImage.h \
    33  ../collections/psType.h ../collections/psVector.h \
    44  ../collections/psScalar.h
  • trunk/psLib/src/dataManip/psMinimize.d

    r1233 r1264  
    11psMinimize.o psMinimize.d : psMinimize.c ../sysUtils/psMemory.h \
    2   ../collections/psVector.h ../collections/psType.h \
    3   ../collections/psImage.h ../sysUtils/psTrace.h ../sysUtils/psError.h \
    4   ../sysUtils/psAbort.h psFunctions.h psMinimize.h psMatrix.h
     2  ../collections/psVector.h ../collections/psType.h ../image/psImage.h \
     3  ../sysUtils/psTrace.h ../sysUtils/psError.h ../sysUtils/psAbort.h \
     4  psFunctions.h psMinimize.h psMatrix.h
  • trunk/psLib/src/dataManip/psVectorFFT.c

    r1073 r1264  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-06-23 23:00:15 $
     7 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-07-22 20:42:54 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2121#include "psMemory.h"
    2222#include "psLogMsg.h"
     23#include "psImageExtraction.h"
    2324
    2425#define P_FFTW_PLAN_RIGOR FFTW_ESTIMATE
  • trunk/psLib/src/fft/psVectorFFT.c

    r1073 r1264  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2004-06-23 23:00:15 $
     7 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2004-07-22 20:42:54 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2121#include "psMemory.h"
    2222#include "psLogMsg.h"
     23#include "psImageExtraction.h"
    2324
    2425#define P_FFTW_PLAN_RIGOR FFTW_ESTIMATE
Note: See TracChangeset for help on using the changeset viewer.