# $Id: Makefile.hip,v 1.2 2003/09/23 13:56:33 connolly Exp $

# caller supplies:
#TRIPEVENTID=796
TMOBILEPASSWD=use-make-command-line-arg

PYTHON=python

DEVCVS=/home/connolly/devcvs
PALMAGENT=$(DEVCVS)/2001/palmagent
TMOBILENUMBER=8166166576
# I'd rather be able to query for the event
# with icon=airplane in May.

pda-load: $(ITIN)b.txt
	$(PYTHON) $(PALMAGENT)/hipAgent.py --number $(TMOBILENUMBER) --passwd $(TMOBILEPASSWD) --output $@ --importItinerary <$(ITIN)b.txt


#######
#
# hiptop PDA integration
#

DEVCVS=/home/connolly/devcvs
PALMAGENT=$(DEVCVS)/2001/palmagent
TMOBILENUMBER=8166166576
TMOBILEPASSWD=use-make-command-line-arg
# I'd rather be able to query for the event
# with icon=airplane in May.


trip-hip.n3: $(PALMAGENT)/hipAgent.py
	$(PYTHON) $(PALMAGENT)/hipAgent.py --number $(TMOBILENUMBER) --passwd $(TMOBILEPASSWD) --output $@ --testTrip=$(TRIPEVENTID)

