# Makefile generated by imake - do not edit!
# $XConsortium: imake.c,v 1.51 89/12/12 12:37:30 jim Exp $

###########################################################################
# Makefile generated from "Imake.tmpl" and </tmp/IIf.008303>
# $XConsortium: Imake.tmpl,v 1.77 89/12/18 17:01:37 jim Exp $
#
# Platform-specific parameters may be set in the appropriate .cf
# configuration files.  Site-wide parameters may be set in the file
# site.def.  Full rebuilds are recommended if any parameters are changed.
#
# If your C preprocessor doesn't define any unique symbols, you'll need
# to set BOOTSTRAPCFLAGS when rebuilding imake (usually when doing
# "make Makefile", "make Makefiles", or "make World").
#
# If you absolutely can't get imake to work, you'll need to set the
# variables at the top of each Makefile as well as the dependencies at the
# bottom (makedepend will do this automatically).
#

###########################################################################
# platform-specific configuration parameters - edit bsd.cf to change

# platform:  $XConsortium: bsd.cf,v 1.8 89/12/23 14:19:17 jim Exp $
# operating system:             4.3bsd

###########################################################################
# site-specific configuration parameters - edit site.def to change

# site:  $XConsortium: site.def,v 1.21 89/12/06 11:46:50 jim Exp $

            SHELL = 	/bin/sh

              TOP = .
      CURRENT_DIR = .

               AR = ar cq
  BOOTSTRAPCFLAGS =
               CC = gcc -fpcc-struct-return

         COMPRESS = compress
              CPP = /lib/cpp $(STD_CPP_DEFINES)
    PREPROCESSCMD = gcc -fpcc-struct-return -E $(STD_CPP_DEFINES)
          INSTALL = install
               LD = ld
             LINT = \:
      LINTLIBFLAG = -C
         LINTOPTS = -axz
               LN = ln -s
             MAKE = make
               MV = mv
               CP = cp
           RANLIB = ranlib
  RANLIBINSTFLAGS =
               RM = rm -f
     STD_INCLUDES =
  STD_CPP_DEFINES =
      STD_DEFINES = -DNOSTDHDRS
 EXTRA_LOAD_FLAGS =
  EXTRA_LIBRARIES =
             TAGS = ctags

   SIGNAL_DEFINES = -DSIGNALRETURNSINT

    PROTO_DEFINES =

     INSTPGMFLAGS =  -s

     INSTSCRFLAGS =
     INSTBINFLAGS = -m 0755
     INSTUIDFLAGS = -o root -m 4755
     INSTLIBFLAGS = -m 0664
     INSTINCFLAGS = -m 0444
     INSTMANFLAGS = -m 0444
     INSTDATFLAGS = -m 0444
    INSTKMEMFLAGS = -g kmem -m 2755

          DESTDIR =

     TOP_INCLUDES = -I$(INCROOT)

      CDEBUGFLAGS = -O
        CCOPTIONS =
      COMPATFLAGS =

      ALLINCLUDES = $(STD_INCLUDES) $(TOP_INCLUDES) $(INCLUDES) $(EXTRA_INCLUDES)
       ALLDEFINES = $(ALLINCLUDES) $(STD_DEFINES) $(PROTO_DEFINES) $(DEFINES) $(COMPATFLAGS)
           CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES)
        LINTFLAGS = $(LINTOPTS) -DLINT $(ALLDEFINES)

           LDLIBS = $(SYS_LIBRARIES) $(EXTRA_LIBRARIES)

        LDOPTIONS = $(CDEBUGFLAGS) $(CCOPTIONS) -L$(USRLIBDIR)

   LDCOMBINEFLAGS = -X -r

        MACROFILE = bsd.cf
           RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a .emacs_* tags TAGS make.log MakeOut

    IMAKE_DEFINES =

         IRULESRC = $(CONFIGDIR)
        IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES)

     ICONFIGFILES = $(IRULESRC)/Imake.tmpl $(IRULESRC)/Imake.rules \
			$(IRULESRC)/Project.tmpl $(IRULESRC)/site.def \
			$(IRULESRC)/$(MACROFILE) $(EXTRA_ICONFIGFILES)

###########################################################################
# X Window System Build Parameters
# $XConsortium: Project.tmpl,v 1.68 90/07/03 12:14:47 rws Exp $

