Changeset 5889fc74 in mainline for uspace/app/pcc/cc/cpp/Makefile
- Timestamp:
- 2011-07-25T20:03:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c69d19
- Parents:
- b9a46fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/cpp/Makefile
rb9a46fc 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.