IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 10, 2007, 3:34:16 PM (19 years ago)
Author:
Paul Price
Message:

Separating public and private interfaces in header file and library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/Makefile.am

    r12689 r12792  
    88psphot_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PSPHOT_LIBS)
    99psphot_LDADD = libpsphot.la
    10 psphot_SOURCES = psphot.c               
     10psphot_SOURCES = psphot.c       \
     11        psphotArguments.c       \
     12        psphotCleanup.c         \
     13        psphotImageLoop.c       \
     14        psphotMosaicChip.c      \
     15        psphotParseCamera.c
    1116
    1217libpsphot_la_SOURCES = \
     
    1419        psphotVersion.c         \
    1520        psphotModelGroupInit.c  \
    16         psphotArguments.c       \
    17         psphotParseCamera.c     \
    18         psphotMosaicChip.c      \
    19         psphotImageLoop.c       \
    2021        psphotMaskReadout.c     \
    2122        psphotReadout.c         \
     
    5354        psphotDeblendSatstars.c  \
    5455        psphotMosaicSubimage.c   \
    55         psphotAddNoise.c         \
    56         psphotCleanup.c         
     56        psphotAddNoise.c
    5757
    5858
     
    6060        psphot.h \
    6161        psphotErrorCodes.h
     62
     63noinst_HEADERS = \
     64        psphotInternal.h
    6265
    6366clean-local:
Note: See TracChangeset for help on using the changeset viewer.