###########################################################################
# X Window System make variables; this need to be coordinated with rules
# $XConsortium: Project.tmpl,v 1.68 90/07/03 12:14:47 rws Exp $

          PATHSEP = /
        USRLIBDIR = 	$(DESTDIR)/usr/athena/lib
           BINDIR = 		$(DESTDIR)/usr/athena/bin
          INCROOT = 		$(DESTDIR)/usr/athena/include
     BUILDINCROOT = $(TOP)
      BUILDINCDIR = $(BUILDINCROOT)/X11
      BUILDINCTOP = ..
           INCDIR = $(INCROOT)/X11
           ADMDIR = $(DESTDIR)/usr/adm
           LIBDIR = $(USRLIBDIR)/X11
        CONFIGDIR = $(LIBDIR)/config
       LINTLIBDIR = $(USRLIBDIR)/lint

          FONTDIR = $(LIBDIR)/fonts
         XINITDIR = $(LIBDIR)/xinit
           XDMDIR = $(LIBDIR)/xdm
           AWMDIR = $(LIBDIR)/awm
           TWMDIR = $(LIBDIR)/twm
           GWMDIR = $(LIBDIR)/gwm
          MANPATH = $(DESTDIR)/usr/athena/man
    MANSOURCEPATH = $(MANPATH)/man
           MANDIR = $(MANSOURCEPATH)1
        LIBMANDIR = $(MANSOURCEPATH)3
      XAPPLOADDIR = $(LIBDIR)/app-defaults

       FONTCFLAGS = -t

     INSTAPPFLAGS = $(INSTDATFLAGS)

            IMAKE = imake
           DEPEND = makedepend
              RGB = rgb
            FONTC = bdftosnf
        MKFONTDIR = mkfontdir
        MKDIRHIER = 	/bin/sh $(BINDIR)/mkdirhier

        CONFIGSRC = $(TOP)/config
        CLIENTSRC = $(TOP)/clients
          DEMOSRC = $(TOP)/demos
           LIBSRC = $(TOP)/lib
          FONTSRC = $(TOP)/fonts
       INCLUDESRC = $(TOP)/X11
        SERVERSRC = $(TOP)/server
          UTILSRC = $(TOP)/util
        SCRIPTSRC = $(UTILSRC)/scripts
       EXAMPLESRC = $(TOP)/examples
       CONTRIBSRC = $(TOP)/../contrib
           DOCSRC = $(TOP)/doc
           RGBSRC = $(TOP)/rgb
        DEPENDSRC = $(UTILSRC)/makedepend
         IMAKESRC = $(CONFIGSRC)
         XAUTHSRC = $(LIBSRC)/Xau
          XLIBSRC = $(LIBSRC)/X
           XMUSRC = $(LIBSRC)/Xmu
       TOOLKITSRC = $(LIBSRC)/Xt
       AWIDGETSRC = $(LIBSRC)/Xaw
       OLDXLIBSRC = $(LIBSRC)/oldX
      XDMCPLIBSRC = $(LIBSRC)/Xdmcp
      BDFTOSNFSRC = $(FONTSRC)/bdftosnf
     MKFONTDIRSRC = $(FONTSRC)/mkfontdir
     EXTENSIONSRC = $(TOP)/extensions

  DEPEXTENSIONLIB =  $(USRLIBDIR)/libXext.a
     EXTENSIONLIB = 			  -lXext

          DEPXLIB = $(DEPEXTENSIONLIB)  $(USRLIBDIR)/libX11.a
             XLIB = $(EXTENSIONLIB) 			  -lX11

      DEPXAUTHLIB =  $(USRLIBDIR)/libXau.a
         XAUTHLIB = 			  -lXau

        DEPXMULIB =  $(USRLIBDIR)/libXmu.a
           XMULIB = 			  -lXmu

       DEPOLDXLIB =  $(USRLIBDIR)/liboldX.a
          OLDXLIB = 			  -loldX

      DEPXTOOLLIB =  $(USRLIBDIR)/libXt.a
         XTOOLLIB = 			  -lXt

        DEPXAWLIB =  $(USRLIBDIR)/libXaw.a
           XAWLIB = 			  -lXaw

 LINTEXTENSIONLIB =  $(LINTLIBDIR)/llib-lXext.ln
         LINTXLIB =  $(LINTLIBDIR)/llib-lX11.ln
          LINTXMU =  $(LINTLIBDIR)/llib-lXmu.ln
        LINTXTOOL =  $(LINTLIBDIR)/llib-lXt.ln
          LINTXAW =  $(LINTLIBDIR)/llib-lXaw.ln

          DEPLIBS = $(DEPXAWLIB) $(DEPXMULIB) $(DEPXTOOLLIB) $(DEPXLIB)

         DEPLIBS1 = $(DEPLIBS)
         DEPLIBS2 = $(DEPLIBS)
         DEPLIBS3 = $(DEPLIBS)

