Changeset 36386 for branches/bills_branches/bills_201312/ippTools/src
- Timestamp:
- Dec 12, 2013, 10:10:20 AM (13 years ago)
- Location:
- branches/bills_branches/bills_201312/ippTools/src
- Files:
-
- 3 added
- 1 edited
-
Makefile.am (modified) (3 diffs)
-
fftool.c (added)
-
fftool.h (added)
-
fftoolConfig.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/bills_branches/bills_201312/ippTools/src/Makefile.am
r34913 r36386 33 33 vptool \ 34 34 sctool \ 35 releasetool 35 releasetool \ 36 fftool 36 37 37 38 pkginclude_HEADERS = \ … … 87 88 vptool.h \ 88 89 sctool.h \ 89 releasetool.h 90 releasetool.h \ 91 fftool.h 90 92 91 93 lib_LTLIBRARIES = libpxtools.la … … 332 334 releasetoolConfig.c 333 335 336 fftool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 337 fftool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 338 fftool_SOURCES = \ 339 fftool.c \ 340 fftoolConfig.c 341 334 342 clean-local: 335 343 -rm -f TAGS
Note:
See TracChangeset
for help on using the changeset viewer.
