makefile 1019 B

1234567891011121314151617181920212223242526272829303132
  1. OBJS = \
  2. level_editor_menu.xml \
  3. level_editor_preferences_dialog.ui \
  4. level_editor_project_dialog.ui \
  5. \
  6. icons/128x128/pepper.png \
  7. icons/16x16/pepper.png \
  8. icons/24x24/pepper.png \
  9. icons/256x256/pepper.png \
  10. icons/32x32/pepper.png \
  11. icons/64x64/pepper.png \
  12. \
  13. icons/theme/axis-local.png \
  14. icons/theme/axis-world.png \
  15. icons/theme/layer-locked.png \
  16. icons/theme/layer-visible.png \
  17. icons/theme/level-layers.png \
  18. icons/theme/level-tree.png \
  19. icons/theme/reference-local.png \
  20. icons/theme/reference-world.png \
  21. icons/theme/run.png \
  22. icons/theme/snap-to-grid.png \
  23. icons/theme/tool-move.png \
  24. icons/theme/tool-place.png \
  25. icons/theme/tool-rotate.png \
  26. icons/theme/tool-scale.png \
  27. resources.c: resources.xml $(OBJS)
  28. glib-compile-resources resources.xml --target=resources.c --generate
  29. clean:
  30. -@rm resources.c