/* -*- C++ -*- */
/*************************************************************************
 * Copyright(c) 1995~2005  Masaharu Goto (cint@pcroot.cern.ch)
 *
 * For the licensing terms see the file COPYING
 *
 ************************************************************************/

MV = mv

../../src/longif3.cxx : ../../cint longlong.h longdbl.h
	cint -zlongif -Nlongif -nlongif.cxx -D__MAKECINT__ -c-1 -A longlong.h longdbl.h
	$(MV) longif.cxx ../../src/longif3.cxx
	$(MV) longif.h ../../src/longif3.h

#
# CAUTION1: 
#  You must run this makefile with a cint compiled with <iostream>
#
# CAUTION2:
#  After running 'make -f makelongif3', you have to mannually merge
#  longlong.h and longdbl.h into longif3.h
#	




