1 mausezahn-libs
= -lcli \
3 $(shell PKG_CONFIG_PATH
=$(PKG_CONFIG_PATH
) $(PKG_CONFIG
) --libs libpcap
2> /dev
/null
) \
8 mausezahn-objs
= str.o \
23 staging
/modifications.o \
33 staging
/cli_launch.o \
34 staging
/cli_legacy.o \
35 staging
/cli_packet.o \
36 staging
/cli_interface.o \
49 staging
/cli_sequence.o \
51 staging
/mops_update.o \
52 staging
/mops_tools.o \
53 staging
/mops_checksums.o \
54 staging
/mops_threads.o \
55 staging
/mops_dot1Q.o \
60 staging
/mops_ext_arp.o \
61 staging
/mops_ext_bpdu.o \
62 staging
/mops_ext_rtp.o \
63 staging
/mopsrx_arp.o \
64 staging
/mops_ext_igmp.o \
65 staging
/mops_ext_lldp.o \
66 staging
/mops_sequence.o \
71 staging
/directmops.o \
74 mausezahn-eflags
= -O2
-I.
-I.. \
75 -DVERSION_STRING
=\"$(VERSION_STRING
)\" \
76 -DVERSION_LONG
=\"$(VERSION_LONG
)\"