Changeset 41799 for branches/eam_branches/ipp-dev-20210817
- Timestamp:
- Aug 20, 2021, 12:01:49 PM (5 years ago)
- Location:
- branches/eam_branches/ipp-dev-20210817/psastro/src
- Files:
-
- 5 added
- 1 edited
-
Makefile.am (modified) (3 diffs)
-
psastroTIO.c (added)
-
psastroTIOArguments.c (added)
-
psastroTIODataLoad.c (added)
-
psastroTIODataSave.c (added)
-
psastroTIOParseCamera.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-dev-20210817/psastro/src/Makefile.am
r41705 r41799 10 10 libpsastro_la_LDFLAGS = $(PSASTRO_LIBS) $(PPSTATS_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 11 11 12 bin_PROGRAMS = psastro psastroExtract psastroModel psastroModelFit gpcModel 12 bin_PROGRAMS = psastro psastroExtract psastroModel psastroModelFit gpcModel psastroTIO 13 13 14 14 psastro_CFLAGS = $(PSASTRO_CFLAGS) $(PPSTATS_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) … … 31 31 gpcModel_LDFLAGS = $(PSASTRO_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 32 32 gpcModel_LDADD = libpsastro.la 33 34 psastroTIO_CFLAGS = $(PSASTRO_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) 35 psastroTIO_LDFLAGS = $(PSASTRO_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 36 psastroTIO_LDADD = libpsastro.la 33 37 34 38 psastro_SOURCES = \ … … 62 66 psastroModelAdjust.c \ 63 67 psastroModelDataSave.c \ 68 psastroCleanup.c 69 70 psastroTIO_SOURCES = \ 71 psastroTIO.c \ 72 psastroTIOArguments.c \ 73 psastroTIOParseCamera.c \ 74 psastroTIODataLoad.c \ 75 psastroTIODataSave.c \ 64 76 psastroCleanup.c 65 77
Note:
See TracChangeset
for help on using the changeset viewer.
