# Generated automatically from Makefile.in by configure.
#
# Makefile for TINTIN++ 
# 

##############################################################################

# It's a bad idea to edit Makefile if you don't know what you're doing.
# Makefile is automatically generated by ./configure from Makefile.in.
# If you want to change something, most likely you'll want to edit
# Makefile.in and change it there, then run ./configure.

##############################################################################

DEFINES = -DHAVE_CONFIG_H

CC = gcc
INCS = -I..

PROTOS = action.proto alias.proto ansi.proto antisub.proto files.proto \
	glob.proto help.proto highlight.proto ivars.proto llist.proto \
	log.proto main.proto misc.proto net.proto parse.proto path.proto \
	rl.proto rlhist.proto rltab.proto rltick.proto rlvt100.proto \
	scrsize.proto session.proto substitute.proto text.proto \
	ticks.proto utils.proto variables.proto function.proto

##############################################################################

protos : $(PROTOS)

%.proto : ../%.c
	cproto -e -v ${INCS} ${DEFINES} -o $@ -O /dev/null $<

##############################################################################
