IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2006, 1:13:37 PM (20 years ago)
Author:
jhoblitt
Message:

rename library & utilities from psModule -> psModules

File:
1 edited

Legend:

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

    r7215 r8569  
    1 noinst_LTLIBRARIES = libpsmoduleobjects.la
     1noinst_LTLIBRARIES = libpsmodulesobjects.la
    22
    3 libpsmoduleobjects_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS) -I../pslib/
    4 libpsmoduleobjects_la_LDFLAGS  = -release $(PACKAGE_VERSION)
    5 libpsmoduleobjects_la_SOURCES  = \
     3libpsmodulesobjects_la_CPPFLAGS = $(SRCINC) $(PSMODULES_CFLAGS) -I../pslib/
     4libpsmodulesobjects_la_LDFLAGS  = -release $(PACKAGE_VERSION)
     5libpsmodulesobjects_la_SOURCES  = \
    66     pmPeaks.c \
    77     pmMoments.c \
     
    3030        models/pmModel_SGAUSS.c
    3131
    32 psmoduleincludedir = $(includedir)
    33 psmoduleinclude_HEADERS = \
     32psmodulesincludedir = $(includedir)
     33psmodulesinclude_HEADERS = \
    3434     pmPeaks.h \
    3535     pmMoments.h \
Note: See TracChangeset for help on using the changeset viewer.