- Timestamp:
- Nov 27, 2019, 11:39:38 AM (7 years ago)
- Location:
- branches/eam_branches/ipp-20191011
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippMonitor (modified) (1 prop)
-
ippMonitor/Makefile.in (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 40936,41125-41126,41132-41135
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20191011/ippMonitor/Makefile.in
r40844 r41170 1 default: updateVersion php 1 default: updateVersion php mklink 2 2 help: 3 3 @echo "USAGE: make php" 4 4 5 SRC = src 6 DEF = def 7 RAW = raw 8 SCRIPTS = scripts 9 DESTBIN = @BINDIR@ 10 DESTWWW = @HTDOCS@/ippMonitor 5 SRC = src 6 DEF = def 7 RAW = raw 8 SCRIPTS = scripts 9 DESTBIN = @BINDIR@ 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 … … 172 174 $(DESTWWW)/fullforceRun.php \ 173 175 $(DESTWWW)/fullforceSummary.php \ 176 $(DESTWWW)/fullforce_failure.php \ 174 177 $(DESTWWW)/failedFullforce.php \ 175 178 $(DESTWWW)/diffSummary.php \ … … 280 283 $(DESTWWW)/noimage.png 281 284 282 DESTLINK = $(DESTWWW)/index.php 283 284 php: $(RAWSRC) $(DEFSRC) $(PICTURES) $(DESTLINK) $(PROGRAMS) 285 DESTLINK = $(DESTWWW)/index.php 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 ######################### … … 288 294 # .PRECIOUS: $(BIN)/%.$(ARCH) 289 295 290 $(DESTLINK): $(DESTWWW)/Login.php 296 $(DESTLINK): $(DESTWWW)/Login.php 291 297 rm -f $@ 292 298 ln -s $(DESTWWW)/Login.php $@ … … 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.
