# Generated automatically from Makefile.in by configure.

include $(BLDDIR)/Make.conf

all: $(USRHDRS)

$(USRHDRS):  $(SRCDIR)/include/cc.h  $(SRCDIR)/include/ccx.h
	- sh -c 'cwd=`pwd`; cd $(BLDDIR); blddir=`pwd`; cd $$cwd ; \
	cwd=`pwd` ; cd $(SRCDIR); srcdir=`pwd`; cd $$cwd ; \
	if [ $$srcdir != $$blddir ] ; then \
	    $(CP) $$srcdir/include/$@ . ; \
	fi'

install: $(USRHDRS)
	- sh -c 'for i in $(USRHDRS); do $(INSTALL) $$i $(INCDIR)/$$i; done'

install-inc: install

clean: dummy
	- $(RM) core *~ *.bak *.sw?
	- sh -c 'cwd=`pwd`; cd $(BLDDIR); blddir=`pwd`; cd $$cwd ; \
	cwd=`pwd` : cd $(SRCDIR); srcdir=`pwd`; cd $$cwd  ; \
	if [ $$srcdir != $$blddir ] ; then \
          for i in ccx.h cc.h ; do \
	    $(RM) $$blddir/include/$$i ; \
          done ; \
	fi'

realclean: clean

ci: dummy
	ci -f -l -m"$(MESSAGE)" *.[chy]      

include $(TOPDIR)/src/rules.mk

