mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
add a libpng-dirclean target and alias png to libpng
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user