Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1024 → Rev 1025

/shark/trunk/libc/makefile
78,6 → 78,16
endif
endif
 
# Common rules
%.o : %.s
$(REDIR) $(CC) $(ASM_OPT) $(ASM_OUTPUT) -c $<
%.o : %.c
$(REDIR) $(CC) $(C_OPT) $(C_OUTPUT) -c $<
%.s : %.c
$(REDIR) $(CC) $(C_OPT) $(C_OUTPUT) -S $<
%.o : %.cpp
$(REDIR) $(CPP) $(C_OPT) $(C_OUTPUT) -c $<
 
$(LIB_PATH)/lib$(LIBRARY).a: lib$(LIBRARY).a copylibrary
 
copylibrary: