# $Id$ include $(GNUSTEP_MAKEFILES)/common.make BUNDLE_NAME = PHP BUNDLE_EXTENSION = .bundle BUNDLE_INSTALL_DIR = $(GNUSTEP_INSTALLATION_DIR)/Library/Bundles PHP_OBJC_FILES = \ NSString+PHP.m \ PHPHandler.m \ PHPInterpreter.m \ PHPOGoServerAPIModule.m \ PHPRequest.m \ PHPServerAPIModule.m \ php_ogo_sapi.m \ PHP_C_FILES = \ PHPModule.c -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/bundle.make -include GNUmakefile.postamble after-PHP-all :: @(cd $(BUNDLE_NAME)$(BUNDLE_EXTENSION);\ cp ../bundle-info.plist .)