scc

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

Makefile (401B)


      1 .POSIX:
      2 
      3 PROJECTDIR =../../..
      4 include $(PROJECTDIR)/scripts/rules.mk
      5 
      6 OBJS =\
      7 	coff32.o \
      8 	coff32del.o \
      9 	coff32new.o \
     10 	coff32probe.o \
     11 	coff32read.o \
     12 	coff32strip.o \
     13 	coff32write.o \
     14 	coff32setidx.o \
     15 	coff32xsetidx.o \
     16 	coff32getidx.o \
     17 	coff32xgetidx.o \
     18 	coff32setidx.o \
     19 	coff32getidx.o \
     20 	coff32pc2line.o \
     21 	coff32getsym.o \
     22 	coff32getsec.o \
     23 	coff32loadmap.o\
     24 
     25 all: $(OBJS)
     26 
     27 include deps.mk