/SA.Framework/SquidAggregator/GNUmakefile
http://eeframework.googlecode.com/ · Makefile · 22 lines · 13 code · 9 blank · 0 comment · 0 complexity · 6bc4f1950284c3ac1e6df82ba25dbffc MD5 · raw file
- include $(GNUSTEP_MAKEFILES)/common.make
- include ../../Version
- LIBRARY_NAME = libSA
- libSA_INTERFACE_VERSION = $(MAJOR_VERSION).$(MINOR_VERSION)
- libSA_OBJC_FILES = \
- SquidAggregator.m
- libSA_HEADER_FILES = \
- SquidAggregator.h
- libSA_HEADER_FILES_INSTALL_DIR = SquidAggregator
- LIBRARIES_DEPEND_UPON = -lBEE
- -include Makefile.preamble
- include $(GNUSTEP_MAKEFILES)/library.make
- -include Makefile.postamble