- Timestamp:
- Jul 17, 2014, 12:36:19 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-ops-20130712
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ippTools (modified) (1 prop)
-
ippTools/src (modified) (2 props)
-
ippTools/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-ops-20130712
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-ops-20130712/ippTools
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-ops-20130712/ippTools/src
- Property svn:ignore
-
old new 47 47 sctool 48 48 releasetool 49 fftool 50 remotetool 51
-
- Property svn:mergeinfo deleted
- Property svn:ignore
-
branches/eam_branches/ipp-ops-20130712/ippTools/src/Makefile.am
r34913 r37068 33 33 vptool \ 34 34 sctool \ 35 releasetool 35 releasetool \ 36 fftool \ 37 remotetool 36 38 37 39 pkginclude_HEADERS = \ … … 87 89 vptool.h \ 88 90 sctool.h \ 89 releasetool.h 91 releasetool.h \ 92 fftool.h \ 93 remotetool.h 90 94 91 95 lib_LTLIBRARIES = libpxtools.la … … 332 336 releasetoolConfig.c 333 337 338 fftool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 339 fftool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 340 fftool_SOURCES = \ 341 fftool.c \ 342 fftoolConfig.c 343 344 remotetool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 345 remotetool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 346 remotetool_SOURCES = \ 347 remotetool.c \ 348 remotetoolConfig.c 349 334 350 clean-local: 335 351 -rm -f TAGS
Note:
See TracChangeset
for help on using the changeset viewer.
