# # Makefile.preamble for Burn.app # # Author: Andreas Heppel # # Makefile.preamble # # Project specific makefile variables, and additional # # Do not put any Makefile rules in this file, instead they should # be put into Makefile.postamble. # # # Flags dealing with compiling and linking # # Additional flags to pass to the Objective-C compile ifeq ($(findstring linux-gnu,$(GNUSTEP_HOST_OS)),linux-gnu) GSBURN_FLAG_OS = linux else GSBURN_FLAG_OS = $(GNUSTEP_HOST_OS) endif ADDITIONAL_OBJCFLAGS +=-D$(GSBURN_FLAG_OS)