/SA.Framework/SquidAggregator/GNUmakefile

http://eeframework.googlecode.com/ · Makefile · 22 lines · 13 code · 9 blank · 0 comment · 0 complexity · 6bc4f1950284c3ac1e6df82ba25dbffc MD5 · raw file

  1. include $(GNUSTEP_MAKEFILES)/common.make
  2. include ../../Version
  3. LIBRARY_NAME = libSA
  4. libSA_INTERFACE_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
  5. libSA_OBJC_FILES = \
  6. SquidAggregator.m
  7. libSA_HEADER_FILES = \
  8. SquidAggregator.h
  9. libSA_HEADER_FILES_INSTALL_DIR = SquidAggregator
  10. LIBRARIES_DEPEND_UPON = -lBEE
  11. -include Makefile.preamble
  12. include $(GNUSTEP_MAKEFILES)/library.make
  13. -include Makefile.postamble