# Generated automatically from Makefile.in by configure.
##########################################################################
#           Makefile for xcefdmp new X widgets                           #
##########################################################################
CC = gcc
AR = ar
RANLIB = ranlib
CFLAGS = -DMOTIF -I. -I/usr/X11R6/include

OBJS = TreeCODA.o ValueMask.o

library: libxwidgets.a

libxwidgets.a: $(OBJS)
	$(AR) ruv $@ $(OBJS)
	$(RANLIB) $@

.c.o:
	rm -f $@
	$(CC) -c $(CFLAGS) $< -o $@

clean:
	rm -f *.o libxwidgets.a *~ *.a
