# $Header: /afs/athena.mit.edu/astaff/project/atdev/src/RCS/Makefile,v 1.8 91/01/29 17:39:44 crcraig Exp $

# This makefile is used ONLY to copy source files to the AthenaTools
# build directory.  Once the files have been copied, cd to the build
# directory and use the Imakefile there.


SRCS =  text/FontFamily.c\
	text/FontFamilyPS.c\
	text/Text.c\
	text/TextPS.c\
	text/Label.c\
	plotter/Plotter.c\
	plotter/PlotterPS.c\
	plotter/Axis.c\
	plotter/AxisPS.c\
	plotter/Plot.c\
	plotter/XYPlot.c\
	plotter/Scale.c\
	plotter/TextPlot.c\
	plotter/Barchart.c\
	plotter/FBarchart.c\
	plotter/XYErrorPlot.c\
	plotter/ContourPlot.c\
	parameter/Parameter.c\
	cli/Cli.c\
	msgline/MessageLine.c\
	layout/Layout.c\
	help/Help.c\
	dialog/dialog.c\
	converters/AtConverters.c

HDRS =  text/FontFamily.h\
	text/FontFamilyP.h\
	text/Text.h\
	text/Label.h\
	text/LabelP.h\
	plotter/Plotter.h\
	plotter/PlotterP.h\
	plotter/Axis.h\
	plotter/AxisP.h\
	plotter/Plot.h\
	plotter/PlotP.h\
	plotter/XYPlot.h\
	plotter/XYPlotP.h\
	plotter/Scale.h\
	plotter/TextPlot.h\
	plotter/TextPlotP.h\
	plotter/Barchart.h\
	plotter/BarchartP.h\
	plotter/FBarchart.h\
	plotter/FBarchartP.h\
 	plotter/AtBitmaps.h\
	plotter/XYErrorPlot.h\
	plotter/XYErrorPlotP.h\
	plotter/ContourPlot.h\
	plotter/ContourPlotP.h\
	parameter/Parameter.h\
	parameter/ParameterP.h\
	cli/Cli.h\
	cli/CliP.h\
	msgline/MessageLine.h\
	msgline/MessageLineP.h\
	help/Help.h\
	help/HelpP.h\
	layout/Layout.h\
	layout/LayoutP.h\
	dialog/dialog.h\
	converters/AtConverters.h\
	dialog/MuMenu.h

TOP 		=	/mit/atdev
BUILD_DIR 	=	$(TOP)/src/Build

codecut:
	cp $(SRCS) $(BUILD_DIR)
	cp $(HDRS) $(BUILD_DIR)
