Changeset 14481
- Timestamp:
- Aug 13, 2007, 4:33:33 PM (19 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 3 added
- 1 edited
-
Makefile.am (modified) (3 diffs)
-
magictool.c (added)
-
magictool.h (added)
-
magictoolConfig.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/Makefile.am
r14018 r14481 1 1 2 2 bin_PROGRAMS = \ 3 camtool \ 4 chiptool \ 3 5 detselect \ 4 6 dettool \ 5 regtool \6 chiptool \7 camtool \8 warptool \9 7 difftool \ 10 stacktool \8 magictool \ 11 9 pxadmin \ 12 10 pxinject \ 13 11 pzgetexp \ 12 regtool \ 13 stacktool \ 14 warptool \ 14 15 pzgetimfiles \ 15 16 pztool … … 28 29 29 30 noinst_HEADERS = \ 31 camtool.h \ 32 chiptool.h \ 33 detselect.h \ 30 34 dettool.h \ 31 detselect.h \ 35 difftool.h \ 36 guidetool.h \ 37 magictool.h \ 38 pxinject.h \ 32 39 regtool.h \ 33 guidetool.h \ 34 chiptool.h \ 35 camtool.h \ 40 stacktool.h \ 36 41 warptool.h \ 37 difftool.h \38 stacktool.h \39 pxinject.h \40 42 pzgetexp.h \ 41 43 pzgetimfiles.h \ … … 91 93 camtool.c \ 92 94 camtoolConfig.c 95 96 magictool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 97 magictool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 98 magictool_SOURCES = \ 99 magictool.c \ 100 magictoolConfig.c 93 101 94 102 warptool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
Note:
See TracChangeset
for help on using the changeset viewer.
