File:  [parser3project] / parser3 / src / classes / Makefile.am
Revision 1.15: download - view: text, annotated - select for diffs - revision graph
Tue Jul 3 10:10:21 2001 UTC (25 years ago) by parser
Branches: MAIN
CVS tags: HEAD
class random renamed to math, operators became methods

#  $Id: Makefile.am,v 1.15 2001/07/03 10:10:21 parser Exp $

SUBDIRS = gd

INCLUDES = -I../include -I../types -I../sql -Igd -I../pcre

CLASSES_INC=classes.inc
CLASSES_C=classes.C

$(CLASSES_INC): $(METHODED) classes.awk
	echo "/* do not edit. autogenerated by Makefile.am */" > $(CLASSES_INC)
	echo >> $(CLASSES_INC)
	ls | $(AWK) -f classes.awk >> $(CLASSES_INC)

$(CLASSES_C): $(CLASSES_INC)

noinst_LIBRARIES = libclasses.a
libclasses_a_SOURCES = $(CLASSES_C) double.C file.C form.C image.C int.C mail.C op.C math.C response.C string.C table.C void.C hash.C
CLEANFILES = $(CLASSES_INC)

E-mail: