
TOP=../..
include $(TOP)/Makeconf

%.oct: %.cc ; $(MKOCTFILE) -DHAVE_OCTAVE_$(ver) $<

PROGS = lp.oct

all: $(PROGS)

clean: 
	$(RM) *.o $(PROGS) octave-core
