Changes in uspace/lib/libc/Makefile.build [8786aa5:cc1f8d4] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/Makefile.build
r8786aa5 rcc1f8d4 50 50 generic/as.c \ 51 51 generic/cap.c \ 52 generic/clipboard.c \53 52 generic/devmap.c \ 54 53 generic/event.c \ … … 57 56 generic/string.c \ 58 57 generic/fibril.c \ 59 generic/fibril_sync h.c \58 generic/fibril_sync.c \ 60 59 generic/pcb.c \ 61 60 generic/smc.c \ … … 87 86 generic/udebug.c \ 88 87 generic/vfs/vfs.c \ 89 generic/vfs/canonify.c \ 90 generic/stacktrace.c 88 generic/vfs/canonify.c 91 89 92 90 ARCH_SOURCES += \ … … 112 110 %.o: %.S $(DEPEND) 113 111 $(CC) $(DEFS) $(AFLAGS) $(CFLAGS) -D__ASM__ -c $< -o $@ 114 ifeq ($(PRECHECK),y)115 $(JOBFILE) $(JOB) $< $@ as asm/preproc $(DEFS) $(AFLAGS) $(CFLAGS) -D__ASM__116 endif117 112 118 113 %.o: %.s $(DEPEND) 119 114 $(AS) $(AFLAGS) $< -o $@ 120 ifeq ($(PRECHECK),y)121 $(JOBFILE) $(JOB) $< $@ as asm $(AFLAGS)122 endif123 115 124 116 %.o: %.c $(DEPEND) 125 117 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 126 ifeq ($(PRECHECK),y)127 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)128 endif129 118 130 119 $(DEPEND): $(INCLUDE_KERNEL) $(INCLUDE_ARCH) $(INCLUDE_LIBARCH)
Note:
See TracChangeset
for help on using the changeset viewer.