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