Changes in uspace/app/pcc/cc/cpp/Makefile [4ac901c:5889fc74] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/cpp/Makefile
r4ac901c r5889fc74 31 31 ARCHDIR = ../../arch/$(PLATFORM) 32 32 EXTRA_CFLAGS = -I$(MIPDIR) -I$(ARCHDIR) -w 33 EXTRA_CLEAN = y.tab.c y.tab.h34 33 DEFS = -DCPP_DEBUG -Dfree=free -DCPPBUF=16384 35 34 BINARY = cpp 35 36 PRE_DEPEND = compat.c 37 EXTRA_CLEAN = compat.c y.tab.c y.tab.h 36 38 37 39 POSIX_COMPAT = y … … 43 45 cpp.c \ 44 46 token.c \ 45 $(MIPDIR)/compat.c 47 compat.c 48 49 include $(USPACE_PREFIX)/Makefile.common 46 50 47 51 y.tab.c: 48 52 $(YACC) -d cpy.y 49 53 50 include $(USPACE_PREFIX)/Makefile.common 54 compat.c: $(MIPDIR)/compat.c 55 ln -s -f $^ $@ 51 56
Note:
See TracChangeset
for help on using the changeset viewer.