###########################################################################
#
# Makefile for the Linux 802.2 LLC (fully-functional) layer.
#
# Note 1! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
#
# Note 2! The CFLAGS definition is now in the main makefile...
#
# Copyright (c) 1997 by Procom Technology,Inc.
#
# This program can be redistributed or modified under the terms of the 
# GNU General Public License as published by the Free Software Foundation.
# This program is distributed without any warranty or implied warranty
# of merchantability or fitness for a particular purpose.
#
# See the GNU General Public License for more details.
#
###########################################################################


O_TARGET := 8022llc.o

O_OBJS  := llc_if.o llc_c_ev.o llc_c_ac.o llc_mac.o llc_sap.o llc_s_st.o \
           llc_main.o llc_s_ac.o llc_conn.o llc_c_st.o llc_stat.o \
           llc_actn.o llc_rout.o llc_s_ev.o llc_evnt.o llc_util.o \
           llc_pdu.o llc_glob.o llc_lm.o lan_hdrs.o cm_dll.o cm_bp.o \
           cm_frame.o cm_mm.o os_if.o llc_stk.o decode.o llc_cmd_rsp.o 

M_OBJS := $(O_TARGET)
include $(TOPDIR)/Rules.make

tar:
		tar -cvf /dev/f1 .

