# # Makefile for the GNUstep Printing Backend Bundles # # Copyright (C) 2004 Free Software Foundation, Inc. # # Author: Chad Hardin or write to the # Free Software Foundation, 51 Franklin Street, Fifth Floor, # Boston, MA 02110-1301, USA. PACKAGE_NAME = gnustep-gui include $(GNUSTEP_MAKEFILES)/common.make GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES=../gui.make include ../config.make include ../Version # # The list of subproject directories # SUBPROJECTS = \ GSLPR ifeq ($(BUILD_GSCUPS), YES) SUBPROJECTS += GSCUPS endif ifeq ($(GNUSTEP_TARGET_OS),mingw32) SUBPROJECTS = GSWIN32 endif include $(GNUSTEP_MAKEFILES)/aggregate.make