scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

rules.mk (522B)


      1 COFF32_OBJS =\
      2 	coff32/coff32.o \
      3 	coff32/coff32archs.o\
      4 	coff32/coff32del.o \
      5 	coff32/coff32new.o \
      6 	coff32/coff32type.o \
      7 	coff32/coff32probe.o \
      8 	coff32/coff32read.o \
      9 	coff32/coff32strip.o \
     10 	coff32/coff32write.o \
     11 	coff32/coff32setidx.o \
     12 	coff32/coff32xsetidx.o \
     13 	coff32/coff32getidx.o \
     14 	coff32/coff32xgetidx.o \
     15 	coff32/coff32setidx.o \
     16 	coff32/coff32getidx.o \
     17 	coff32/coff32pc2line.o \
     18 	coff32/coff32getsym.o \
     19 	coff32/coff32setsym.o \
     20 	coff32/coff32getsec.o \
     21 	coff32/coff32setsec.o \
     22 	coff32/coff32loadmap.o\