Changes in uspace/lib/libc/Makefile.build [8786aa5:1e4cada] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/Makefile.build
r8786aa5 r1e4cada 87 87 generic/udebug.c \ 88 88 generic/vfs/vfs.c \ 89 generic/vfs/canonify.c \ 90 generic/stacktrace.c 89 generic/vfs/canonify.c 91 90 92 91 ARCH_SOURCES += \ … … 112 111 %.o: %.S $(DEPEND) 113 112 $(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 113 118 114 %.o: %.s $(DEPEND) 119 115 $(AS) $(AFLAGS) $< -o $@ 120 ifeq ($(PRECHECK),y)121 $(JOBFILE) $(JOB) $< $@ as asm $(AFLAGS)122 endif123 116 124 117 %.o: %.c $(DEPEND) 125 118 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 126 ifeq ($(PRECHECK),y)127 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS)128 endif129 119 130 120 $(DEPEND): $(INCLUDE_KERNEL) $(INCLUDE_ARCH) $(INCLUDE_LIBARCH)
Note:
See TracChangeset
for help on using the changeset viewer.