# AUTOMATICALLY GENERATED. DO NOT EDIT - YOUR CHANGES WILL BE OVERWRITTEN include $(GNUSTEP_MAKEFILES)/common.make ifeq ($(warnings), yes) ADDITIONAL_OBJCFLAGS += -W ADDITIONAL_OBJCPPFLAGS += -W ADDITIONAL_CFLAGS += -W ADDITIONAL_CPPFLAGS += -W endif ifeq ($(allwarnings), yes) ADDITIONAL_OBJCFLAGS += -Wall ADDITIONAL_OBJCPPFLAGS += -Wall ADDITIONAL_CFLAGS += -Wall ADDITIONAL_CPPFLAGS += -Wall endif BUNDLE_NAME = SystemPreferencesEntry SystemPreferencesEntry_OBJC_FILES = SystemPreferencesEntry.m \ SystemPreferencesEntry_OBJCC_FILES = SystemPreferencesEntry_C_FILES = SystemPreferencesEntry_RESOURCE_FILES = SystemPreferencesEntry_LANGUAGES = SystemPreferencesEntry_LOCALIZED_RESOURCE_FILES = SystemPreferencesEntry_LDFLAGS = SUBPROJECTS = -include GNUmakefile.preamble include $(GNUSTEP_MAKEFILES)/bundle.make include $(GNUSTEP_MAKEFILES)/aggregate.make -include GNUmakefile.postamble