Lines Matching refs:ipmon
40 PROG= ipf ipfs ipmon ipnat ippool ipfstat
46 IPMON_OBJS= ipmon.o ipfzone.o ipmon_y.o ipmon_l.o
82 ipmon := LDLIBS += -lsocket -lnsl
83 ipmon := OBJS += $(IPMON_OBJS)
155 ipmon: $(IPMON_OBJS) $(LIBIPF) $(MAPFILE.NGB) target
156 $(LINK.c) -o ipmon $(IPMON_OBJS) $(LDLIBS)
159 ipmon_y.o: ipmon_y.c $(COMMONIPF)/ipmon.h ipmon_y.h ipmon_l.h
162 $(YACC) -d -b ipmon ipmon_y.y
166 ipmon.tab.c > ipmon_y.c
168 ipmon.tab.h > ipmon_y.h
170 CLEANFILES += ipmon.tab.c ipmon.tab.h
173 ipmon_l.o: ipmon_l.c $(COMMONIPF)/ipmon.h ipmon_y.h ipmon_l.h
175 ipmon_l.c: lexer.c $(COMMONIPF)/ipmon.h