Chameleon

Chameleon Commit Details

Date:2011-05-10 17:32:22 (12 years 11 months ago)
Author:Evan Lojewski
Commit:773
Parents: 772
Message:pretty print for libsa / libsaio
Changes:
M/trunk/i386/libsa/Makefile
M/trunk/i386/libsaio/Makefile

File differences

trunk/i386/libsaio/Makefile
7373
7474
7575
76
77
78
79
76
77
78
79
80
81
82
8083
8184
8285
#ranlib $(SYMROOT)/$@
libsaio.a: $(SAIO_EXTERN_OBJS) $(SAIO_OBJS)
rm -f $(SYMROOT)/$(@F)
ar q $(SYMROOT)/$(@F) $^
ranlib $(SYMROOT)/$(@F)
@echo "\t[RM] $(SYMROOT)/$(@F)"
@rm -f $(SYMROOT)/$(@F)
@echo "\t[AR] $@"
@ar q $(SYMROOT)/$(@F) $^ &> /dev/null
@echo "\t[RANLIB] $@"
@ranlib $(SYMROOT)/$(@F)
#saio_internal.h: saio_external.h
#saio_table.c: saio_external.h
#saio_defs.h: saio_external.h
trunk/i386/libsa/Makefile
4545
4646
4747
48
49
50
48
49
50
51
52
53
5154
5255
5356
all embedtheme: $(DIRS_NEEDED) $(LIBS)
libsa.a: $(SA_OBJS)
rm -f $(SYMROOT)/$(@F)
ar q $(SYMROOT)/$(@F) $^
ranlib $(SYMROOT)/$(@F)
@echo "\t[RM] $(SYMROOT)/$(@F)"
@rm -f $(SYMROOT)/$(@F)
@echo "\t[AR] $@"
@ar q $(SYMROOT)/$(@F) $^ &> /dev/null
@echo "\t[RANLIB] $@"
@ranlib $(SYMROOT)/$(@F)
$(INSTALL_SA_DIR) $(INSTALL_MD_DIR):
$(MKDIRS) $@

Archive Download the corresponding diff file

Revision: 773