# $Id: Makefile,v 1.12 2008/01/05 21:42:37 timbl Exp $ # The year being processed, typically this year YYYY=2006 PERL=perl PYTHON=python W=../../../.. OWLT=$(W)/2002/03owlt UMLP=$(OWLT)/umlp PD=$(W)/2001/02pd SWAP=.. PIMTEST=$(SWAP)/test/pim CWM=$(SWAP)/cwm.py CAL=$W/2002/12/cal # iLife import/export # ICAL=$(HOME)/Library/Calendars ITUNES=$(HOME)/Music/iTunes/iTunes\ Music IPHOTO=$(HOME)/Pictures/2006\ iPhoto\ Library SLIFE=$(HOME)/Documents/SemLife DOCYYYY=$(HOME)/Documents/$(YYYY) include $(UMLP)/XSLTPROC.mak .SUFFIXES: .xml .rdf .n3 .png .svg .dot .ps .xml.rdf: $(XSLTPROC) --novalid $(UMLP)/dia2owl.xsl $< > $@ .plist.rdf: $(XSLTPROC) --novalid $(SWAP)/util/plist2rdf.xsl $< > $@ .n3.rdf: $(PYTHON) $(CWM) $< --rdf >$@ all: travelFig.rdf ical contact.rdf travelFig.rdf: travelFig.xml ical: ical.n3 ical.rdf ical.rdf: ical.n3 ical.n3: $(PIMTEST)/testCal.rdf $(PIMTEST)/testTasks.rdf ,chi.rdf $(PYTHON) $(CWM) --rdf $(PIMTEST)/testCal.rdf $(PIMTEST)/testTasks.rdf ,chi.rdf --filter=http://www.w3.org/2000/10/swap/util/sniffSchema.n3 --n3 >$@ ,chi.rdf: ical2rdf.pl /usr/share/libical-evolution/zoneinfo/America/Chicago.ics $(PERL) ical2rdf.pl /usr/share/libical-evolution/zoneinfo/America/Chicago.ics >$@ EVONS=http://www.w3.org/2000/10/swap/pim/evo-ical-ext\# ,evocal.rdf: $(HOME)/evolution/local/Calendar/calendar.ics ical2rdf.pl $(PERL) ical2rdf.pl --xnames $(EVONS) $(HOME)/evolution/local/Calendar/calendar.ics >$@ $(PIMTEST)/testCal.rdf: $(PIMTEST)/testCal.ics ical2rdf.pl $(PERL) ical2rdf.pl $(PIMTEST)/testCal.ics >$@ $(PIMTEST)/testTasks.rdf: $(PIMTEST)/testTasks.ics ical2rdf.pl $(PERL) ical2rdf.pl $(PIMTEST)/testTasks.ics >$@ include $(PD)/GVDOT.mak travelFigs: grokLeg.svg grokLeg.ps grokLeg.png travelPdaRulesFig.svg travelPdaRulesFig.ps travelPdaRulesFig.png mapVizFig.svg mapVizFig.ps mapVizFig.png calIntFig.svg calIntFig.ps calIntFig.png grokLeg.svg: grokLeg.dot grokLeg.ps: grokLeg.dot grokLeg.png: grokLeg.dot mapVizFig.svg: mapVizFig.dot mapVizFig.ps: mapVizFig.dot mapVizFig.png: mapVizFig.dot travelPdaRulesFig.svg: travelPdaRulesFig.dot travelPdaRulesFig.ps: travelPdaRulesFig.dot travelPdaRulesFig.png: travelPdaRulesFig.dot calIntFig.svg: calIntFig.dot calIntFig.ps: calIntFig.dot calIntFig.png: calIntFig.dot # Semantic Web Life slife: $(SLIFE)/iPhotoAlbumData.rdf $(DOCYYYY)/PhotoMeta.n3 $(ICAL)/Photos.ics $(SLIFE): mkdir $(SLIFE) $(DOCYYYY)/PhotoMeta.n3 : $(SLIFE) jhead -n3 $(IPHOTO)/$(YYYY)/??/??/*.{JPG,jpg} > $@ $(SLIFE)/PhotoCalendar.cal3: $(DOCYYYY)/PhotoMeta.n3 PhotoEvent.n3 $(PYTHON) $(CWM) $(HOME)/Documents/????/PhotoMeta.n3 \ --filter=PhotoEvent.n3 --ugly > $@ $(ICAL)/Photos.ics: $(SLIFE)/PhotoCalendar.cal3 toIcal.py PYTHONPATH=..:$(CAL) $(PYTHON) toIcal.py $(SLIFE)/PhotoCalendar.cal3 > $@ # iPhoto $(SLIFE)/iPhotoAlbumData.rdf : $(SLIFE) $(IPHOTO)/AlbumData.xml $(SWAP)/util/plist2rdf.xsl $(XSLTPROC) --novalid $(SWAP)/util/plist2rdf.xsl $(IPHOTO)/AlbumData.xml > $@ clean: $(RM) $(PIMTEST)/testCal.rdf $(PIMTEST)/testTasks.rdf ,chi.rdf ical.n3 ical.rdf