- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ppStack/src (modified) (1 prop)
-
ppStack/src/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ppStack/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppStackVersionDefinitions.h 12 ppStackErrorCodes.c 13 ppStackErrorCodes.h
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/ppStack/src/Makefile.am
r23808 r27840 47 47 ppStackCleanup.c \ 48 48 ppStackPhotometry.c \ 49 ppStackFinish.c 49 ppStackFinish.c \ 50 ppStackErrorCodes.c 50 51 51 52 noinst_HEADERS = \ … … 53 54 ppStackLoop.h \ 54 55 ppStackOptions.h \ 55 ppStackThread.h 56 ppStackThread.h \ 57 ppStackErrorCodes.h 56 58 57 CLEANFILES = *~ 59 ### Error codes. 60 BUILT_SOURCES = ppStackErrorCodes.h ppStackErrorCodes.c 61 CLEANFILES = ppStackErrorCodes.h ppStackErrorCodes.c 62 63 ppStackErrorCodes.h : ppStackErrorCodes.dat ppStackErrorCodes.h.in 64 $(ERRORCODES) --data=ppStackErrorCodes.dat --outdir=. ppStackErrorCodes.h 65 66 ppStackErrorCodes.c : ppStackErrorCodes.dat ppStackErrorCodes.c.in ppStackErrorCodes.h 67 $(ERRORCODES) --data=ppStackErrorCodes.dat --outdir=. ppStackErrorCodes.c 68 58 69 59 70 clean-local:
Note:
See TracChangeset
for help on using the changeset viewer.
