- # $Id: Makefile,v 1.16 2000/03/29 02:55:21 jeff Exp $
- # $Log: Makefile,v $
- # Revision 1.16 2000/03/29 02:55:21 jeff
- # upgraded to version ixj-0.3.18-gl
- #
- # Revision 1.15 2000/03/01 23:36:31 bogawa
- # fix for solaris?
- #
- # Revision 1.14 2000/02/18 21:50:55 ctam
- # Change to use new driver.
- #
- # File: Makefile
- #
- # Revision 1.13 2000/01/21 14:34:17 ctam
- # Revert back to using version 1.39 quicknet drivers.
- #
- # Modified Files: Makefile
- #
- # Revision 1.12 2000/01/07 23:00:32 bogawa
- # fix
- #
- # Revision 1.11 2000/01/07 22:51:27 ctam
- # Change Makefile to use latest from quicknet (ixj-0.3.4a-gpl)
- #
- # Modified Files: Makefile
- #
- # Revision 1.10 1999/10/08 20:32:14 devel
- #
- # changes for compiling on SGI.
- #
- # Revision 1.9.4.2 1999/09/15 00:57:10 bogawa
- # merge in chok's new agent code
- #
- # Revision 1.9.4.1 1999/09/15 00:24:16 bogawa
- # merge in cheung's changes and changes to compile under sgi
- #
- # Revision 1.9 1999/08/25 20:50:55 bogawa
- # New makefiles offer more flexibility (e.g. targets that let you select
- # what you intend to make) as well as a packaging structure.
- #
- # Revision 1.8 1999/08/05 21:37:38 luan
- # Change the make file to use driver ixj-0.1.39
- #
- # Revision 1.7 1999/07/16 01:22:48 bogawa
- #
- # fix.
- #
- # Revision 1.6 1999/07/16 01:18:15 bogawa
- #
- # fix for new 0.1.35 quicknet drivers
- #
- # Revision 1.5 1999/06/29 20:05:56 bogawa
- #
- # Change to ixj 0.1.27
- #
- # Revision 1.4 1999/06/29 01:24:58 bogawa
- #
- # Update to ixj-0.1.30
- #
- # Revision 1.3 1999/06/28 21:41:31 bogawa
- #
- # more make file fixes
- #
- # Revision 1.2 1999/06/09 04:09:04 bogawa
- #
- # This makefile now correctly does diving makes.
- #
- # Revision 1.1.1.1 1999/06/08 20:22:22 bogawa
- # new make file
- #
- x: all
- .PHONY:ixj
- #IXJ = ixj-0.1.39
- #IXJ = ixj-0.3.4a-gpl
- IXJ = ixj-0.3.18-gpl
- INSTALL = install
- BUILD = ../../build
- include $(BUILD)/Makefile.all
- ifeq ($(LARCH),ia32)
- ifeq ($(OSTYPE),Linux)
- #all: ixj
- # cd $(IXJ) ; $(MAKE)
- all: ixj
- else
- all:
- endif
- else
- all:
- endif
- ixj: $(IXJ)
- -/bin/rm -rf ixj
- ln -s $(IXJ) ixj
- install: all
- cd $(IXJ) ; $(INSTALL) -m 0644 ixjuser.h ../../../release/include
- clean:
- cd $(IXJ) ; $(MAKE) clean