Changeset 29308
- Timestamp:
- Oct 4, 2010, 2:46:10 PM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823/psLib/test/jpeg
- Files:
-
- 1 added
- 2 edited
-
. (modified) (1 prop)
-
Makefile.am (modified) (1 diff)
-
tap_psImageJpeg.c (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psLib/test/jpeg
- Property svn:ignore
-
old new 8 8 *.da 9 9 gmon.out 10 tap_psImageJpeg
-
- Property svn:ignore
-
branches/eam_branches/ipp-20100823/psLib/test/jpeg/Makefile.am
r8958 r29308 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.