###########################################################################
# Imake rules for building libraries, programs, scripts, and data files
# rules:  $XConsortium: Imake.rules,v 1.70 90/05/04 16:57:30 keith Exp $

###########################################################################
# start of Imakefile

# Imakefile for AthenaTools plotter widget set, V5.
#
# $Id: Imakefile,v 1.1 91/08/22 16:37:35 gnb Exp $
# $Source: /export/data/sources/x/At/Plotter/RCS/Imakefile,v $
#
# $Log:	Imakefile,v $
# Revision 1.1  91/08/22  16:37:35  gnb
# Initial revision
#
#
# Destination directories for the library, include files, and man
# pages.  These should be changed to the directories where you
# want to install the plotter widget library, include files, and man
# pages.
# The headers will be in $(ATINCDIR)/At.
# The man pages will have the name $(ATMANDIR)/AtPlot.$(ATMANSUFFIX)

ATLIBDIR =	/mit/atdev/$(MACHINE)/lib
ATINCDIR =	/mit/atdev/include
ATMANDIR =	/mit/atdev/man/man3
ATMANSUFFIX =	3X

# Define one of these to force use of either ansi of traditional compilers.
# Defining neither will use the default compiler.
# The library compiles without warnings with either cc or gcc -Wall (1.40)
# Full prototypes on the library are used if __STDC__ is available, and
# XTFUNCPROTOS are used if USE_GCC is defined.
# USE_GCC is probably incompatable with shared libraries unless you have
# hacked your Imake.rules to use LIB_CC instead of CC wherever -pic is used.

CDEBUGFLAGS = -g

# Define this to allow shared libraries to be built; undef it to forbid them.

# Define this if you don't have strcasecmp and strncasecmp in your C library.
# This is required for SunOs < 4.1.

# Cpp define for the font metrics path.  This should be changed to the
# path to the Postscript font metrics files on your system.  Don't get
# rid of the quoted "s -- they're very important!

AFMPATH =	\"/usr/athena/lib/ps\"

# Cpp defines.
#
# DEBUG enables checking of widget classes passed to member functions etc
#	This should probably be left defined
# TRACE gives verbose output of the decision making to stderr
#	And I mean verbose.  Don't define it!
# _AtDevelopment_ looks in . for include files, not /usr/include/At
# X11R4_INTRINSICS required if Xt is R4 or greater
#	(actually, it probably no longer compiles under R3)

DEFINES = -DDEBUG -D_AtDevelopment_ -DX11R4_INTRINSICS -DATHENA

# The command used to preformat the man pages.  Must be functionally
# equivalent to the Unix command 'tbl'.  If your man(1) command supports the
# convention for specifying preprocessors in  the first line source file, ie
#	'\" t
# to run tbl, then cat will be fine.
# SunOS certainly supports this from 4.0 onwards.

#TBL	= tbl
TBL	= cat

# For making PostScript versions of th man page (so they're easy to print
# out!)  define this command that takes an input file called "$*.man" and
# runs tbl, troff and your troff to ps converter then sticks the ps on STDOUT.
MAN2PS	= tbl $*.man | troff -t -man | thack
# You could use this to create lpr-able text versions (if you don't mind the
# confusion arising from the dual use of the .ps suffix!)
# MAN2PS = tbl $*.man | nroff -man

# If you use Wcl and want to build the Wcl-based test program and include
# the wcl registration function, define the following macros.  Things like
#
# #define WclCFlags -I/usr/local/include
# #define WclLibs -lWc -lXp
#
# may be appropriate.  If Wcl is installed in /usr/include & /usr/lib,
# just define WclCFlags to be the comment

# Some imake setups have MAKEDIRHIER badly defined in the template file...
MKDIRHIER = mkdirhier.sh

