CFLAGS = -I../lib -I. -Wall -g -O2 -D__LDP_LINUX__ -DMPLS_LINUX CC = gcc PORT_OBJS = ldp_fib_impl.o ldp_ifmgr_impl.o ldp_lock_impl.o ldp_mm_impl.o ldp_mpls_impl.o ldp_socket_impl.o ldp_timer_impl.o ldp_tree_impl.o ldp_netlink.o ldp_policy_impl.o # ldp_trace_impl.o libldpport.a: $(PORT_OBJS) ar rc $@ $^ ranlib $@ ldp_linux: ldp_linux.o ../libldp.a libldplinux.a ../libldp.a $(CC) $(CFLAGS) -o $@ ldp_linux.o ../libldp.a libldplinux.a ../libldp.a radix_test: radix_test.o radix.h $(CC) $(CFLAGS) -o $@ radix_test.o clean: rm -rf *.a *.o core # DO NOT DELETE ldp_fib_impl.o: ldp_fib_impl.c ../lib/ldp_struct.h ../lib/ldp_list.h \ ../lib/ldp_refcnt.h ../lib/ldp_assert.h ../lib/ldp_defaults.h \ ldp_handle_type.h ../lib/ldp_nortel.h ../lib/ldp_prefix.h \ ldp_netlink.h ../lib/ldp_fib_impl.h ../lib/ldp_tree_impl.h ldp_ifmgr_impl.o: ldp_ifmgr_impl.c ../lib/ldp_struct.h \ ../lib/ldp_list.h ../lib/ldp_refcnt.h ../lib/ldp_assert.h \ ../lib/ldp_defaults.h ldp_handle_type.h ../lib/ldp_nortel.h \ ../lib/ldp_ifmgr_impl.h ../lib/ldp_mm_impl.h ldp_linux.h \ ldp_netlink.h ldp_linux.o: ldp_linux.c ../lib/ldp_struct.h ../lib/ldp_list.h \ ../lib/ldp_refcnt.h ../lib/ldp_assert.h ../lib/ldp_defaults.h \ ldp_handle_type.h ../lib/ldp_nortel.h ../lib/ldp_global.h \ ../lib/ldp_prefix.h ../lib/ldp_peer.h ../lib/ldp_if.h \ ../lib/ldp_range.h ../lib/ldp_entity.h ../lib/ldp_cfg.h \ ../lib/ldp_pdu.h ../lib/ldp_mm_impl.h ../lib/ldp_tree_impl.h \ ../lib/ldp_state_machine.h ldp_linux.h ldp_lock_impl.o: ldp_lock_impl.c ../lib/ldp_struct.h ../lib/ldp_list.h \ ../lib/ldp_refcnt.h ../lib/ldp_assert.h ../lib/ldp_defaults.h \ ldp_handle_type.h ../lib/ldp_nortel.h ../lib/ldp_mm_impl.h \ ../lib/ldp_lock_impl.h ldp_mm_impl.o: ldp_mm_impl.c ../lib/ldp_struct.h ../lib/ldp_list.h \ ../lib/ldp_refcnt.h ../lib/ldp_assert.h ../lib/ldp_defaults.h \ ldp_handle_type.h ../lib/ldp_nortel.h ../lib/ldp_mm_impl.h ldp_mpls_impl.o: ldp_mpls_impl.c ../lib/ldp_struct.h ../lib/ldp_list.h \ ../lib/ldp_refcnt.h ../lib/ldp_assert.h ../lib/ldp_defaults.h \ ldp_handle_type.h ../lib/ldp_nortel.h ../lib/ldp_entity.h \ ../lib/ldp_mpls_impl.h ../lib/ldp_socket_impl.h ldp_netlink.o: ldp_netlink.c ldp_policy_impl.o: ldp_policy_impl.c ../lib/ldp_struct.h \ ../lib/ldp_list.h ../lib/ldp_refcnt.h ../lib/ldp_assert.h \ ../lib/ldp_defaults.h ldp_handle_type.h ../lib/ldp_nortel.h \ ../lib/ldp_policy_impl.h ldp_socket_impl.o: ldp_socket_impl.c ../lib/ldp_struct.h \ ../lib/ldp_list.h ../lib/ldp_refcnt.h ../lib/ldp_assert.h \ ../lib/ldp_defaults.h ldp_handle_type.h ../lib/ldp_nortel.h \ ldp_linux.h ../lib/ldp_socket_impl.h ldp_timer_impl.o: ldp_timer_impl.c ../lib/ldp_struct.h \ ../lib/ldp_list.h ../lib/ldp_refcnt.h ../lib/ldp_assert.h \ ../lib/ldp_defaults.h ldp_handle_type.h ../lib/ldp_nortel.h \ ../lib/ldp_timer_impl.h ../lib/ldp_mm_impl.h ldp_linux.h ldp_tree_impl.o: ldp_tree_impl.c ../lib/ldp_struct.h ../lib/ldp_list.h \ ../lib/ldp_refcnt.h ../lib/ldp_assert.h ../lib/ldp_defaults.h \ ldp_handle_type.h ../lib/ldp_nortel.h ../lib/ldp_mm_impl.h \ ../lib/ldp_tree_impl.h radix.h