Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4366 → Rev 4367

/contrib/sdk/sources/cairo/Makefile
142,6 → 142,9
 
OBJECTS = $(patsubst %.c, src/%.o, $(SOURCES))
 
ifeq ($(findstring ebox,$(MAKECMDGOALS)),ebox)
CFLAGS+=-march=pentium-mmx
endif
 
# targets
 
148,6 → 151,7
 
all: $(LIBRARY).a $(LIBRARY).dll
 
ebox: $(LIBRARY).a $(LIBRARY).dll
 
$(LIBRARY).a: $(OBJECTS) Makefile
ar cvrs $(LIBRARY).a $(OBJECTS)