#
# $RCSfile: Makefile,v $
#
# x-kernel v3.3
#
# Copyright (c) 1996,1993,1991,1990  Arizona Board of Regents
#
# $Log: Makefile,v $
# Revision 1.3  1996/06/03 23:33:21  slm
# Updated version & copyright.
#
# Revision 1.2  1996/01/27  00:08:46  slm
# Added XK_NO_LIBRARIES.
#
# Revision 1.1  1995/10/04  23:08:12  slm
# Initial revision
#
# Revision 1.19  1994/02/05  00:10:05  menze
#   [ 1994/01/28          menze ]
#   Don't use x-kernel include directories
#
#   [ 1994/01/04          menze ]
#   Changed name of make variable
#
# Revision 1.18  1994/01/04  20:48:14  menze
# Utility programs are now built from an xkernel build directory.

PGM = compose
FILES = parse compose util error

TMP_CPPFLAGS += -DPLATFORM_INCLUDE=\"compose_$(XPLATFORM).h\"

XK_NO_LIBRARIES = xk_no_libraries

include $(MAKE_INCLUDE)/Makefile.common

# This program is independent of x-kernel include files, so we
# jettison the x-kernel include paths we picked up from
# Makefile.common. 

XINCLUDES :=

tags:
	etags -tw -f TAGS *.c *.h
