Changeset 29542 for trunk/psLib/test/jpeg
- Timestamp:
- Oct 25, 2010, 12:54:22 PM (16 years ago)
- Location:
- trunk/psLib/test/jpeg
- Files:
-
- 2 edited
- 1 copied
-
. (modified) (1 prop)
-
Makefile.am (modified) (1 diff)
-
tap_psImageJpeg.c (copied) (copied from branches/eam_branches/ipp-20100823/psLib/test/jpeg/tap_psImageJpeg.c )
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/jpeg
- Property svn:ignore
-
old new 8 8 *.da 9 9 gmon.out 10 tap_psImageJpeg
-
- Property svn:ignore
-
trunk/psLib/test/jpeg/Makefile.am
r8958 r29542 1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS) 1 2 AM_CPPFLAGS = \ 3 $(SRCINC) \ 4 -I$(top_srcdir)/test/tap/src \ 5 -I$(top_srcdir)/test/pstap/src \ 6 $(PSLIB_CFLAGS) 7 2 8 AM_LDFLAGS = \ 3 9 $(top_builddir)/src/libpslib.la \ 4 10 $(top_builddir)/test/tap/src/libtap.la \ 11 $(top_builddir)/test/pstap/src/libpstap.la \ 5 12 $(PSLIB_LIBS) 6 13 7 TEST_PROGS = 14 TEST_PROGS = \ 15 tap_psImageJpeg 8 16 9 17 if BUILD_TESTS
Note:
See TracChangeset
for help on using the changeset viewer.
