# Generated automatically from Makefile.in by configure.
#
# libwcomp Makefile
# adapted from the Makefile for libwcomp written by Dr. Tom Holroyd
#

CFLAGS = -Wall -O2
VERSION = 1.1.7
PREFIX = /usr/local
srcdir = .
top_srcdir = ..
DOCDIR = $(PREFIX)/share/gtkeyboard
SHAREDIR = $(DOCDIR)
bindir = $(PREFIX)/bin

AR = /usr/bin/ar
CC = gcc
RM = /bin/rm
FIND = /usr/bin/find
TILDE = $(FIND) $(top_srcdir) -name "*~" -exec $(RM) {} \;
CHMOD = /bin/chmod
MKDIR = /bin/mkdir
CP = /bin/cp
MKINSTALLDIRS = $(top_srcdir)/mkinstalldirs
PATH_X = 
BINARY = gtkeyboard
INSTALL = /usr/bin/install -c

TOUCH = /usr/bin/touch

make: libwcomp.a

OBJS = wcomp.o splay.o
libwcomp.a: $(OBJS)
	$(AR) rcs $@ $^

SRCS = $(OBJS:.o=.c)
depend:
	makedepend -Y $(SRCS) > /dev/null 2>&1

clean:
	rm -f *.o *.a

restore:	clean
	

# DO NOT DELETE
wcomp.o: config.h wcomp.h
splay.o: wcomp.h
