Changeset 18029 for trunk/ippTools/src/Makefile.am
- Timestamp:
- Jun 9, 2008, 12:55:57 PM (18 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src
- Property svn:ignore
-
old new 23 23 difftool 24 24 stacktool 25 faketool 25 26 dettool 26 27 detselect
-
- Property svn:ignore
-
trunk/ippTools/src/Makefile.am
r17856 r18029 8 8 flatcorr \ 9 9 magictool \ 10 pstamptool \10 pstamptool \ 11 11 pxadmin \ 12 12 pxinject \ 13 faketool \ 13 14 pzgetexp \ 14 15 pzgetimfiles \ … … 28 29 pxconfig.h \ 29 30 pxdata.h \ 31 pxfake.h \ 30 32 pxio.h \ 31 33 pxregister.h \ … … 44 46 difftool.h \ 45 47 flatcorr.h \ 48 faketool.h \ 46 49 guidetool.h \ 47 50 magictool.h \ 48 pstamptool.h \51 pstamptool.h \ 49 52 pxinject.h \ 50 53 pzgetexp.h \ … … 65 68 pxdata.c \ 66 69 pxerrors.c \ 70 pxfake.c \ 67 71 pxfault.c \ 68 72 pxio.c \ … … 124 128 camtoolConfig.c 125 129 130 faketool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 131 faketool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 132 faketool_SOURCES = \ 133 faketool.c \ 134 faketoolConfig.c 135 126 136 magictool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 127 137 magictool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
Note:
See TracChangeset
for help on using the changeset viewer.
