i286.mk - scc - simple c99 compiler
 (HTM) git clone git://git.simple-cc.org/scc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
       i286.mk (269B)
       ---
            1 I286_OBJ =\
            2         $(OBJS)\
            3         target/x86/i286tbl.o\
            4         target/x86/i286.o\
            5         target/x86/ins.o\
            6 
            7 target/x86/i286tbl.c: target/x86/ops.dat target/x86/opers.dat lexh
            8         ./mktbl -f x86 -c i286
            9 
           10 $(LIBEXEC)/scc/as-i286: $(I286_OBJ)
           11         $(CC) $(PROJ_LDFLAGS) $(I286_OBJ) $(PROJ_LDLIBS) -o $@