Changeset 5889fc74 in mainline for uspace/app/pcc/cc/ccom/mkext/Makefile
- Timestamp:
- 2011-07-25T20:03:53Z (13 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/ccom/mkext/Makefile
rb9a46fc r5889fc74 37 37 POSIX_COMPAT = y 38 38 39 PRE_DEPEND = mkext.c table.c common.c 40 EXTRA_CLEAN = mkext.c table.c common.c 41 39 42 # FIXME: external.{c,h} must be generated for each target system 40 43 41 44 SOURCES = \ 42 ${MIPDIR}/mkext.c \43 $(MDIR)/table.c \44 ${MIPDIR}/common.c45 mkext.c \ 46 table.c \ 47 common.c 45 48 46 49 include $(USPACE_PREFIX)/Makefile.common 47 50 51 mkext.c: $(MIPDIR)/mkext.c 52 ln -s -f $^ $@ 53 54 table.c: $(MDIR)/table.c 55 ln -s -f $^ $@ 56 57 common.c: $(MIPDIR)/common.c 58 ln -s -f $^ $@ 59
Note:
See TracChangeset
for help on using the changeset viewer.