Changeset 42387 for trunk/ippTools/src/Makefile.am
- Timestamp:
- Feb 8, 2023, 12:14:39 PM (3 years ago)
- Location:
- trunk/ippTools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/ippTools (added) merged: 42166,42193,42195-42197,42205-42207,42213,42258,42367
- Property svn:mergeinfo changed
-
trunk/ippTools/src
- Property svn:ignore
-
old new 49 49 fftool 50 50 remotetool 51 51 fpcamtool
-
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/ippTools/src (added) merged: 42166,42195-42197,42205,42207,42258,42367
- Property svn:ignore
-
trunk/ippTools/src/Makefile.am
r36511 r42387 35 35 releasetool \ 36 36 fftool \ 37 fpcamtool \ 37 38 remotetool 38 39 … … 55 56 pxtoolsErrorCodes.h \ 56 57 pxtree.h \ 58 pxfpcam.h \ 57 59 pxwarp.h 58 60 … … 91 93 releasetool.h \ 92 94 fftool.h \ 95 fpcamtool.h \ 93 96 remotetool.h 94 97 … … 116 119 pxtoolsErrorCodes.c \ 117 120 pxtree.c \ 121 pxfpcam.c \ 118 122 pxwarp.c 119 123 … … 174 178 camtool.c \ 175 179 camtoolConfig.c 180 181 fpcamtool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 182 fpcamtool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 183 fpcamtool_SOURCES = \ 184 fpcamtool.c \ 185 fpcamtoolConfig.c 176 186 177 187 faketool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.
