IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2008, 4:22:30 PM (18 years ago)
Author:
eugene
Message:

adding stand-alone boresite model fitter

File:
1 edited

Legend:

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

    r19510 r19547  
    33libpsastro_la_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSASTRO_CFLAGS)
    44
    5 bin_PROGRAMS = psastro psastroModel gpcModel
     5bin_PROGRAMS = psastro psastroModel psastroModelFit gpcModel
    66
    77psastro_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PPSTATS_CFLAGS) $(PSASTRO_CFLAGS)
     
    1212psastroModel_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PSASTRO_LIBS)
    1313psastroModel_LDADD = libpsastro.la
     14
     15psastroModelFit_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSASTRO_CFLAGS)
     16psastroModelFit_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PSASTRO_LIBS)
     17psastroModelFit_LDADD = libpsastro.la
    1418
    1519gpcModel_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSASTRO_CFLAGS)
     
    3741        psastroModelDataSave.c      \
    3842        psastroCleanup.c
     43
     44psastroModelFit_SOURCES = \
     45        psastroModelFit.c \
     46        psastroModelBoresite.c      \
     47        psastroModelFitBoresite.c
    3948
    4049gpcModel_SOURCES = gpcModel.c
Note: See TracChangeset for help on using the changeset viewer.