LDP_OBJS = ldp_prefix.o ldp_global.o ldp_entity.o ldp_session.o ldp_if.o \ ldp_peer.o ldp_adj.o ldp_inlabel.o ldp_outlabel.o ldp_addr.o ldp_cfg.o \ ldp_range.o ldp_hello.o ldp_pdu.o ldp_pdu_setup.o ldp_msg.o \ ldp_msg_alloc.o ldp_nortel.o ldp_state_machine.o ldp_inet_addr.o \ ldp_state_funcs.o ldp_init.o ldp_keepalive.o ldp_fec.o \ ldp_label_request.o ldp_attr.o ldp_label_mapping.o \ ldp_label_rel_with.o ldp_notif.o ldp_label_abort.o CFLAGS = -I../port -I. -Wall -O2 -g -D__LDP_LINUX__ CC = gcc CXXFLAGS = $(CFLAGS) CXX = g++ %.o : %.c++ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $< libldp.a: $(LDP_OBJS) ar src libldp.a $^ clean: rm -rf *.o *.e *.a # DO NOT DELETE ldp_addr.o: ldp_addr.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_session.h ldp_pdu_setup.h ldp_addr.h ldp_pdu.h ldp_mm_impl.h \ ldp_msg.h ldp_ifmgr_impl.h ldp_trace_impl.h ../port/ldp_trace.h \ ldp_tree_impl.h ldp_adj.o: ldp_adj.c ldp_struct.h ldp_list.h ldp_refcnt.h ldp_assert.h \ ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h ldp_global.h \ ldp_session.h ldp_hello.h ldp_entity.h ldp_adj.h ldp_mm_impl.h \ ldp_peer.h ldp_timer_impl.h ldp_lock_impl.h ldp_trace_impl.h \ ../port/ldp_trace.h ldp_attr.o: ldp_attr.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_label_mapping.h ldp_attr.h ldp_fec.h ldp_global.h ldp_inlabel.h \ ldp_outlabel.h ldp_session.h ldp_mm_impl.h ldp_mpls_impl.h \ ldp_tree_impl.h ldp_trace_impl.h ../port/ldp_trace.h ldp_cfg.o: ldp_cfg.c ldp_struct.h ldp_list.h ldp_refcnt.h ldp_assert.h \ ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h ldp_cfg.h \ ldp_global.h ldp_entity.h ldp_range.h ldp_attr.h ldp_if.h ldp_peer.h \ ldp_ifmgr_impl.h ldp_lock_impl.h ldp_trace_impl.h ../port/ldp_trace.h ldp_entity.o: ldp_entity.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_session.h ldp_global.h ldp_entity.h ldp_hello.h ldp_peer.h \ ldp_adj.h ldp_if.h ldp_inet_addr.h ldp_msg.h ldp_cfg.h ldp_mm_impl.h \ ldp_timer_impl.h ldp_socket_impl.h ldp_trace_impl.h \ ../port/ldp_trace.h ldp_fec.o: ldp_fec.c ldp_struct.h ldp_list.h ldp_refcnt.h ldp_assert.h \ ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h ldp_prefix.h \ ldp_fec.h ldp_if.h ldp_attr.h ldp_session.h ldp_inlabel.h \ ldp_outlabel.h ldp_global.h ldp_label_mapping.h ldp_label_request.h \ ldp_label_abort.h ldp_label_rel_with.h ldp_mpls_impl.h ldp_mm_impl.h ldp_global.o: ldp_global.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_inet_addr.h ldp_session.h ldp_entity.h ldp_global.h \ ldp_outlabel.h ldp_inlabel.h ldp_hello.h ldp_range.h ldp_peer.h \ ldp_attr.h ldp_adj.h ldp_fec.h ldp_if.h ldp_label_mapping.h \ ldp_socket_impl.h ldp_timer_impl.h ldp_ifmgr_impl.h ldp_tree_impl.h \ ldp_lock_impl.h ldp_mpls_impl.h ldp_fib_impl.h ldp_mm_impl.h \ ldp_trace_impl.h ../port/ldp_trace.h ldp_hello.o: ldp_hello.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_hello.h ldp_msg.h ldp_pdu.h ldp_mm_impl.h ldp_adj.h ldp_entity.h \ ldp_session.h ldp_inet_addr.h ldp_pdu_setup.h ldp_socket_impl.h \ ldp_timer_impl.h ldp_lock_impl.h ldp_trace_impl.h ../port/ldp_trace.h ldp_if.o: ldp_if.c ldp_struct.h ldp_list.h ldp_refcnt.h ldp_assert.h \ ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h ldp_entity.h \ ldp_range.h ldp_if.h ldp_msg.h ldp_hello.h ldp_mm_impl.h \ ldp_socket_impl.h ldp_timer_impl.h ldp_ifmgr_impl.h ldp_trace_impl.h \ ../port/ldp_trace.h ldp_inet_addr.o: ldp_inet_addr.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_inet_addr.h ldp_mm_impl.h ldp_init.o: ldp_init.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_msg.h ldp_pdu.h ldp_mm_impl.h ldp_pdu_setup.h ldp_socket_impl.h \ ldp_trace_impl.h ../port/ldp_trace.h ldp_inlabel.o: ldp_inlabel.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_outlabel.h ldp_inlabel.h ldp_session.h ldp_entity.h ldp_attr.h \ ldp_global.h ldp_mpls_impl.h ldp_mm_impl.h ldp_trace_impl.h \ ../port/ldp_trace.h ldp_keepalive.o: ldp_keepalive.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_msg.h ldp_pdu.h ldp_mm_impl.h ldp_keepalive.h ldp_session.h \ ldp_pdu_setup.h ldp_socket_impl.h ldp_timer_impl.h ldp_lock_impl.h \ ldp_trace_impl.h ../port/ldp_trace.h ldp_label_abort.o: ldp_label_abort.c ldp_struct.h ldp_list.h \ ldp_refcnt.h ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h \ ldp_nortel.h ldp_label_abort.h ldp_label_mapping.o: ldp_label_mapping.c ldp_struct.h ldp_list.h \ ldp_refcnt.h ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h \ ldp_nortel.h ldp_session.h ldp_attr.h ldp_fec.h ldp_msg.h ldp_notif.h \ ldp_entity.h ldp_inlabel.h ldp_outlabel.h ldp_global.h \ ldp_pdu_setup.h ldp_label_rel_with.h ldp_label_mapping.h \ ldp_label_request.h ldp_timer_impl.h ldp_fib_impl.h ldp_lock_impl.h \ ldp_tree_impl.h ldp_trace_impl.h ../port/ldp_trace.h ldp_mpls_impl.h \ ldp_mm_impl.h ldp_policy_impl.h ldp_label_rel_with.o: ldp_label_rel_with.c ldp_struct.h ldp_list.h \ ldp_refcnt.h ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h \ ldp_nortel.h ldp_attr.h ldp_session.h ldp_global.h ldp_inlabel.h \ ldp_outlabel.h ldp_label_rel_with.h ldp_label_mapping.h \ ldp_mpls_impl.h ldp_fec.h ldp_msg.h ldp_pdu_setup.h ldp_trace_impl.h \ ../port/ldp_trace.h ldp_label_request.o: ldp_label_request.c ldp_struct.h ldp_list.h \ ldp_refcnt.h ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h \ ldp_nortel.h ldp_attr.h ldp_fec.h ldp_msg.h ldp_pdu_setup.h \ ldp_timer_impl.h ldp_fib_impl.h ldp_lock_impl.h ldp_trace_impl.h \ ../port/ldp_trace.h ldp_notif.h ldp_session.h ldp_label_mapping.h \ ldp_mpls_impl.h ldp_label_request.h ldp_msg.o: ldp_msg.c ldp_struct.h ldp_list.h ldp_refcnt.h ldp_assert.h \ ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h ldp_msg.h \ ldp_pdu.h ldp_mm_impl.h ldp_socket_impl.h ldp_msg_alloc.h \ ldp_trace_impl.h ../port/ldp_trace.h ldp_msg_alloc.o: ldp_msg_alloc.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_pdu_setup.h ldp_msg_alloc.h ldp_mm_impl.h ldp_nortel.o: ldp_nortel.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_trace_impl.h ../port/ldp_trace.h ldp_notif.o: ldp_notif.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_notif.h ldp_trace_impl.h ../port/ldp_trace.h ldp_outlabel.o: ldp_outlabel.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_addr.h ldp_attr.h ldp_outlabel.h ldp_inlabel.h ldp_session.h \ ldp_global.h ldp_mm_impl.h ldp_trace_impl.h ../port/ldp_trace.h ldp_pdu.o: ldp_pdu.c ldp_struct.h ldp_list.h ldp_refcnt.h ldp_assert.h \ ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h ldp_pdu.h \ ldp_mm_impl.h ldp_msg.h ldp_trace_impl.h ../port/ldp_trace.h \ ldp_msg_alloc.h ldp_pdu_setup.o: ldp_pdu_setup.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_pdu_setup.h ldp_peer.o: ldp_peer.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_entity.h ldp_range.h ldp_peer.h ldp_hello.h ldp_msg.h \ ldp_fib_impl.h ldp_ifmgr_impl.h ldp_lock_impl.h ldp_timer_impl.h \ ldp_mm_impl.h ldp_trace_impl.h ../port/ldp_trace.h ldp_prefix.o: ldp_prefix.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_mm_impl.h ldp_prefix.h ldp_range.o: ldp_range.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_entity.h ldp_range.h ldp_peer.h ldp_if.h ldp_mm_impl.h \ ldp_trace_impl.h ../port/ldp_trace.h ldp_session.o: ldp_session.c ldp_struct.h ldp_list.h ldp_refcnt.h \ ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h ldp_nortel.h \ ldp_outlabel.h ldp_session.h ldp_entity.h ldp_inlabel.h ldp_addr.h \ ldp_attr.h ldp_adj.h ldp_msg.h ldp_inet_addr.h ldp_global.h \ ldp_state_machine.h ldp_label_rel_with.h ldp_label_request.h \ ldp_label_mapping.h ldp_mm_impl.h ldp_timer_impl.h ldp_socket_impl.h \ ldp_mpls_impl.h ldp_trace_impl.h ../port/ldp_trace.h ldp_ifmgr_impl.h ldp_state_funcs.o: ldp_state_funcs.c ldp_struct.h ldp_list.h \ ldp_refcnt.h ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h \ ldp_nortel.h ldp_global.h ldp_session.h ldp_entity.h ldp_fec.h \ ldp_adj.h ldp_attr.h ldp_msg.h ldp_hello.h ldp_init.h \ ldp_label_rel_with.h ldp_label_mapping.h ldp_label_request.h \ ldp_addr.h ldp_keepalive.h ldp_tree_impl.h ldp_trace_impl.h \ ../port/ldp_trace.h ldp_socket_impl.h ldp_state_machine.o: ldp_state_machine.c ldp_struct.h ldp_list.h \ ldp_refcnt.h ldp_assert.h ldp_defaults.h ../port/ldp_handle_type.h \ ldp_nortel.h ldp_global.h ldp_session.h ldp_entity.h ldp_peer.h \ ldp_if.h ldp_adj.h ldp_pdu.h ldp_mm_impl.h ldp_msg.h \ ldp_state_machine.h ldp_socket_impl.h ldp_lock_impl.h \ ldp_trace_impl.h ../port/ldp_trace.h