/SA.Framework/SAWUI/GNUmakefile

http://eeframework.googlecode.com/ · Makefile · 50 lines · 39 code · 10 blank · 1 comment · 0 complexity · 355e2dd3a6e5a9112461aed2bcb95ab1 MD5 · raw file

  1. include $(GNUSTEP_MAKEFILES)/common.make
  2. include $(GNUSTEP_MAKEFILES)/Auxiliary/gsweb.make
  3. include ../../Version
  4. FRAMEWORK_NAME = SAWUI
  5. SAWUI_HAS_GSWCOMPONENTS = YES
  6. SAWUI_PRINCIPAL_CLASS = Application
  7. SAWUI_RESOURCE_FILES = Resources/sawui.css
  8. SAWUI_LIBRARIES_DEPEND_UPON += -lSA
  9. SAWUI_INTERFACE_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
  10. # The Objective-C source files to be compiled
  11. SAWUI_OBJC_FILES = \
  12. SAWUIController.m \
  13. SAWUIComponent.m \
  14. Dump.m \
  15. Sites.m \
  16. Site.m \
  17. Login.m \
  18. Logins.m \
  19. Users.m \
  20. User.m \
  21. Organizations.m \
  22. Organization.m \
  23. Main.m
  24. SAWUI_HEADER_FILES = \
  25. SAWUIController.h \
  26. SAWUIComponent.h
  27. SAWUI_COMPONENTS = \
  28. Main.gswc \
  29. Dump.gswc \
  30. Sites.gswc \
  31. Site.gswc \
  32. Login.gswc \
  33. Logins.gswc \
  34. Users.gswc \
  35. Organizations.gswc \
  36. Organization.gswc \
  37. User.gswc
  38. -include Makefile.preamble
  39. include $(GNUSTEP_MAKEFILES)/framework.make
  40. -include Makefile.postamble