IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2008, 3:43:44 PM (18 years ago)
Author:
eugene
Message:

adding output stats from header metadata

File:
1 edited

Legend:

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

    r16079 r18007  
    55bin_PROGRAMS = psastro psastroModel gpcModel
    66
    7 psastro_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PSASTRO_CFLAGS)
    8 psastro_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PSASTRO_LIBS)
     7psastro_CPPFLAGS = $(PSLIB_CFLAGS) $(PSMODULE_CFLAGS) $(PPSTATS_CFLAGS) $(PSASTRO_CFLAGS)
     8psastro_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PPSTATS_LIBS) $(PSASTRO_LIBS)
    99psastro_LDADD = libpsastro.la
    1010
     
    2323        psastroDataLoad.c           \
    2424        psastroDataSave.c           \
     25        psastroMetadataStats.c      \
    2526        psastroCleanup.c
    2627
     
    3839
    3940gpcModel_SOURCES = gpcModel.c
    40 
    41 ## move DataSave to psastro_SOURCES?
    4241
    4342libpsastro_la_SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.