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