- Timestamp:
- May 10, 2022, 5:16:45 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ippTools/src/Makefile.am
r36511 r42197 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.
