plugins.mak
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
- # Set the default configuration, if none is provided
- !IF "$(INTDIR)" == ""
- !MESSAGE No configuration specified.
- !ENDIF
- !IF "$(BINDIR)" == ""
- !MESSAGE No binary subdirectory specified.
- !ENDIF
- SRCDIR = ........
- DATATOOL_BIN = $(SRCDIR)compilersmsvc_prj$(BINDIR)$(INTDIR)datatool.exe
- DATATOOL = @$(DATATOOL_BIN) -oR $(SRCDIR) -m $(SRCDIR)srcgui$*$*.asn -oA -oc $* -or gui$* -od $(SRCDIR)srcgui$*$*.def -ocvs
- all : plugin.stamp
- plugin.stamp : $(SRCDIR)srcgui$*$*.asn $(DATATOOL_BIN)
- @echo Generating classes from $*.asn...
- $(DATATOOL) -oex NCBI_XGBPLUGIN_EXPORT -M "objects/seq/seq.asn objects/seqloc/seqloc.asn objects/seqset/seqset.asn "
- @if exist $@ erase $@
- @echo timestamp for $*.asn > $@