GNUSTEP_INSTALLATION_DOMAIN = SYSTEM

include $(GNUSTEP_MAKEFILES)/common.make

LIBRARY_NAME = XWindowServerKit

XWindowServerKit_OBJC_FILES = \
	XFunctions.m \
	XScreen.m \
	XWindow.m 

XWindowServerKit_LIBRARIES_DEPEND_UPON = -lX11 
XWindowServerKit_HEADER_FILES_INSTALL_DIR = XWindowServerKit
XWindowServerKit_HEADER_FILES = \
	XFunctions.h \
	XScreen.h \
	XWindow.h \
	gnustep.h

ADDITIONAL_INCLUDE_DIRS += -I/usr/X11R6/include
ADDITIONAL_LIB_DIRS += -L/usr/X11R6/lib -lX11

include $(GNUSTEP_MAKEFILES)/library.make
include ../../etoile.make



syntax highlighted by Code2HTML, v. 0.9.1