Changeset 8786aa5 in mainline for uspace/lib/softint
- Timestamp:
- 2010-01-04T15:21:19Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b766352
- Parents:
- e405228
- Location:
- uspace/lib/softint
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/Makefile
re405228 r8786aa5 34 34 all: $(LIBC_PREFIX)/../../../Makefile.config $(LIBC_PREFIX)/../../../config.h $(LIBC_PREFIX)/../../../config.defs $(LIBC_PREFIX)/libc.a 35 35 -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV) 36 $(MAKE) -f Makefile.build 36 $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK) 37 37 38 38 clean: 39 rm -f $(DEPEND) $(DEPEND_PREV) $( LIBSOFTINT)39 rm -f $(DEPEND) $(DEPEND_PREV) $(JOB) $(LIBSOFTINT) 40 40 find . -name '*.o' -follow -exec rm \{\} \; -
uspace/lib/softint/Makefile.build
re405228 r8786aa5 56 56 %.o: %.c $(DEPEND) 57 57 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 58 ifeq ($(PRECHECK),y) 59 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS) 60 endif 58 61 59 62 $(DEPEND): -
uspace/lib/softint/Makefile.common
re405228 r8786aa5 34 34 DEPEND = Makefile.depend 35 35 DEPEND_PREV = $(DEPEND).prev 36 JOB = softint.job 36 37 LIBSOFTINT = libsoftint.a
Note:
See TracChangeset
for help on using the changeset viewer.