- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippTools/src (modified) (1 prop)
-
ippTools/src/Makefile.am (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/ippTools/src
- Property svn:ignore
-
old new 1 *.la 2 *.lo 1 3 .deps 2 4 .gdb_history … … 4 6 Makefile 5 7 Makefile.in 8 addtool 9 caltool 10 camtool 11 chiptool 6 12 config.h 7 13 config.h.in 8 stamp-h1 9 *.la 10 *.lo 14 detselect 15 dettool 16 difftool 17 disttool 18 dqstatstool 19 faketool 20 flatcorr 21 guidetool 22 magicdstool 23 magictool 24 pstamptool 25 pubtool 26 pxadmin 27 pxdata.c 28 pxinject 11 29 pxtoolsErrorCodes.c 12 30 pxtoolsErrorCodes.h 13 pxadmin14 pxinject15 pztool16 31 pzgetexp 17 32 pzgetimfiles 33 pztool 34 receivetool 18 35 regtool 19 guidetool 20 chiptool 21 camtool 36 stacktool 37 stamp-h1 22 38 warptool 23 difftool24 stacktool25 faketool26 dettool27 detselect28 pxdata.c29 magictool30 magicdstool31 caltool32 flatcorr33 pstamptool34 disttool35 receivetool36 37 pubtool
-
- Property svn:ignore
-
branches/simtest_nebulous_branches/ippTools/src/Makefile.am
r24512 r27840 1 1 bin_PROGRAMS = \ 2 addtool \ 2 3 caltool \ 3 4 camtool \ … … 8 9 disttool \ 9 10 flatcorr \ 11 dqstatstool \ 10 12 magictool \ 11 13 magicdstool \ … … 23 25 pubtool 24 26 25 26 bin_SCRIPTS = \27 fakemagic28 29 27 pkginclude_HEADERS = \ 28 pxadd.h \ 30 29 pxadmin.h \ 31 30 pxcam.h \ … … 34 33 pxdata.h \ 35 34 pxfake.h \ 35 pxdqstats.h 36 pxmagic.h \ 36 37 pxregister.h \ 38 pxspace.h \ 37 39 pxtag.h \ 38 40 pxtools.h \ … … 42 44 43 45 noinst_HEADERS = \ 46 addtool.h \ 44 47 caltool.h \ 45 48 camtool.h \ … … 51 54 flatcorr.h \ 52 55 faketool.h \ 56 dqstatstool.h \ 53 57 magictool.h \ 54 58 magicdstool.h \ … … 68 72 libpxtools_la_LDFLAGS = -release $(PACKAGE_VERSION) 69 73 libpxtools_la_SOURCES = \ 74 pxadd.c \ 70 75 pxcam.c \ 71 76 pxchip.c \ … … 75 80 pxfake.c \ 76 81 pxfault.c \ 82 pxdqstats.c \ 83 pxmagic.c \ 77 84 pxregister.c \ 85 pxspace.c \ 78 86 pxtag.c \ 79 87 pxtools.c \ … … 97 105 pstamptoolConfig.c 98 106 107 addtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 108 addtool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 109 addtool_SOURCES = \ 110 addtool.c \ 111 addtoolConfig.c 112 99 113 caltool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 100 114 caltool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la … … 132 146 faketool.c \ 133 147 faketoolConfig.c 148 149 dqstatstool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 150 dqstatstool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 151 dqstatstool_SOURCES = \ 152 dqstatstool.c \ 153 dqstatstoolConfig.c 134 154 135 155 magictool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.
