/*
Copyright (C) 1997-2000 Ondrej Popp
This code is generated with Ondrej Popp's C3PO.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

*/
#define CONFIG_TOP
#include "Config.h"
#undef CONFIG_TOP

GEN_SRCS= \
Error.c \
Text.c \
Command.c \
File.c \
WcdStack.c \
dirnode.c \
nameset.c \
intset.c \
main.c

PROTECTED_SRCS= \
Usage.c

SRCS = $(GEN_SRCS) $(PROTECTED_SRCS) $(EXTRA_SRCS)

OBJS = $(SRCS:.c=.o)

GEN_HDRS = \
structur.h \
std_macr.h \
Error.h \
Text.h \
Command.h \
File.h \
WcdStack.h \
dirnode.h \
nameset.h \
intset.h \
Advance.h

PROTECTED_HDRS = \
Constants.h \
Usage.h \
Config.h

INCLUDE_FILES = $(GEN_HDRS) $(PROTECTED_HDRS)

TGTPATH = $(OBJDIR)

vpath %.o $(TGTPATH)

ComplexProgramTarget(wcd)

clean ::
	rm -f wcd.y
	rm -f wcd.l
	rm -f $(GEN_SRCS) $(GEN_HDRS)
	rm -f Imakefile
	rm -f wcd_y.c wcd.output y.tab.c y.output
	rm -f wcd_l.c wcd.h y.tab.h lex.yy.c
	rm -f *.tmp* makefile Makefile

#define CONFIG_BOT
#include "Config.h"
#undef CONFIG_BOT