#################################################################
#
#  You shouldn't need to edit from here on
#
#################################################################

# The default build target
all::

# Should be including Library.tmpl but that isn't exported
# A BBY local hack in Imake.rules has $(LIB_CC) instead of $(CC) on every
# line that has -pic in it.  This allows us to use gcc on the non-shared
# library, and cc on the shared library.
LIB_CC = gcc -fpcc-struct-return

# Need this so gcc will find its own header files instead of standard ones!
TOP_INCLUDES=

# Need this so that make depend will work on the WcRegister function
DEPEND = makedepend -- -I/mit/motifdev/Wcl/src --

# GCC has prototypes, so enable them for better error checking
CC = gcc -fpcc-struct-return -Wall -DXTFUNCPROTO

# Header files for the library.

HEADERS = \
	AxisCore.h\
	AxisCoreP.h\
	FrameAxis.h\
	FrameAxisP.h\
	Axis.h\
	AxisP.h\
	LabelAxis.h\
	LabelAxisP.h\
	Plot.h\
	PlotP.h\
	SPlot.h\
	SPlotP.h\
	LinePlot.h\
	LinePlotP.h\
	BarPlot.h\
	BarPlotP.h\
	TextPlot.h\
	TextPlotP.h\
	Plotter.h\
	PlotterP.h\
	Scale.h\
	Shading.h\
	FontFamily.h\
	FontFamilyP.h\
	Text.h\
	AtConverters.h

STRCASECMP = strcasecmp.c
STRCASECMP_O = strcasecmp.o

WCLREGISTER = WclRegister.c
WCLREGISTER_O = WclRegister.o

SRCS = \
	AtConverters.c\
	AxisCore.c\
	FrameAxis.c\
	Axis.c\
	LabelAxis.c\
	Plot.c\
	SPlot.c\
	LinePlot.c\
	BarPlot.c\
	TextPlot.c\
	Plotter.c\
	Scale.c\
	Shading.c\
	FontFamily.c\
	Text.c\
	PlotterPS.c\
	TextPS.c\
	FontFamilyPS.c\
	$(WCLREGISTER) $(STRCASECMP)

OBJS = \
	AtConverters.o\
	AxisCore.o\
	FrameAxis.o\
	Axis.o\
	LabelAxis.o\
	Plot.o\
	SPlot.o\
	LinePlot.o\
	BarPlot.o\
	TextPlot.o\
	Plotter.o\
	Scale.o\
	Shading.o\
	FontFamily.o\
	Text.o\
	PlotterPS.o\
	TextPS.o\
	FontFamilyPS.o\
	$(WCLREGISTER_O) $(STRCASECMP_O)

# Man pages for the library.
# The MAN_SRC files have tbl contructs in them and need to be de-tbl-ified
# before being installed on many systems.  If this is required, the command
# to do it is $(TBL).  MANS is the list of files as they will be installed.
# MAN_PS is the postscript versions of the same; the command to do that is
# MAN2PS, and quite site-specific

MAN_SRC = AtPlotter.man AtPlot.man \
	AtAxisCore.man AtAxis.man AtLabelAxis.man AtFrameAxis.man \
	AtSPlot.man AtLinePlot.man AtBarPlot.man \
	AtText.man AtTextPlot.man AtFontFamily.man AtShading.man

MANS = AtPlotter.$(ATMANSUFFIX) AtPlot.$(ATMANSUFFIX) \
	AtAxisCore.$(ATMANSUFFIX) AtAxis.$(ATMANSUFFIX) \
	AtLabelAxis.$(ATMANSUFFIX) AtFrameAxis.$(ATMANSUFFIX) \
	AtSPlot.$(ATMANSUFFIX) AtLinePlot.$(ATMANSUFFIX) \
	AtBarPlot.$(ATMANSUFFIX) AtText.$(ATMANSUFFIX) \
	AtTextPlot.$(ATMANSUFFIX) AtFontFamily.$(ATMANSUFFIX) \
	AtShading.$(ATMANSUFFIX)

MAN_PS = AtPlotter.ps AtPlot.ps \
	AtAxisCore.ps AtAxis.ps AtLabelAxis.ps AtFrameAxis.ps \
	AtSPlot.ps AtLinePlot.ps AtBarPlot.ps \
	AtText.ps AtTextPlot.ps AtFontFamily.ps AtShading.ps

