add a libpng-dirclean target and alias png to libpng
This commit is contained in:
parent
919a45a0aa
commit
9490bdc53c
@ -64,10 +64,14 @@ $(TARGET_DIR)/usr/lib/libpng.so: $(STAGING_DIR)/lib/libpng.so
|
||||
cp -dpf $(STAGING_DIR)/lib/libpng.so* $(TARGET_DIR)/usr/lib/
|
||||
-$(STRIP) --strip-unneeded $(TARGET_DIR)/usr/lib/libpng.so
|
||||
|
||||
libpng: uclibc zlib $(TARGET_DIR)/usr/lib/libpng.so
|
||||
png libpng: uclibc zlib $(TARGET_DIR)/usr/lib/libpng.so
|
||||
|
||||
libpng-clean:
|
||||
-$(MAKE) -C $(LIBPNG_DIR) clean
|
||||
|
||||
libpng-dirclean:
|
||||
rm -rf $(LIBPNG_DIR)
|
||||
|
||||
#############################################################
|
||||
#
|
||||
# Toplevel Makefile options
|
||||
|
Loading…
Reference in New Issue
Block a user