Changeset 41135 for trunk/ippMonitor/Makefile.in
- Timestamp:
- Nov 25, 2019, 4:14:49 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/Makefile.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r41126 r41135 1 default: updateVersion php 1 default: updateVersion php mklink 2 2 help: 3 3 @echo "USAGE: make php" … … 9 9 DESTBIN = @BINDIR@ 10 10 DESTWWW = @HTDOCS@/ippMonitor 11 CZARPLOTDIR = /export/@HOST2@.0/ipp/czartool_plots 12 METRICSPLOTDIR = /export/@HOST2@.0/ipp/ippMetrics 11 13 12 14 GENERATE = $(SCRIPTS)/generate … … 173 175 $(DESTWWW)/fullforceSummary.php \ 174 176 $(DESTWWW)/fullforce_failure.php \ 177 $(DESTWWW)/failedFullforce.php \ 175 178 $(DESTWWW)/diffSummary.php \ 176 179 $(DESTWWW)/diffSummary_Images.php \ … … 281 284 282 285 DESTLINK = $(DESTWWW)/index.php 283 284 php: $(RAWSRC) $(DEFSRC) $(PICTURES) $(DESTLINK) $(PROGRAMS) 286 CZPLOTSLINK = $(DESTWWW)/czartool_plots 287 METRICSLINK = $(DESTWWW)/ippMetrics 288 289 290 php: $(RAWSRC) $(DEFSRC) $(PICTURES) $(DESTLINK) $(PROGRAMS) 285 291 286 292 # dependancy rules for binary code ######################### … … 311 317 updateVersion: 312 318 rm -f $(DESTWWW)/version.php 313 314 test: 319 @if [ ! -d $(CZARPLOTDIR) ]; then mkdir -p $(CZARPLOTDIR); fi 320 @if [ ! -d $(METRICSPLOTDIR) ]; then mkdir -p $(METRICSPLOTDIR); fi 321 322 mklink: $(CZPLOTSLINK) $(METRICSLINK) 323 324 $(CZPLOTSLINK): $(CZARPLOTDIR) 325 rm -f $@ 326 ln -s $(CZARPLOTDIR) $@ 327 328 $(METRICSLINK): $(METRICSPLOTDIR) 329 rm -f $@ 330 ln -s $(METRICSPLOTDIR) $@ 331 332 test: 315 333 #DESTWWW := $(DESTWWW)/test 316 334 echo $(DESTWWW) … … 355 373 cp $(SCRIPTS)/$* $(DESTBIN)/$* || exit 356 374 chmod +x $(DESTBIN)/$* || exit 375 376 377 357 378 358 379 # utilities #################################################
Note:
See TracChangeset
for help on using the changeset viewer.