# The various stuff included in the Using document.  The INCLUDE_FILES are
# the actual .tex files the Using.tex file includes.  The INCLUDE_SRC files
# are the (non-xfig) files these are generated from.  The FIGS are xfig source
# files that transfig converts into postscript + tex files for inclusion.
# The fig files are treated special as they have ^A characters in them!
# FIGS_TEX are the stub includes that transfig generates from fig files.
# FIGS_PS are files that have to be included in the shar/tar archive.  They are
# generated at the same time as the FIG_TEX files but they cannot be made
# dependencies of anything else loops result.
# sample_prog.tex is a latex-ified version of sample_prog.c.

FIGS = classes.fig layout.fig bars.fig
FIGS_UU = classes.uu layout.uu bars.uu
FIGS_PS = classes.ps layout.ps bars.ps
FIGS_TEX = classes.tex layout.tex bars.tex

DOC_INCLUDE_SRC = Sample.PS
DOC_INCLUDE_FILES = Sample.tex $(FIGS_TEX) sample_prog.tex

# Stuff to include in the tar.Z/shar archives
DOC_PS = Using.ps
DOC_SRC = Using.tex $(DOC_INCLUDE_SRC) $(DOC_INCLUDE_FILES) tgrind.sty

# Extra files to include in the tar.z/shar archive
# REGISTER_C and CASECMP_C are only defined if those files aren't in $(SRCS)
EXTRAFILES = README CHANGED-V4 redraw-protocol Imakefile ToDo ispell-words \
	$(REGISTER_C) $(CASECMP_C) \
	Makefile.std Test.ad test.c sample_prog.c $(DOC_SRC)

# Necessary libraries for the demo program.

DEMOLIBS = -lXaw -lXmu -lXt -lXext -lX11 -lm

################
# Rules for library build.
################

.c.o:
	$(RM) $@
	$(CC) -c $(CFLAGS) $*.c

$(WCLREGISTER_O):	 $(WCLREGISTER)
	$(RM) $@
	$(CC) -c $(CFLAGS)  -I/mit/motifdev/Wcl/src $*.c

FontFamilyPS.o:	 FontFamilyPS.c
	$(RM) $@
	$(CC) -c $(CFLAGS)  -DAFMPATH=$(AFMPATH) $*.c

all:: libAt.a

libAt.a: $(OBJS)
	$(RM) $@
	$(AR) $@ $(OBJS)
	$(RANLIB) $@

install::
	$(MKDIRHIER)  $(ATLIBDIR)

install:: libAt.a
	$(INSTALL) -c $(INSTLIBFLAGS) libAt.a  $(ATLIBDIR)
	$(RANLIB) $(RANLIBINSTFLAGS)  $(ATLIBDIR)/libAt.a

install.man::
	$(MKDIRHIER)  $(ATMANDIR)

install.man:: $(MANS)
	@case '${MFLAGS}' in *[i]*) set +e;; esac; \
	for i in $(MANS); do \
		(set -x; $(INSTALL) -c $(INSTALLFLAGS) $$i  $(ATMANDIR)); \
	done

install::
	$(MKDIRHIER) $(ATINCDIR)/At

install:: $(HEADERS)
	@case '${MFLAGS}' in *[i]*) set +e;; esac; \
	for i in $(HEADERS); do \
		(set -x; $(INSTALL) -c $(INSTALLFLAGS) $$i $(ATINCDIR)/At); \
	done

################
# Rule for the test and sample program build.
################

test.o:	 test.c $(HEADERS)
	$(RM) $@
	$(CC) -c $(CFLAGS)  -I/mit/motifdev/Wcl/src $*.c

test:  test.o  libAt.a
	 $(RM) $@
	$(CC) -o $@  test.o $(LDOPTIONS)  libAt.a $(LDLIBS)  -L/mit/motif/$(MACHINE)lib -lWc -lXp $(DEMOLIBS) $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) test

# demo program described in the Using document

sample_prog.o:	 sample_prog.c
	$(RM) $@
	$(CC) -c $(CFLAGS)  $*.c

sample_prog:  sample_prog.o  libAt.a
	 $(RM) $@
	$(CC) -o $@  sample_prog.o $(LDOPTIONS)  libAt.a $(LDLIBS)  $(DEMOLIBS) $(EXTRA_LOAD_FLAGS)

