# Generated automatically from Makefile.in by configure.
.SUFFIXES:
.SUFFIXES: .c .o

# set the MAKE variable if necessary


prefix          = /usr/local
exec_prefix     = ${prefix}
bindir          = $(exec_prefix)/bin
libdir          = $(exec_prefix)/lib
includedir      = $(prefix)/include
datadir         = $(prefix)/share
mandir          = $(prefix)/man/man1
manext          = .1
srcdir          = .

SHELL           = /bin/sh


# the name of the program to create
PROGRAM	= gimp

# all of the sources
SRCS =				\
	actionarea.c    	\
	airbrush.c      	\
	app_procs.c     	\
	autodialog.c    	\
	bezier_select.c 	\
	blend.c 		\
	boundary.c      	\
	brush_select.c  	\
	brushes.c       	\
	bucket_fill.c   	\
	buildmenu.c     	\
	by_color_select.c       \
	channel.c       	\
	clone.c 		\
	color_area.c    	\
	color_picker.c  	\
	color_select.c  	\
	colormaps.c     	\
	commands.c      	\
	convolve.c      	\
	crop.c  		\
	cursorutil.c    	\
	disp_callbacks.c        \
	draw_core.c     	\
	edit_selection.c        \
	ellipse_select.c        \
	eraser.c        	\
	errors.c        	\
	fileops.c       	\
	flip_tool.c     	\
	floating_sel.c  	\
	free_select.c   	\
	fuzzy_select.c  	\
	gconvert.c      	\
	gdisplay.c      	\
	gdisplay_ops.c  	\
	gdither.c       	\
	general.c       	\
	gimage.c        	\
	gimage_mask.c   	\
	gimprc.c        	\
	global_edit.c   	\
	gregion.c       	\
	gximage.c       	\
	image_buf.c     	\
	image_render.c  	\
	info_dialog.c   	\
	info_window.c   	\
	interface.c     	\
	iscissors.c     	\
	layer.c			\
	layers_dialog.c 	\
	linked.c        	\
	magnify.c       	\
	main.c  		\
	memutils.c      	\
	menus.c 		\
	move.c  		\
	paint_core.c    	\
	paint_funcs.c   	\
	paintbrush.c    	\
	palette.c       	\
	pattern_select.c        \
	patterns.c      	\
	pencil.c        	\
	perspective_tool.c      \
	plug_in.c       	\
	progress.c      	\
	rect_select.c   	\
	rotate_tool.c   	\
	scale.c 		\
	scale_tool.c    	\
	scroll.c        	\
	selection.c     	\
	shadow_ops.c    	\
	shear_tool.c    	\
	temp_buf.c      	\
	text_tool.c     	\
	timer.c 		\
	tools.c 		\
	transform_core.c        \
	transform_tool.c        \
	undo.c  		\
	visual.c        	\



# all of the objects
OBJS =	$(SRCS:.c=.o)

CC		=	gcc
INSTALL		=	../install-sh -c
MAKEDEPEND	=	$(CC) -MM

LIBS		=	-lgtk -lgdk -lX11 -lXext -lglib -lm
CFLAGS		=	-g -pipe -Wall -ansi -pedantic  -I/usr/X11R6/include -I../gtk -I../gtk/glib
LDFLAGS		=	 -L/usr/X11R6/lib  -L../gtk -L../gtk/glib


all: $(PROGRAM)


$(PROGRAM): $(OBJS)
	$(CC) $(OBJS) $(LINCLUDE) $(LDFLAGS) $(LIBS) -o $(PROGRAM)

install: $(PROGRAM)
	$(INSTALL) $(PROGRAM) $(bindir)

depend:
	$(MAKEDEPEND) $(CFLAGS) $(SRCS) > .depend

.depend:
	touch .depend

clean:
	rm -f *.o *~ $(PROGRAM)

include .depend
