home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / lib / forms / Makefile < prev    next >
Encoding:
Makefile  |  1992-09-23  |  581 b   |  25 lines

  1. GEOM = ../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include Makedefs
  4. include ${GEOM}/makefiles/Makerules.src
  5.  
  6. all:        install_more
  7.  
  8. install:    install_more
  9.  
  10. install_more:
  11.     @if [ "${MACHTYPE}" = "sgi" ] ; then        \
  12.       ${INSTALL} -O -v -m 555 -F ${GEOM}/lib/${MACHTYPE} libforms.a; \
  13.     fi
  14.  
  15. installh:    installh_more
  16.  
  17. installh_more:
  18.     @if [ "${MACHTYPE}" = "sgi" ] ; then    \
  19.       ( incs="${INCS}" ; i=; \
  20.             for h in $$incs ; do \
  21.           cmp -s $$h ${GEOM}/include/$$h || i="$$i $$h" ; \
  22.         done; \
  23.         test -n "$$i" && ${INSTALL} -O -v -m 444 -F ${GEOM}/include $$i || :) \
  24.     fi
  25.