Commit 006d7833 authored by claes's avatar claes

*** empty log message ***

parent d346aed5
...@@ -24,64 +24,6 @@ endif ...@@ -24,64 +24,6 @@ endif
vpath %.wb_load $(hw_source):$(os_source):$(co_source)
source_dirs = $(hw_source) $(os_source) $(co_source)
nmps_volumes := \
$(cnf_dir)/nmps_v.wb_vers
nmps_hierarchies := \
$(cnf_dir)/nmps_ch_nmpsclasses.wb_vers
nmps_layouts := \
$(cnf_dir)/nmps_l_base.wb_vers
nmps_classes := \
$(cnf_dir)/nmps_c_celldisp.wb_vers \
$(cnf_dir)/nmps_c_cellupdate.wb_vers \
$(cnf_dir)/nmps_c_cloop.wb_vers \
$(cnf_dir)/nmps_c_convdef.wb_vers \
$(cnf_dir)/nmps_c_currentdata.wb_vers \
$(cnf_dir)/nmps_c_currentindex.wb_vers \
$(cnf_dir)/nmps_c_datacopy.wb_vers \
$(cnf_dir)/nmps_c_datacnv.wb_vers \
$(cnf_dir)/nmps_c_datarcv.wb_vers \
$(cnf_dir)/nmps_c_datarequest.wb_vers \
$(cnf_dir)/nmps_c_datareset.wb_vers \
$(cnf_dir)/nmps_c_dataselect.wb_vers \
$(cnf_dir)/nmps_c_datasend.wb_vers \
$(cnf_dir)/nmps_c_displink.wb_vers \
$(cnf_dir)/nmps_c_func.wb_vers \
$(cnf_dir)/nmps_c_funcextend.wb_vers \
$(cnf_dir)/nmps_c_funcinput.wb_vers \
$(cnf_dir)/nmps_c_funcoutput.wb_vers \
$(cnf_dir)/nmps_c_getdap.wb_vers \
$(cnf_dir)/nmps_c_getobjid.wb_vers \
$(cnf_dir)/nmps_c_getobjidp.wb_vers \
$(cnf_dir)/nmps_c_mirrorconfig.wb_vers \
$(cnf_dir)/nmps_c_nmpsbackupconfig.wb_vers \
$(cnf_dir)/nmps_c_nmpscell.wb_vers \
$(cnf_dir)/nmps_c_nmpsconvconfig.wb_vers \
$(cnf_dir)/nmps_c_nmpsmirrorcell.wb_vers \
$(cnf_dir)/nmps_c_nmpsoutcell.wb_vers \
$(cnf_dir)/nmps_c_nmpsstorecell.wb_vers \
$(cnf_dir)/nmps_c_nmpstransconfig.wb_vers \
$(cnf_dir)/nmps_c_nmpstrp.wb_vers \
$(cnf_dir)/nmps_c_nmpstrpff.wb_vers \
$(cnf_dir)/nmps_c_nmpstrprr.wb_vers \
$(cnf_dir)/nmps_c_remtransrcv.wb_vers \
$(cnf_dir)/nmps_c_remtranssend.wb_vers \
$(cnf_dir)/nmps_c_runningtime.wb_vers
export_wbl := \
$(nmps_volumes) \
$(nmps_hierarchies) \
$(nmps_classes) \
$(nmps_layouts)
clean_wbl := $(patsubst %.wb_vers,clean_%.wb_vers,$(export_wbl))
.PHONY : all init copy lib exe clean realclean\ .PHONY : all init copy lib exe clean realclean\
$(clean_wbl) $(clean_wbl)
...@@ -91,7 +33,6 @@ init : ...@@ -91,7 +33,6 @@ init :
copy : $(inc_dir)/pwr_nmpsclasses.h copy : $(inc_dir)/pwr_nmpsclasses.h
#lib : $(export_wbl)
lib : $(load_dir)/nmps.dbs lib : $(load_dir)/nmps.dbs
exe : $(doc_dir)/nmps_allclasses.html \ exe : $(doc_dir)/nmps_allclasses.html \
...@@ -104,6 +45,7 @@ realclean : clean $(clean_wbl) ...@@ -104,6 +45,7 @@ realclean : clean $(clean_wbl)
$(load_dir)/nmps.dbs : $(load_dir)/nmps.dbs :
@ echo "Generating snapshot for nmps" @ echo "Generating snapshot for nmps"
@ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/nmps/src/\"/out=\"$(target)\" @ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/nmps/src/\"/out=\"$(target)\"
@ chmod a+w $(target)
$(inc_dir)/pwr_nmpsclasses.h : $(inc_dir)/pwr_nmpsclasses.h :
@ echo "Generating struct files for nmps classes..." @ echo "Generating struct files for nmps classes..."
...@@ -122,15 +64,8 @@ $(exe_dir)/nmps_xtthelp.dat : ...@@ -122,15 +64,8 @@ $(exe_dir)/nmps_xtthelp.dat :
@ echo "Generating xtt help files for nmps classes" @ echo "Generating xtt help files for nmps classes"
@ co_convert -x -d $(exe_dir) "$(pwre_sroot)/wbl/nmps/src/nmps_c_*.wb_load" @ co_convert -x -d $(exe_dir) "$(pwre_sroot)/wbl/nmps/src/nmps_c_*.wb_load"
clean_wbl :
#$(export_wbl) : $(cnf_dir)/%.wb_vers : %.wb_load @ if [ -e $(load_dir)/nmps.dbs ]; then \
# @ write sys$$output "Exporting $< ..." $(rm) $(rmflags) $(load_dir)/nmps.dbs; \
# @ $(copy) $(copyflags) $(source) $(target) fi
# @ if f$$search("$(target)") .nes. "" then $(pur) $(purflags) $(target)
$(clean_wbl) : clean_%.wb_vers : %.wb_vers
@ file := $(to-vms $(cnf_dir)/$*.wb_vers)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
@ file := $(to-vms $(lis_dir)/$*.wb_list)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
...@@ -24,319 +24,6 @@ endif ...@@ -24,319 +24,6 @@ endif
vpath %.wb_load $(hw_source):$(os_source):$(co_source)
source_dirs = $(hw_source) $(os_source) $(co_source)
pwrb_volumes := \
$(cnf_dir)/pwrb_v.wb_vers \
$(cnf_dir)/wb_v.wb_vers
pwrb_hierarchies := \
$(cnf_dir)/pwrb_ch_baseclasses.wb_vers \
$(cnf_dir)/pwrb_ch_basetypes.wb_vers
pwrb_layouts := \
$(cnf_dir)/pwrb_l_base.wb_vers \
$(cnf_dir)/pwrb_l_lists.wb_vers \
$(cnf_dir)/pwrb_l_simul.wb_vers
pwrb_classes := \
$(cnf_dir)/pwrb_c_aanalyse.wb_vers \
$(cnf_dir)/pwrb_c_aarithm.wb_vers \
$(cnf_dir)/pwrb_c_adelay.wb_vers \
$(cnf_dir)/pwrb_c_ai.wb_vers \
$(cnf_dir)/pwrb_c_ai_7436.wb_vers \
$(cnf_dir)/pwrb_c_ai_ai32up.wb_vers \
$(cnf_dir)/pwrb_c_ai_hvai32.wb_vers \
$(cnf_dir)/pwrb_c_aiarea.wb_vers \
$(cnf_dir)/pwrb_c_ai_vmic3113a.wb_vers \
$(cnf_dir)/pwrb_c_and.wb_vers \
$(cnf_dir)/pwrb_c_ao.wb_vers \
$(cnf_dir)/pwrb_c_ao_7455_20.wb_vers \
$(cnf_dir)/pwrb_c_ao_7455_30.wb_vers \
$(cnf_dir)/pwrb_c_ao_hvao4.wb_vers \
$(cnf_dir)/pwrb_c_aoarea.wb_vers \
$(cnf_dir)/pwrb_c_ao_vmic4800.wb_vers \
$(cnf_dir)/pwrb_c_apcollect.wb_vers \
$(cnf_dir)/pwrb_c_apdistribute.wb_vers \
$(cnf_dir)/pwrb_c_appldistribute.wb_vers \
$(cnf_dir)/pwrb_c_asup.wb_vers \
$(cnf_dir)/pwrb_c_atostr.wb_vers \
$(cnf_dir)/pwrb_c_av.wb_vers \
$(cnf_dir)/pwrb_c_avarea.wb_vers \
$(cnf_dir)/pwrb_c_backup.wb_vers \
$(cnf_dir)/pwrb_c_backup_conf.wb_vers \
$(cnf_dir)/pwrb_c_bcddo.wb_vers \
$(cnf_dir)/pwrb_c_bodytext.wb_vers \
$(cnf_dir)/pwrb_c_carithm.wb_vers \
$(cnf_dir)/pwrb_c_caarea.wb_vers \
$(cnf_dir)/pwrb_c_chanai.wb_vers \
$(cnf_dir)/pwrb_c_chanait.wb_vers \
$(cnf_dir)/pwrb_c_chanao.wb_vers \
$(cnf_dir)/pwrb_c_chanco.wb_vers \
$(cnf_dir)/pwrb_c_chandi.wb_vers \
$(cnf_dir)/pwrb_c_chando.wb_vers \
$(cnf_dir)/pwrb_c_classvolumeconfig.wb_vers \
$(cnf_dir)/pwrb_c_classvolumeload.wb_vers \
$(cnf_dir)/pwrb_c_co.wb_vers \
$(cnf_dir)/pwrb_c_commonclassdistribute.wb_vers \
$(cnf_dir)/pwrb_c_comph.wb_vers \
$(cnf_dir)/pwrb_c_compl.wb_vers \
$(cnf_dir)/pwrb_c_conanalog.wb_vers \
$(cnf_dir)/pwrb_c_conbluestronearr.wb_vers \
$(cnf_dir)/pwrb_c_condamenoarr.wb_vers \
$(cnf_dir)/pwrb_c_condameonearr.wb_vers \
$(cnf_dir)/pwrb_c_condametwoarr.wb_vers \
$(cnf_dir)/pwrb_c_condata.wb_vers \
$(cnf_dir)/pwrb_c_condatafeedback.wb_vers \
$(cnf_dir)/pwrb_c_condathinnoarr.wb_vers \
$(cnf_dir)/pwrb_c_condathinonearr.wb_vers \
$(cnf_dir)/pwrb_c_condathintwoarr.wb_vers \
$(cnf_dir)/pwrb_c_condigital.wb_vers \
$(cnf_dir)/pwrb_c_conexecuteorder.wb_vers \
$(cnf_dir)/pwrb_c_confeedbackanalog.wb_vers \
$(cnf_dir)/pwrb_c_confeedbackdigital.wb_vers \
$(cnf_dir)/pwrb_c_congrafcet.wb_vers \
$(cnf_dir)/pwrb_c_congreentwoarr.wb_vers \
$(cnf_dir)/pwrb_c_conmenoarr.wb_vers \
$(cnf_dir)/pwrb_c_conmeonearr.wb_vers \
$(cnf_dir)/pwrb_c_conmetwoarr.wb_vers \
$(cnf_dir)/pwrb_c_conremenoarr.wb_vers \
$(cnf_dir)/pwrb_c_conremeonearr.wb_vers \
$(cnf_dir)/pwrb_c_conremetwoarr.wb_vers \
$(cnf_dir)/pwrb_c_constrmenoarr.wb_vers \
$(cnf_dir)/pwrb_c_conthinnoarr.wb_vers \
$(cnf_dir)/pwrb_c_conthinonearr.wb_vers \
$(cnf_dir)/pwrb_c_conthintwoarr.wb_vers \
$(cnf_dir)/pwrb_c_contrace.wb_vers \
$(cnf_dir)/pwrb_c_corder.wb_vers \
$(cnf_dir)/pwrb_c_count.wb_vers \
$(cnf_dir)/pwrb_c_co_7435_33.wb_vers \
$(cnf_dir)/pwrb_c_co_7437_33.wb_vers \
$(cnf_dir)/pwrb_c_co_ipquadrature.wb_vers \
$(cnf_dir)/pwrb_c_co_pi24bo.wb_vers \
$(cnf_dir)/pwrb_c_coarea.wb_vers \
$(cnf_dir)/pwrb_c_cstoai.wb_vers \
$(cnf_dir)/pwrb_c_cstoao.wb_vers \
$(cnf_dir)/pwrb_c_cstoap.wb_vers \
$(cnf_dir)/pwrb_c_cstoav.wb_vers \
$(cnf_dir)/pwrb_c_cstoip.wb_vers \
$(cnf_dir)/pwrb_c_cstosp.wb_vers \
$(cnf_dir)/pwrb_c_cstosv.wb_vers \
$(cnf_dir)/pwrb_c_csub.wb_vers \
$(cnf_dir)/pwrb_c_curve.wb_vers \
$(cnf_dir)/pwrb_c_cyclesup.wb_vers \
$(cnf_dir)/pwrb_c_danalyse.wb_vers \
$(cnf_dir)/pwrb_c_dataarithm.wb_vers \
$(cnf_dir)/pwrb_c_datacollect.wb_vers \
$(cnf_dir)/pwrb_c_darithm.wb_vers \
$(cnf_dir)/pwrb_c_dbconfig.wb_vers \
$(cnf_dir)/pwrb_c_dbdistribute.wb_vers \
$(cnf_dir)/pwrb_c_di.wb_vers \
$(cnf_dir)/pwrb_c_dibcd.wb_vers \
$(cnf_dir)/pwrb_c_di_7437_37.wb_vers \
$(cnf_dir)/pwrb_c_di_dx2.wb_vers \
$(cnf_dir)/pwrb_c_diarea.wb_vers \
$(cnf_dir)/pwrb_c_directorydbconfig.wb_vers \
$(cnf_dir)/pwrb_c_do.wb_vers \
$(cnf_dir)/pwrb_c_document.wb_vers \
$(cnf_dir)/pwrb_c_docuser1.wb_vers \
$(cnf_dir)/pwrb_c_docuser2.wb_vers \
$(cnf_dir)/pwrb_c_dorder.wb_vers \
$(cnf_dir)/pwrb_c_do_7437_83.wb_vers \
$(cnf_dir)/pwrb_c_do_hvdo32.wb_vers \
$(cnf_dir)/pwrb_c_doarea.wb_vers \
$(cnf_dir)/pwrb_c_dpcollect.wb_vers \
$(cnf_dir)/pwrb_c_dpdistribute.wb_vers \
$(cnf_dir)/pwrb_c_drive.wb_vers \
$(cnf_dir)/pwrb_c_dsfast.wb_vers \
$(cnf_dir)/pwrb_c_dsfastconf.wb_vers \
$(cnf_dir)/pwrb_c_dshist.wb_vers \
$(cnf_dir)/pwrb_c_dshistserver.wb_vers \
$(cnf_dir)/pwrb_c_dstrend.wb_vers \
$(cnf_dir)/pwrb_c_dstrendconf.wb_vers \
$(cnf_dir)/pwrb_c_dsup.wb_vers \
$(cnf_dir)/pwrb_c_dtostr.wb_vers \
$(cnf_dir)/pwrb_c_dv.wb_vers \
$(cnf_dir)/pwrb_c_dvarea.wb_vers \
$(cnf_dir)/pwrb_c_edge.wb_vers \
$(cnf_dir)/pwrb_c_eventprinter.wb_vers \
$(cnf_dir)/pwrb_c_externref.wb_vers \
$(cnf_dir)/pwrb_c_filter.wb_vers \
$(cnf_dir)/pwrb_c_form.wb_vers \
$(cnf_dir)/pwrb_c_frame.wb_vers \
$(cnf_dir)/pwrb_c_friendnodeconfig.wb_vers \
$(cnf_dir)/pwrb_c_getageneric.wb_vers \
$(cnf_dir)/pwrb_c_getai.wb_vers \
$(cnf_dir)/pwrb_c_getao.wb_vers \
$(cnf_dir)/pwrb_c_getap.wb_vers \
$(cnf_dir)/pwrb_c_getav.wb_vers \
$(cnf_dir)/pwrb_c_getdata.wb_vers \
$(cnf_dir)/pwrb_c_getdgeneric.wb_vers \
$(cnf_dir)/pwrb_c_getdi.wb_vers \
$(cnf_dir)/pwrb_c_getdo.wb_vers \
$(cnf_dir)/pwrb_c_getdp.wb_vers \
$(cnf_dir)/pwrb_c_getdv.wb_vers \
$(cnf_dir)/pwrb_c_getip.wb_vers \
$(cnf_dir)/pwrb_c_getpi.wb_vers \
$(cnf_dir)/pwrb_c_getsgeneric.wb_vers \
$(cnf_dir)/pwrb_c_getsp.wb_vers \
$(cnf_dir)/pwrb_c_getsv.wb_vers \
$(cnf_dir)/pwrb_c_graph.wb_vers \
$(cnf_dir)/pwrb_c_graphdistribute.wb_vers \
$(cnf_dir)/pwrb_c_gray.wb_vers \
$(cnf_dir)/pwrb_c_group.wb_vers \
$(cnf_dir)/pwrb_c_head.wb_vers \
$(cnf_dir)/pwrb_c_inc3p.wb_vers \
$(cnf_dir)/pwrb_c_initstep.wb_vers \
$(cnf_dir)/pwrb_c_inv.wb_vers \
$(cnf_dir)/pwrb_c_iohandler.wb_vers \
$(cnf_dir)/pwrb_c_ipmux.wb_vers \
$(cnf_dir)/pwrb_c_itostr.wb_vers \
$(cnf_dir)/pwrb_c_ivarea.wb_vers \
$(cnf_dir)/pwrb_c_limit.wb_vers \
$(cnf_dir)/pwrb_c_line_lat.wb_vers \
$(cnf_dir)/pwrb_c_listconfig.wb_vers \
$(cnf_dir)/pwrb_c_listdescriptor.wb_vers \
$(cnf_dir)/pwrb_c_lorder.wb_vers \
$(cnf_dir)/pwrb_c_maxmin.wb_vers \
$(cnf_dir)/pwrb_c_messagehandler.wb_vers \
$(cnf_dir)/pwrb_c_mode.wb_vers \
$(cnf_dir)/pwrb_c_muxmod.wb_vers \
$(cnf_dir)/pwrb_c_mvalve.wb_vers \
$(cnf_dir)/pwrb_c_nodeconfig.wb_vers \
$(cnf_dir)/pwrb_c_nodelinksup.wb_vers \
$(cnf_dir)/pwrb_c_opappl.wb_vers \
$(cnf_dir)/pwrb_c_opapplmsg.wb_vers \
$(cnf_dir)/pwrb_c_opplace.wb_vers \
$(cnf_dir)/pwrb_c_or.wb_vers \
$(cnf_dir)/pwrb_c_order.wb_vers \
$(cnf_dir)/pwrb_c_orderact.wb_vers \
$(cnf_dir)/pwrb_c_out2p.wb_vers \
$(cnf_dir)/pwrb_c_packattrref.wb_vers \
$(cnf_dir)/pwrb_c_packattrref10.wb_vers \
$(cnf_dir)/pwrb_c_packoperator.wb_vers \
$(cnf_dir)/pwrb_c_packtest.wb_vers \
$(cnf_dir)/pwrb_c_pageref.wb_vers \
$(cnf_dir)/pwrb_c_pb_ai.wb_vers \
$(cnf_dir)/pwrb_c_pb_ao.wb_vers \
$(cnf_dir)/pwrb_c_pb_di.wb_vers \
$(cnf_dir)/pwrb_c_pb_do.wb_vers \
$(cnf_dir)/pwrb_c_pb_et200m.wb_vers \
$(cnf_dir)/pwrb_c_pb_euro2500.wb_vers \
$(cnf_dir)/pwrb_c_pb_npba12.wb_vers \
$(cnf_dir)/pwrb_c_pb_profiboard.wb_vers \
$(cnf_dir)/pwrb_c_pd_7435_26.wb_vers \
$(cnf_dir)/pwrb_c_pid.wb_vers \
$(cnf_dir)/pwrb_c_pidx.wb_vers \
$(cnf_dir)/pwrb_c_pid_1up.wb_vers \
$(cnf_dir)/pwrb_c_pipos.wb_vers \
$(cnf_dir)/pwrb_c_pispeed.wb_vers \
$(cnf_dir)/pwrb_c_plcthread.wb_vers \
$(cnf_dir)/pwrb_c_plcprocess.wb_vers \
$(cnf_dir)/pwrb_c_plcpgm.wb_vers \
$(cnf_dir)/pwrb_c_plotgroup.wb_vers \
$(cnf_dir)/pwrb_c_po.wb_vers \
$(cnf_dir)/pwrb_c_point.wb_vers \
$(cnf_dir)/pwrb_c_porder.wb_vers \
$(cnf_dir)/pwrb_c_pos3p.wb_vers \
$(cnf_dir)/pwrb_c_posit.wb_vers \
$(cnf_dir)/pwrb_c_pulse.wb_vers \
$(cnf_dir)/pwrb_c_queue.wb_vers \
$(cnf_dir)/pwrb_c_rack_rtp.wb_vers \
$(cnf_dir)/pwrb_c_rack_ssab.wb_vers \
$(cnf_dir)/pwrb_c_rack_vme.wb_vers \
$(cnf_dir)/pwrb_c_ramp.wb_vers \
$(cnf_dir)/pwrb_c_resdi.wb_vers \
$(cnf_dir)/pwrb_c_resdo.wb_vers \
$(cnf_dir)/pwrb_c_resdp.wb_vers \
$(cnf_dir)/pwrb_c_resdv.wb_vers \
$(cnf_dir)/pwrb_c_reset_so.wb_vers \
$(cnf_dir)/pwrb_c_rootvolumeconfig.wb_vers \
$(cnf_dir)/pwrb_c_rootvolumeload.wb_vers \
$(cnf_dir)/pwrb_c_rttconfig.wb_vers \
$(cnf_dir)/pwrb_c_rtp_dioc.wb_vers \
$(cnf_dir)/pwrb_c_scantime.wb_vers \
$(cnf_dir)/pwrb_c_security.wb_vers \
$(cnf_dir)/pwrb_c_select.wb_vers \
$(cnf_dir)/pwrb_c_setcond.wb_vers \
$(cnf_dir)/pwrb_c_setdi.wb_vers \
$(cnf_dir)/pwrb_c_setdo.wb_vers \
$(cnf_dir)/pwrb_c_setdp.wb_vers \
$(cnf_dir)/pwrb_c_setdv.wb_vers \
$(cnf_dir)/pwrb_c_sharedvolumeconfig.wb_vers \
$(cnf_dir)/pwrb_c_sharedvolumeload.wb_vers \
$(cnf_dir)/pwrb_c_showplcattr.wb_vers \
$(cnf_dir)/pwrb_c_sorder.wb_vers \
$(cnf_dir)/pwrb_c_speed.wb_vers \
$(cnf_dir)/pwrb_c_sr_r.wb_vers \
$(cnf_dir)/pwrb_c_sr_s.wb_vers \
$(cnf_dir)/pwrb_c_ssbegin.wb_vers \
$(cnf_dir)/pwrb_c_ssend.wb_vers \
$(cnf_dir)/pwrb_c_step.wb_vers \
$(cnf_dir)/pwrb_c_stepconv.wb_vers \
$(cnf_dir)/pwrb_c_stepdiv.wb_vers \
$(cnf_dir)/pwrb_c_stoageneric.wb_vers \
$(cnf_dir)/pwrb_c_stoai.wb_vers \
$(cnf_dir)/pwrb_c_stoao.wb_vers \
$(cnf_dir)/pwrb_c_stoap.wb_vers \
$(cnf_dir)/pwrb_c_stoav.wb_vers \
$(cnf_dir)/pwrb_c_stodgeneric.wb_vers \
$(cnf_dir)/pwrb_c_stodi.wb_vers \
$(cnf_dir)/pwrb_c_stodo.wb_vers \
$(cnf_dir)/pwrb_c_stodp.wb_vers \
$(cnf_dir)/pwrb_c_stodv.wb_vers \
$(cnf_dir)/pwrb_c_stoip.wb_vers \
$(cnf_dir)/pwrb_c_stopi.wb_vers \
$(cnf_dir)/pwrb_c_store.wb_vers \
$(cnf_dir)/pwrb_c_storeformat.wb_vers \
$(cnf_dir)/pwrb_c_storetrig.wb_vers \
$(cnf_dir)/pwrb_c_stosgeneric.wb_vers \
$(cnf_dir)/pwrb_c_stosp.wb_vers \
$(cnf_dir)/pwrb_c_stosv.wb_vers \
$(cnf_dir)/pwrb_c_strcat.wb_vers \
$(cnf_dir)/pwrb_c_substep.wb_vers \
$(cnf_dir)/pwrb_c_substr.wb_vers \
$(cnf_dir)/pwrb_c_sum.wb_vers \
$(cnf_dir)/pwrb_c_subvolumeconfig.wb_vers \
$(cnf_dir)/pwrb_c_subvolumeload.wb_vers \
$(cnf_dir)/pwrb_c_systemdistribute.wb_vers \
$(cnf_dir)/pwrb_c_sv.wb_vers \
$(cnf_dir)/pwrb_c_table.wb_vers \
$(cnf_dir)/pwrb_c_text.wb_vers \
$(cnf_dir)/pwrb_c_timer.wb_vers \
$(cnf_dir)/pwrb_c_timint.wb_vers \
$(cnf_dir)/pwrb_c_title.wb_vers \
$(cnf_dir)/pwrb_c_tracedbconfig.wb_vers \
$(cnf_dir)/pwrb_c_trans.wb_vers \
$(cnf_dir)/pwrb_c_transconv.wb_vers \
$(cnf_dir)/pwrb_c_transdiv.wb_vers \
$(cnf_dir)/pwrb_c_user.wb_vers \
$(cnf_dir)/pwrb_c_valve.wb_vers \
$(cnf_dir)/pwrb_c_vipc616.wb_vers \
$(cnf_dir)/pwrb_c_volumedistribute.wb_vers \
$(cnf_dir)/pwrb_c_wait.wb_vers \
$(cnf_dir)/pwrb_c_waith.wb_vers \
$(cnf_dir)/pwrb_c_webbrowserconfig.wb_vers \
$(cnf_dir)/pwrb_c_webgraph.wb_vers \
$(cnf_dir)/pwrb_c_webhandler.wb_vers \
$(cnf_dir)/pwrb_c_weblink.wb_vers \
$(cnf_dir)/pwrb_c_windowcond.wb_vers \
$(cnf_dir)/pwrb_c_windoworderact.wb_vers \
$(cnf_dir)/pwrb_c_windowplc.wb_vers \
$(cnf_dir)/pwrb_c_windowsubstep.wb_vers \
$(cnf_dir)/pwrb_c_xor.wb_vers \
$(cnf_dir)/pwrb_c_xttgraph.wb_vers
export_wbl := \
$(pwrb_volumes) \
$(pwrb_hierarchies) \
$(pwrb_classes) \
$(pwrb_layouts)
clean_wbl := $(patsubst %.wb_vers,clean_%.wb_vers,$(export_wbl))
.PHONY : all init copy lib exe clean realclean\ .PHONY : all init copy lib exe clean realclean\
$(clean_wbl) $(clean_wbl)
...@@ -346,7 +33,6 @@ init : ...@@ -346,7 +33,6 @@ init :
copy : $(inc_dir)/pwr_baseclasses.h copy : $(inc_dir)/pwr_baseclasses.h
#lib : $(export_wbl)
lib : $(load_dir)/pwrb.dbs lib : $(load_dir)/pwrb.dbs
exe : $(doc_dir)/pwrb_allclasses.html \ exe : $(doc_dir)/pwrb_allclasses.html \
...@@ -359,6 +45,7 @@ realclean : clean clean_pwrb_xtthelp clean_pwrb_html clean_baseclasses ...@@ -359,6 +45,7 @@ realclean : clean clean_pwrb_xtthelp clean_pwrb_html clean_baseclasses
$(load_dir)/pwrb.dbs : $(load_dir)/pwrb.dbs :
@ echo "Generating snapshot for pwrb" @ echo "Generating snapshot for pwrb"
@ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/pwrb/src/\"/out=\"$(target)\" @ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/pwrb/src/\"/out=\"$(target)\"
@ chmod a+w $(target)
$(inc_dir)/pwr_baseclasses.h : $(inc_dir)/pwr_baseclasses.h :
@ echo "Generating struct files for pwrb classes..." @ echo "Generating struct files for pwrb classes..."
...@@ -397,22 +84,8 @@ clean_baseclasses : ...@@ -397,22 +84,8 @@ clean_baseclasses :
$(rm) $(rmflags) $(inc_dir)/pwrb_c_*.h; \ $(rm) $(rmflags) $(inc_dir)/pwrb_c_*.h; \
fi fi
$(clean_wbl) : clean_%.wb_vers : %.wb_vers clean_wbl :
@ file := $(to-vms $(cnf_dir)/$*.wb_vers) @ if [ -e $(load_dir)/pwrb.dbs ]; then \
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';* $(rm) $(rmflags) $(load_dir)/pwrb.dbs; \
@ file := $(to-vms $(lis_dir)/$*.wb_list) fi
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
$(cnf_dir)/pwrb_c_csub.wb_vers : pwrb_c_csub.wb_load \
$(cnf_dir)/pwrb_c_windowplc.wb_vers
$(cnf_dir)/pwrb_c_order.wb_vers : pwrb_c_order.wb_load \
$(cnf_dir)/pwrb_c_windowcond.wb_vers \
$(cnf_dir)/pwrb_c_windoworderact.wb_vers
$(cnf_dir)/pwrb_c_substep.wb_vers : pwrb_c_substep.wb_load \
$(cnf_dir)/pwrb_c_windowsubstep.wb_vers
$(cnf_dir)/pwrb_c_windowplc.wb_vers : pwrb_c_windowplc.wb_load \
$(cnf_dir)/pwrb_c_document.wb_vers
...@@ -23,136 +23,15 @@ ifndef rules_mk ...@@ -23,136 +23,15 @@ ifndef rules_mk
endif endif
vpath %.wb_load $(hw_source):$(os_source):$(co_source)
source_dirs = $(hw_source) $(os_source) $(co_source)
pwrs_volume := \
$(cnf_dir)/pwrs_v.wb_vers
pwrs_hierarchies := \
$(cnf_dir)/pwrs_ch_systemclasses.wb_vers \
$(cnf_dir)/pwrs_ch_systemtypes.wb_vers
pwrs_types := \
$(cnf_dir)/pwrs_t_attrref.wb_vers \
$(cnf_dir)/pwrs_t_boolean.wb_vers \
$(cnf_dir)/pwrs_t_classid.wb_vers \
$(cnf_dir)/pwrs_t_char.wb_vers \
$(cnf_dir)/pwrs_t_deltatime.wb_vers \
$(cnf_dir)/pwrs_t_float32.wb_vers \
$(cnf_dir)/pwrs_t_float64.wb_vers \
$(cnf_dir)/pwrs_t_int16.wb_vers \
$(cnf_dir)/pwrs_t_int32.wb_vers \
$(cnf_dir)/pwrs_t_int8.wb_vers \
$(cnf_dir)/pwrs_t_objid.wb_vers \
$(cnf_dir)/pwrs_t_pgmname.wb_vers \
$(cnf_dir)/pwrs_t_string.wb_vers \
$(cnf_dir)/pwrs_t_struct.wb_vers \
$(cnf_dir)/pwrs_t_text.wb_vers \
$(cnf_dir)/pwrs_t_time.wb_vers \
$(cnf_dir)/pwrs_t_typeid.wb_vers \
$(cnf_dir)/pwrs_t_volumeid.wb_vers \
$(cnf_dir)/pwrs_t_uint16.wb_vers \
$(cnf_dir)/pwrs_t_uint32.wb_vers \
$(cnf_dir)/pwrs_t_uint8.wb_vers \
$(cnf_dir)/pwrs_t_objectix.wb_vers \
$(cnf_dir)/pwrs_t_refid.wb_vers \
$(cnf_dir)/pwrs_t_enum.wb_vers \
$(cnf_dir)/pwrs_t_mask.wb_vers
pwrs_virgin_classes := \
$(cnf_dir)/pwrs_c_attribute.wb_vers \
$(cnf_dir)/pwrs_c_classdef.wb_vers \
$(cnf_dir)/pwrs_c_objbodydef.wb_vers \
$(cnf_dir)/pwrs_c_type.wb_vers \
$(cnf_dir)/pwrs_c_typedef.wb_vers
pwrs_typedefs := \
$(cnf_dir)/pwrs_td_graphname.wb_vers \
$(cnf_dir)/pwrs_td_objname.wb_vers \
$(cnf_dir)/pwrs_td_string132.wb_vers \
$(cnf_dir)/pwrs_td_string16.wb_vers \
$(cnf_dir)/pwrs_td_string256.wb_vers \
$(cnf_dir)/pwrs_td_string32.wb_vers \
$(cnf_dir)/pwrs_td_string40.wb_vers \
$(cnf_dir)/pwrs_td_string8.wb_vers \
$(cnf_dir)/pwrs_td_string80.wb_vers \
$(cnf_dir)/pwrs_td_text1024.wb_vers \
$(cnf_dir)/pwrs_td_xref.wb_vers \
$(cnf_dir)/pwrs_td_url.wb_vers
pwrs_classes := \
$(cnf_dir)/pwrs_c_classvolume.wb_vers \
$(cnf_dir)/pwrs_c_directoryvolume.wb_vers \
$(cnf_dir)/pwrs_c_dynamicvolume.wb_vers \
$(cnf_dir)/pwrs_c_rootvolume.wb_vers \
$(cnf_dir)/pwrs_c_sharedvolume.wb_vers \
$(cnf_dir)/pwrs_c_subvolume.wb_vers \
$(cnf_dir)/pwrs_c_systemvolume.wb_vers \
$(cnf_dir)/pwrs_c_workbenchvolume.wb_vers \
$(cnf_dir)/pwrs_c_mountvolume.wb_vers \
$(cnf_dir)/pwrs_c_mountobject.wb_vers \
$(cnf_dir)/pwrs_c_createvolume.wb_vers \
$(cnf_dir)/pwrs_c_alias.wb_vers \
$(cnf_dir)/pwrs_c_appl.wb_vers \
$(cnf_dir)/pwrs_c_attrxref.wb_vers \
$(cnf_dir)/pwrs_c_bootversion.wb_vers \
$(cnf_dir)/pwrs_c_buffer.wb_vers \
$(cnf_dir)/pwrs_c_classhier.wb_vers \
$(cnf_dir)/pwrs_c_dbcallback.wb_vers \
$(cnf_dir)/pwrs_c_dochier.wb_vers \
$(cnf_dir)/pwrs_c_graphplcconnection.wb_vers \
$(cnf_dir)/pwrs_c_graphplcnode.wb_vers \
$(cnf_dir)/pwrs_c_graphplcprogram.wb_vers \
$(cnf_dir)/pwrs_c_graphplcwindow.wb_vers \
$(cnf_dir)/pwrs_c_group.wb_vers \
$(cnf_dir)/pwrs_c_groupref.wb_vers \
$(cnf_dir)/pwrs_c_input.wb_vers \
$(cnf_dir)/pwrs_c_intern.wb_vers \
$(cnf_dir)/pwrs_c_layout.wb_vers \
$(cnf_dir)/pwrs_c_libhier.wb_vers \
$(cnf_dir)/pwrs_c_menu.wb_vers \
$(cnf_dir)/pwrs_c_rtmenu.wb_vers \
$(cnf_dir)/pwrs_c_menubutton.wb_vers \
$(cnf_dir)/pwrs_c_menucascade.wb_vers \
$(cnf_dir)/pwrs_c_menuseparator.wb_vers \
$(cnf_dir)/pwrs_c_node.wb_vers \
$(cnf_dir)/pwrs_c_nodehier.wb_vers \
$(cnf_dir)/pwrs_c_nodeversion.wb_vers \
$(cnf_dir)/pwrs_c_object.wb_vers \
$(cnf_dir)/pwrs_c_objxref.wb_vers \
$(cnf_dir)/pwrs_c_output.wb_vers \
$(cnf_dir)/pwrs_c_planthier.wb_vers \
$(cnf_dir)/pwrs_c_point.wb_vers \
$(cnf_dir)/pwrs_c_plcconnection.wb_vers \
$(cnf_dir)/pwrs_c_plcnode.wb_vers \
$(cnf_dir)/pwrs_c_plcprogram.wb_vers \
$(cnf_dir)/pwrs_c_plcwindow.wb_vers \
$(cnf_dir)/pwrs_c_system.wb_vers \
$(cnf_dir)/pwrs_c_systemversion.wb_vers \
$(cnf_dir)/pwrs_c_typehier.wb_vers
export_wbl := \
$(pwrs_volume) \
$(pwrs_hierarchies) \
$(pwrs_types) \
$(pwrs_virgin_classes) \
$(pwrs_typedefs) \
$(pwrs_classes)
clean_wbl := $(patsubst %.wb_vers,clean_%.wb_vers,$(export_wbl))
.PHONY : all init copy lib exe clean realclean\ .PHONY : all init copy lib exe clean realclean\
$(clean_wbl) $(clean_wbl)
all : init copy exe all : init copy lib exe
init : init :
copy : $(inc_dir)/pwr_systemclasses.h copy : $(inc_dir)/pwr_systemclasses.h
#lib : $(export_wbl)
lib : $(load_dir)/pwrs.dbs lib : $(load_dir)/pwrs.dbs
exe : $(doc_dir)/pwrs_allclasses.html \ exe : $(doc_dir)/pwrs_allclasses.html \
...@@ -165,6 +44,7 @@ realclean : clean clean_pwrs_xtthelp clean_pwrs_html clean_systemclasses ...@@ -165,6 +44,7 @@ realclean : clean clean_pwrs_xtthelp clean_pwrs_html clean_systemclasses
$(load_dir)/pwrs.dbs : $(load_dir)/pwrs.dbs :
@ echo "Generating snapshot for pwrs" @ echo "Generating snapshot for pwrs"
@ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/pwrs/src/\"/out=\"$(target)\" @ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/pwrs/src/\"/out=\"$(target)\"
@ chmod a+w $(target)
$(inc_dir)/pwr_systemclasses.h : $(inc_dir)/pwr_systemclasses.h :
@ echo "Generating struct files for pwrs classes..." @ echo "Generating struct files for pwrs classes..."
...@@ -185,10 +65,16 @@ $(exe_dir)/pwrs_xtthelp.dat : ...@@ -185,10 +65,16 @@ $(exe_dir)/pwrs_xtthelp.dat :
# @ $(copy) $(copyflags) $(source) $(target) # @ $(copy) $(copyflags) $(source) $(target)
# @ if f$$search("$(target)") .nes. "" then $(pur) $(purflags) $(target) # @ if f$$search("$(target)") .nes. "" then $(pur) $(purflags) $(target)
clean_wbl :
@ if [ -e $(load_dir)/pwrs.dbs ]; then \
$(rm) $(rmflags) $(load_dir)/pwrs.dbs; \
fi
clean_pwrs_xtthelp : clean_pwrs_xtthelp :
@ if [ -e $(exe_dir)/pwrs_xtthelp.dat ]; then \ @ if [ -e $(exe_dir)/pwrs_xtthelp.dat ]; then \
$(rm) $(rmflags) $(exe_dir)/pwrs_xtthelp.dat; \ $(rm) $(rmflags) $(exe_dir)/pwrs_xtthelp.dat; \
fi fi
clean_pwrs_html : clean_pwrs_html :
@ if [ -e $(doc_dir)/pwrs_allclasses.html ]; then \ @ if [ -e $(doc_dir)/pwrs_allclasses.html ]; then \
$(rm) $(rmflags) $(doc_dir)/pwrs_*.html; \ $(rm) $(rmflags) $(doc_dir)/pwrs_*.html; \
...@@ -200,13 +86,3 @@ clean_systemclasses : ...@@ -200,13 +86,3 @@ clean_systemclasses :
$(rm) $(rmflags) $(inc_dir)/pwrs_c_*.h; \ $(rm) $(rmflags) $(inc_dir)/pwrs_c_*.h; \
fi fi
$(clean_wbl) : clean_%.wb_vers : %.wb_vers
@ if [ -e $(cnf_dir)/$*.wb_vers ]; then \
$(rm) $(rmflags) $(cnf_dir)/$*.wb_vers; \
fi
@ if [ -e $(lis_dir)/$*.wb_list ]; then \
$(rm) $(rmflags) $(lis_dir)/$*.wb_list; \
fi
$(cnf_dir)/pwrs_c_alias.wb_vers : pwrs_c_alias.wb_load \
$(cnf_dir)/pwrs_c_dbcallback.wb_vers
...@@ -23,51 +23,6 @@ ifndef rules_mk ...@@ -23,51 +23,6 @@ ifndef rules_mk
endif endif
vpath %.wb_load $(hw_source):$(os_source):$(co_source)
source_dirs = $(hw_source) $(os_source) $(co_source)
ssab_volumes := \
$(cnf_dir)/ssab_v.wb_vers
ssab_hierarchies := \
$(cnf_dir)/ssab_ch_ssabclasses.wb_vers
ssab_layouts := \
$(cnf_dir)/ssab_l_base.wb_vers
ssab_classes := \
$(cnf_dir)/ssab_c_buff1440.wb_vers \
$(cnf_dir)/ssab_c_buff256.wb_vers \
$(cnf_dir)/ssab_c_buff32k.wb_vers \
$(cnf_dir)/ssab_c_buff4096.wb_vers \
$(cnf_dir)/ssab_c_loggconfig.wb_vers \
$(cnf_dir)/ssab_c_loctrans.wb_vers \
$(cnf_dir)/ssab_c_multicast.wb_vers \
$(cnf_dir)/ssab_c_remai.wb_vers \
$(cnf_dir)/ssab_c_remao.wb_vers \
$(cnf_dir)/ssab_c_remchan_ai.wb_vers \
$(cnf_dir)/ssab_c_remchan_ao.wb_vers \
$(cnf_dir)/ssab_c_remchan_co.wb_vers \
$(cnf_dir)/ssab_c_remchan_di.wb_vers \
$(cnf_dir)/ssab_c_remchan_do.wb_vers \
$(cnf_dir)/ssab_c_remchan_dv.wb_vers \
$(cnf_dir)/ssab_c_remco.wb_vers \
$(cnf_dir)/ssab_c_remdi.wb_vers \
$(cnf_dir)/ssab_c_remdo.wb_vers \
$(cnf_dir)/ssab_c_remdv.wb_vers \
$(cnf_dir)/ssab_c_remnode.wb_vers \
$(cnf_dir)/ssab_c_remtrans.wb_vers
export_wbl := \
$(ssab_volumes) \
$(ssab_hierarchies) \
$(ssab_classes) \
$(ssab_layouts)
clean_wbl := $(patsubst %.wb_vers,clean_%.wb_vers,$(export_wbl))
.PHONY : all init copy lib exe clean realclean\ .PHONY : all init copy lib exe clean realclean\
$(clean_wbl) $(clean_wbl)
...@@ -77,7 +32,6 @@ init : ...@@ -77,7 +32,6 @@ init :
copy : $(inc_dir)/pwr_ssabclasses.h copy : $(inc_dir)/pwr_ssabclasses.h
#lib : $(export_wbl)
lib : $(load_dir)/ssab.dbs lib : $(load_dir)/ssab.dbs
exe : $(doc_dir)/ssab_allclasses.html \ exe : $(doc_dir)/ssab_allclasses.html \
...@@ -90,6 +44,7 @@ realclean : clean $(clean_wbl) ...@@ -90,6 +44,7 @@ realclean : clean $(clean_wbl)
$(load_dir)/ssab.dbs : $(load_dir)/ssab.dbs :
@ echo "Generating snapshot for ssab" @ echo "Generating snapshot for ssab"
@ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/ssab/src/\"/out=\"$(target)\" @ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/ssab/src/\"/out=\"$(target)\"
@ chmod a+w $(target)
$(inc_dir)/pwr_ssabclasses.h : $(inc_dir)/pwr_ssabclasses.h :
@ echo "Generating struct files for ssab classes..." @ echo "Generating struct files for ssab classes..."
...@@ -108,14 +63,7 @@ $(exe_dir)/ssab_xtthelp.dat : ...@@ -108,14 +63,7 @@ $(exe_dir)/ssab_xtthelp.dat :
@ echo "Generating xtt help files for ssab classes" @ echo "Generating xtt help files for ssab classes"
@ co_convert -x -d $(exe_dir) "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load" @ co_convert -x -d $(exe_dir) "$(pwre_sroot)/wbl/ssab/src/ssab_c_*.wb_load"
#$(export_wbl) : $(cnf_dir)/%.wb_vers : %.wb_load clean_wbl :
# @ write sys$$output "Exporting $< ..." @ if [ -e $(load_dir)/ssab.dbs ]; then \
# @ $(copy) $(copyflags) $(source) $(target) $(rm) $(rmflags) $(load_dir)/ssab.dbs; \
# @ if f$$search("$(target)") .nes. "" then $(pur) $(purflags) $(target) fi
$(clean_wbl) : clean_%.wb_vers : %.wb_vers
@ file := $(to-vms $(cnf_dir)/$*.wb_vers)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
@ file := $(to-vms $(lis_dir)/$*.wb_list)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
...@@ -24,43 +24,6 @@ endif ...@@ -24,43 +24,6 @@ endif
vpath %.wb_load $(hw_source):$(os_source):$(co_source)
source_dirs = $(hw_source) $(os_source) $(co_source)
tlog_volumes := \
$(cnf_dir)/tlog_v.wb_vers
tlog_hierarchies := \
$(cnf_dir)/tlog_ch_tlogclasses.wb_vers
tlog_layouts := \
$(cnf_dir)/tlog_l_base.wb_vers
tlog_classes := \
$(cnf_dir)/tlog_c_atlog.wb_vers \
$(cnf_dir)/tlog_c_catlog.wb_vers \
$(cnf_dir)/tlog_c_cdtlog.wb_vers \
$(cnf_dir)/tlog_c_chgatlog.wb_vers \
$(cnf_dir)/tlog_c_chgotlog.wb_vers \
$(cnf_dir)/tlog_c_cotlog.wb_vers \
$(cnf_dir)/tlog_c_dtlog.wb_vers \
$(cnf_dir)/tlog_c_execplcoff.wb_vers \
$(cnf_dir)/tlog_c_execplcon.wb_vers \
$(cnf_dir)/tlog_c_tlogconfigure.wb_vers \
$(cnf_dir)/tlog_c_tlogexecalloff.wb_vers \
$(cnf_dir)/tlog_c_tlogexecallon.wb_vers \
$(cnf_dir)/tlog_c_tlogmodify.wb_vers \
$(cnf_dir)/tlog_c_tlogopen.wb_vers
export_wbl := \
$(tlog_volumes) \
$(tlog_hierarchies) \
$(tlog_classes) \
$(tlog_layouts)
clean_wbl := $(patsubst %.wb_vers,clean_%.wb_vers,$(export_wbl))
.PHONY : all init copy lib exe clean realclean\ .PHONY : all init copy lib exe clean realclean\
$(clean_wbl) $(clean_wbl)
...@@ -70,7 +33,6 @@ init : ...@@ -70,7 +33,6 @@ init :
copy : $(inc_dir)/pwr_tlogclasses.h copy : $(inc_dir)/pwr_tlogclasses.h
#lib : $(export_wbl)
lib : $(load_dir)/tlog.dbs lib : $(load_dir)/tlog.dbs
exe : $(doc_dir)/tlog_allclasses.html \ exe : $(doc_dir)/tlog_allclasses.html \
...@@ -83,6 +45,7 @@ realclean : clean $(clean_wbl) ...@@ -83,6 +45,7 @@ realclean : clean $(clean_wbl)
$(load_dir)/tlog.dbs : $(load_dir)/tlog.dbs :
@ echo "Generating snapshot for tlog" @ echo "Generating snapshot for tlog"
@ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/tlog/src/\"/out=\"$(target)\" @ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/tlog/src/\"/out=\"$(target)\"
@ chmod a+w $(target)
$(inc_dir)/pwr_tlogclasses.h : $(inc_dir)/pwr_tlogclasses.h :
@ echo "Generating struct files for tlog classes..." @ echo "Generating struct files for tlog classes..."
...@@ -101,15 +64,7 @@ $(exe_dir)/tlog_xtthelp.dat : ...@@ -101,15 +64,7 @@ $(exe_dir)/tlog_xtthelp.dat :
@ echo "Generating xtt help files for tlog classes" @ echo "Generating xtt help files for tlog classes"
@ co_convert -x -d $(exe_dir) "$(pwre_sroot)/wbl/tlog/src/tlog_c_*.wb_load" @ co_convert -x -d $(exe_dir) "$(pwre_sroot)/wbl/tlog/src/tlog_c_*.wb_load"
clean_wbl :
#$(export_wbl) : $(cnf_dir)/%.wb_vers : %.wb_load @ if [ -e $(load_dir)/tlog.dbs ]; then \
# @ write sys$$output "Exporting $< ..." $(rm) $(rmflags) $(load_dir)/tlog.dbs; \
# @ $(copy) $(copyflags) $(source) $(target) fi
# @ if f$$search("$(target)") .nes. "" then $(pur) $(purflags) $(target)
$(clean_wbl) : clean_%.wb_vers : %.wb_vers
@ file := $(to-vms $(cnf_dir)/$*.wb_vers)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
@ file := $(to-vms $(lis_dir)/$*.wb_list)
@ if f$$search(file) .nes. "" then $(rm) $(rmflags) 'file';*
# makefile -- <short description>
#
# PROVIEW/R
# Copyright (C) 1996 by Comator Process AB.
#
# <Description>.
#
include $(pwre_dir_symbols)
ifndef variables_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/variables.mk
endif
ifndef variables_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/variables.mk
endif
ifndef rules_mk
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/rules.mk
endif
ifndef rules_mk
include $(pwre_sroot)/tools/bld/src/$(os_name)/rules.mk
endif
.PHONY : all init copy lib exe clean realclean\
$(clean_wbl)
all : init copy exe
init :
copy :
lib : $(load_dir)/wb.dbs
exe :
clean : $(clean_wbl)
realclean : clean
$(load_dir)/wb.dbs :
@ echo "Generating snapshot for wb"
@ wb_cmd create snapshot /file=\"$(pwre_sroot)/wbl/wb/src/wb.wb_load\"/out=\"$(target)\"
@ chmod a+w $(target)
clean_wbl :
@ if [ -e $(load_dir)/wb.dbs ]; then \
$(rm) $(rmflags) $(load_dir)/wb.dbs; \
fi
! pwrb_l_lists.wb_load -- Defines Layout for Lists. ! wb_v.wb_load -- Loads the wb volume
! !
! PROVIEW/R ! PROVIEW/R
! Copyright (C) 1996 by Comator Process AB. ! Copyright (C) 1996 by Comator Process AB.
! !
! <Description>. ! NOTE !
! This class is defined before class definitions are completed,
! and is thus loaded with DObject etc.
! !
! !
Volume wb pwr_eClass_WorkBenchVolume 254.254.254.254
EndVolume
SObject wb:
Object layout $PlantHier
EndObject
EndSObject
SObject wb:layout SObject wb:layout
Object Lists $DocHier Object Lists $DocHier
Object ListConfig ListConfig Object ListConfig ListConfig
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment