Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4361 → Rev 4362

/contrib/sdk/sources/pixman/Makefile
60,7 → 60,7
 
$(LIBRARY).a: $(OBJECTS) Makefile
ar cvrs $(LIBRARY).a $(OBJECTS)
mv -f $(LIBRARY).a ../../static
mv -f $(LIBRARY).a ../../lib
 
$(LIBRARY).dll: $(LIBRARY).def $(OBJECTS) Makefile
$(LD) $(LDFLAGS) $(LIBPATH) -o $@ $(LIBRARY).def $(OBJECTS) $(LIBS)
/contrib/sdk/sources/pixman/Makefile.ebox
11,7 → 11,7
 
INCLUDES= -I. -I../newlib/include
 
LIBPATH:= -L../../import -L../../static
LIBPATH:= -L../../lib
 
LIBS:= -ldll -lc.dll -lgcc
 
60,7 → 60,7
 
$(LIBRARY).a: $(OBJECTS) Makefile
ar cvrs $(LIBRARY).a $(OBJECTS)
mv -f $(LIBRARY).a ../../static
mv -f $(LIBRARY).a ../../lib
 
$(LIBRARY).dll: $(LIBRARY).def $(OBJECTS) Makefile
$(LD) $(LDFLAGS) $(LIBPATH) -o $@ $(LIBRARY).def $(OBJECTS) $(LIBS)
67,8 → 67,8
$(STRIP) $@
sed -f ../newlib/cmd1.sed $(LIBRARY).def > mem
sed -f ../newlib/cmd2.sed mem >$(LIBRARY).inc
mv -f $@ ../../lib
mv -f lib$(LIBRARY).dll.a ../../import
mv -f $@ ../../bin
mv -f lib$(LIBRARY).dll.a ../../lib
 
%.o : %.c Makefile