/SA.Framework/SAWUI/GNUmakefile
http://eeframework.googlecode.com/ · Makefile · 50 lines · 39 code · 10 blank · 1 comment · 0 complexity · 355e2dd3a6e5a9112461aed2bcb95ab1 MD5 · raw file
- include $(GNUSTEP_MAKEFILES)/common.make
- include $(GNUSTEP_MAKEFILES)/Auxiliary/gsweb.make
- include ../../Version
- FRAMEWORK_NAME = SAWUI
- SAWUI_HAS_GSWCOMPONENTS = YES
- SAWUI_PRINCIPAL_CLASS = Application
- SAWUI_RESOURCE_FILES = Resources/sawui.css
- SAWUI_LIBRARIES_DEPEND_UPON += -lSA
- SAWUI_INTERFACE_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
- # The Objective-C source files to be compiled
- SAWUI_OBJC_FILES = \
- SAWUIController.m \
- SAWUIComponent.m \
- Dump.m \
- Sites.m \
- Site.m \
- Login.m \
- Logins.m \
- Users.m \
- User.m \
- Organizations.m \
- Organization.m \
- Main.m
- SAWUI_HEADER_FILES = \
- SAWUIController.h \
- SAWUIComponent.h
- SAWUI_COMPONENTS = \
- Main.gswc \
- Dump.gswc \
- Sites.gswc \
- Site.gswc \
- Login.gswc \
- Logins.gswc \
- Users.gswc \
- Organizations.gswc \
- Organization.gswc \
- User.gswc
- -include Makefile.preamble
- include $(GNUSTEP_MAKEFILES)/framework.make
- -include Makefile.postamble