clean::
	$(RM) sample_prog

################
# Rules to build documents
################

doc: $(DOC_PS)
doc-clean::
	$(RM) $(DOC_INCLUDE_FILES) *.dvi *.aux *.lof *.log *.dlog

clean:: doc-clean

Using.ps: Using.tex $(DOC_INCLUDE_FILES)

Sample.tex: Sample.PS
	cp Sample.PS Sample.ps
	fig2ps2tex Sample.ps > Sample.tex

.SUFFIXES: .tex .fig .ps .uu

.tex.ps:
	@echo "latex \"\batchmode\input $*\""
	@latex "\batchmode\input $*" || \
	  (echo "(Latex Failed.  Look in $*.log for error messages)" 1>&2 && \
		exit 1)
	@while grep 'Label(s) may have changed' $*.log > /dev/null ; do \
		echo ; echo "Xrefs changed, rerunning latex..." ; echo ; \
		latex  "\batchmode\input $*"; \
	done
	dvi2ps -r -q $* > $*.ps

# How to make a .tex from a .fig.  Also makes a .ps as a side effect.
.fig.tex:
	fig2dev -L ps $*.fig > $*.ps
	fig2ps2tex $*.ps > $*.tex

# Encode it up so we can shar it.
.fig.uu:
	uuencode < $*.fig $*.fig > $*.uu

# If we got this via a shar file, the .figs are uuencoded.
# If a .fig exists, this is ignored.
.fig:
	uudecode $*.uu

# how to make a .tex from a .c
.c.tex:
	tgrind -f $*.c | sed -e '1d' -e '$$d' > $*.tex

doc-clean::
	$(RM) *.ps $(FIGS_UU)

#########
# Format and print the man pages
#########
.SUFFIXES: .man .$(ATMANSUFFIX)

.man.$(ATMANSUFFIX):
	$(TBL) $*.man > $*.$(ATMANSUFFIX)

clean::
	$(RM) $(MANS) $(MAN_PS)

man-ps: $(MAN_PS)

.man.ps:
	$(MAN2PS) > $*.ps

################
# Rule for makedepend
################

depend::
	$(DEPEND) -s "# DO NOT DELETE" -- $(ALLDEFINES) -- $(SRCS)

################
# For shipping stuff
################

### NB: Need to change the manifest file if we add or delete files in the list
### of things to ship.
shar: $(EXTRAFILES) $(SRCS) $(HEADERS) $(MAN_SRC) $(FIGS_UU)
	makekit -m -s60k

# $(EXTRAFILES) $(SRCS) $(HEADERS) $(MAN_SRC) $(FIGS_UU) $(FIGS_PS)

tar: $(EXTRAFILES) $(SRCS) $(HEADERS) $(MAN_SRC) $(FIG) $(DOC_PS)
	tar cf - $(EXTRAFILES) $(SRCS) $(HEADERS) $(MAN_SRC) \
			$(FIG) $(FIGS_PS) $(DOC_PS) | \
		compress -v > plotter.tar.Z

tgrind.sty:
	cp /usr/local/lib/tex/inputs/tgrind.sty .

clean::
	$(RM) Part?? plotter.tar.Z tgrind.sty

###########################################################################
# common rules for all Makefiles - do not edit

emptyrule::

clean::
	$(RM_CMD) \#*

Makefile::
	-@if [ -f Makefile ]; then \
		echo "	$(RM) Makefile.bak; $(MV) Makefile Makefile.bak"; \
		$(RM) Makefile.bak; $(MV) Makefile Makefile.bak; \
	else exit 0; fi
	$(IMAKE_CMD) -DTOPDIR=$(TOP) -DCURDIR=$(CURRENT_DIR)

tags::
	$(TAGS) -w *.[ch]
	$(TAGS) -xw *.[ch] > TAGS

saber:
	#load $(ALLDEFINES) $(SRCS)

osaber:
	#load $(ALLDEFINES) $(OBJS)

###########################################################################
# empty rules for directories that do not have SUBDIRS - do not edit

install::
	@echo "install in $(CURRENT_DIR) done"

install.man::
	@echo "install.man in $(CURRENT_DIR) done"

Makefiles::

includes::

###########################################################################
# dependencies generated by makedepend

