OPTS=-g -Wall -Wno-non-virtual-dtor -DPUBLIC= elist: elist.tlcc gram.tab.o cctlcc $(OPTS) elist.tlcc gram.tab.o -o elist gram: gram.tab.c g++ -g -DTEST -DPUBLIC= gram.tab.c -o /tmp/x proto: gram.tab.c proto -c+ -f/tmp/gram.pm -bgram.h+/tmp/gram.pm gram.tab.c gram.tab.c: gram.y bison gram.y gram.tab.o: gram.tab.c g++ $(OPTS) -c gram.tab.c -o gram.tab.o install: install -m755 elist $(RPM_BUILD_ROOT)/usr/bin/elist clean: rm -f *.o *.bak gram.tab.c *.old elist