Changes in uspace/app/pcc/cc/ccom/Makefile [5889fc74:5974661] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/ccom/Makefile
r5889fc74 r5974661 34 34 DEFS = -Dmach_$(PLATFORM) -D__helenos__ -DPCC_DEBUG -DGCC_COMPAT -Dfree=free 35 35 BINARY = ccom 36 37 PRE_DEPEND = cgram.c scan.c external.c external.h common.c compat.c 38 EXTRA_CLEAN = cgram.c cgram.h scan.c external.c external.h common.c compat.c \ 39 $(MIPDIR)/*.o $(MDIR)/*.o 36 EXTRA_CLEAN = cgram.c cgram.h scan.c external.c external.h 40 37 41 38 POSIX_COMPAT = y … … 54 51 $(MIPDIR)/optim2.c \ 55 52 $(MIPDIR)/regs.c \ 56 common.c \57 compat.c \53 $(MIPDIR)/common.c \ 54 $(MIPDIR)/compat.c \ 58 55 cgram.c \ 59 56 scan.c \ … … 70 67 trees.c 71 68 72 include $(USPACE_PREFIX)/Makefile.common73 74 69 cgram.c: cgram.y 75 70 $(YACC) $(YFLAGS) -d $< … … 81 76 mv lex.yy.c scan.c 82 77 83 compat.c: $(MIPDIR)/compat.c 84 ln -s -f $^ $@ 78 external.c external.h: 79 ln -s arch/$(PLATFORM)/external.c external.c 80 ln -s arch/$(PLATFORM)/external.h external.h 85 81 86 common.c: $(MIPDIR)/common.c 87 ln -s -f $^ $@ 82 include $(USPACE_PREFIX)/Makefile.common 88 83 89 external.c: arch/$(PLATFORM)/external.c90 ln -s -f $^ $@91 92 external.h: arch/$(PLATFORM)/external.h93 ln -s -f $^ $@94
Note:
See TracChangeset
for help on using the changeset viewer.