Changeset c936c7f in mainline for uspace/app/pcc/cc/ccom/mkext/Makefile
- Timestamp:
- 2011-07-25T20:35:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 80e9e5e
- Parents:
- badbb9ad (diff), 6c69d19 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcc/cc/ccom/mkext/Makefile
rbadbb9ad rc936c7f 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.