Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4366 → Rev 4367

/contrib/sdk/sources/freetype/Makefile.ebox
File deleted
\ No newline at end of file
/contrib/sdk/sources/freetype/Makefile
62,10 → 62,15
OBJECTS = $(patsubst %.c, %.o, $(SOURCES))
 
ifeq ($(findstring ebox,$(MAKECMDGOALS)),ebox)
CFLAGS+=-march=pentium-mmx
endif
 
# targets
 
all:lib$(LIBRARY).a $(LIBRARY).dll
 
ebox:lib$(LIBRARY).a $(LIBRARY).dll
 
lib$(LIBRARY).a: $(OBJECTS) Makefile
ar cvrs lib$(LIBRARY).a $(OBJECTS)