CURDIR=agenda LOCAL_CLEAN=local_clean LOCAL_INSTALL=local_install all: agenda OBJS=pref.o tasks.o team.o _dict.o lib.a: $(OBJS) ar cr lib.a $(OBJS) include ../rules.mak proto: tlproto -co -f$(CURDIR)_.p -c+ -f$(CURDIR).pm -ceo -f$(CURDIR).pp \ *.cc *.tlcc \ -bagenda.h+$(CURDIR).pm \ -bagenda.tlcc+$(CURDIR).pm agenda: agenda.o lib.a $(GPPLINK) agenda.o lib.a ../framework/lib.a -o agenda \ -ltlmp -lstdc++ local_install: msg.eng msg.fr mkdir -p $(USR_BIN) install -s agenda -m 755 $(USR_BIN)/agenda local_clean: rm -f *.o *.bak *~ agenda core *.old _dict.o: _dict.cc $(CURDIR).m