Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4819 → Rev 4818

/contrib/sdk/sources/pixman/Makefile
59,14 → 59,15
 
# targets
 
all:lib$(LIBRARY).a $(LIBRARY).dll
all:$(LIBRARY).a $(LIBRARY).dll
 
ebox:$lib(LIBRARY).a $(LIBRARY).dll
ebox:$(LIBRARY).a $(LIBRARY).dll
 
lib$(LIBRARY).a: $(OBJECTS) Makefile
ar cvrs lib$(LIBRARY).a $(OBJECTS)
mv -f lib$(LIBRARY).a ../../lib
 
$(LIBRARY).a: $(OBJECTS) Makefile
ar cvrs $(LIBRARY).a $(OBJECTS)
mv -f $(LIBRARY).a ../../lib
 
$(LIBRARY).dll: $(LIBRARY).def $(OBJECTS) Makefile
$(LD) $(LDFLAGS) $(LIBPATH) -o $@ $(LIBRARY).def $(OBJECTS) $(LIBS)
$(STRIP) $@