Parent Directory
|
Revision Log
*** empty log message ***
PERLPACKAGES := $(wildcard *.pm) PERLSCRIPTS := $(wildcard *.pl) ERDBS := $(wildcard *DBD.xml) INSTALL_PACKAGE = FigKernelPackages lib: html_doc lib_pm bin xml search html_doc: html_doc_dir $(foreach var, $(subst .pm,.html, $(PERLPACKAGES)), $(cgidir)/Html/pod_docs/$(var)) lib_pm: $(foreach var, $(notdir $(PERLPACKAGES)), $(libdir)/$(INSTALL_PACKAGE)/$(var)) bin: $(foreach var, $(subst .pl,,$(notdir $(PERLSCRIPTS))), $(bindir)/$(var)) xml: $(foreach var, $(notdir $(ERDBS)), $(RTROOT)/FIG/$(var)) search: $(cgidir)/NmpdrSearch.src $(cgidir)/NmpdrSearch.png $(RTROOT)/FIG/%.xml: %.xml cp $< $@ schematools: stDeclFiles: stGeneratedFiles: test: clean: html_doc_dir: if [ ! -d $(cgidir)/Html/pod_docs ] ; then mkdir $(cgidir)/Html/pod_docs; fi $(cgidir)/Html/pod_docs/%.html: $(TOPDIR)/$(PKGNAME)/%.pm -$(FIG_HOME)/env/$(RTARCH)/bin/perl $(FIG_HOME)/env/$(RTARCH)/bin/pod2html --outfile $@ $< $(libdir)/$(INSTALL_PACKAGE)/%.pm: $(TOPDIR)/$(PKGNAME)/%.pm cp -p $< $@ $(bindir)/%: $(TOPDIR)/$(PKGNAME)/%.pl $(TOOL_HDR) ( cat $(TOOL_HDR) $< > $@; chmod +x $@ ) $(cgidir)/%.src: $(TOPDIR)/$(PKGNAME)/%.src cp -p $< $@ $(cgidir)/%.png: $(TOPDIR)/$(PKGNAME)/%.png cp -p $< $@
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |