# Generated automatically from Makefile.in by configure.
# Makefile for utilites related to GTKeyboard.
# Written by David Allen <s2mdalle@titan.vcu.edu>
#
CC=gcc
RM = /bin/rm -f
FIND = /usr/bin/find
TILDE = $(FIND) $(top_srcdir) -name "*~" -exec $(RM) {} \;
CHMOD = /bin/chmod
MKDIR = /bin/mkdir
LATEX = /usr/bin/latex
DVIPS = /usr/bin/dvips
LATEX2HTML = /usr/bin/latex2html
CP = /bin/cp
MKINSTALLDIRS = $(top_srcdir)/mkinstalldirs
PATH_X = 

WFLAGS = -Wall
LOTHERL        = -lgdk -lglib  -lX11
INCLUDEDIRS    = -I$(srcdir) -I$(srcdir)/include/ \
		 -I/usr/X11R6/include
TMM=testmodmap

testmodmap:	testmodmap.c
	$(CC) -L/usr/X11R6/lib $(INCLUDEDIRS) $(WFLAGS) -o $(TMM) $(LOTHERL) testmodmap.c

clean:	
	$(RM) *.o

restore:	clean
	echo "Done"
