IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 10, 2005, 9:53:54 AM (21 years ago)
Author:
gusciora
Message:

A fairly large check-in. This incorporates must of Eugene's mods to
the object detection routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/Makefile.am

    r5170 r5255  
    33libpsmoduleobjects_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS)
    44libpsmoduleobjects_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    5 libpsmoduleobjects_la_SOURCES  = pmObjects.c
     5libpsmoduleobjects_la_SOURCES  = \
     6    pmObjects.c \
     7    pmPSF.c \
     8    pmPSFtry.c \
     9    pmModelGroup.c \
     10    psModulesUtils.c \
     11    psLibUtils.c \
     12    psEllipse.c
    613
    714psmoduleincludedir = $(includedir)
    815psmoduleinclude_HEADERS = \
    9   pmObjects.h
     16    pmObjects.h \
     17    pmPSF.h \
     18    pmPSFtry.h \
     19    pmModelGroup.h \
     20    psModulesUtils.h \
     21    psLibUtils.h \
     22    psEllipse.h
Note: See TracChangeset for help on using the changeset viewer.