- Timestamp:
- Nov 8, 2023, 10:56:44 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/ippTools/src/Makefile.am
r42387 r42541 24 24 stacktool \ 25 25 staticskytool \ 26 xcstacktool \ 26 27 warptool \ 27 28 receivetool \ … … 82 83 regtool.h \ 83 84 stacktool.h \ 85 xcstacktool.h \ 84 86 staticskytool.h \ 85 87 warptool.h \ … … 245 247 staticskytoolConfig.c 246 248 249 xcstacktool_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 250 xcstacktool_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la 251 xcstacktool_SOURCES = \ 252 xcstacktool.c \ 253 xcstacktoolConfig.c 254 247 255 pxadmin_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS) 248 256 pxadmin_LDADD = $(PSLIB_LIBS) $(PSMODULES_LIBS) $(IPPDB_LIBS) libpxtools.la
Note:
See TracChangeset
for help on using the changeset viewer.
