home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / DataScope 2.0.3 / DataScope2l / DSIncludes / Makefile < prev    next >
Encoding:
Makefile  |  1994-05-04  |  465 b   |  20 lines  |  [TEXT/MPS ]

  1. ##################################
  2. #    BuildProgram for DataScope DSIncludes
  3. ##################################
  4. SDIR = ::DSSource:
  5. VERS = Version 2.0.2
  6. DATE = "`date -d -s`"
  7. ##################################
  8. fview.h            ƒ    vdevice.h
  9.     SetFile -m . fview.h
  10. #
  11. macfview.h        ƒ    fview.h
  12.     SetFile -m . macfview.h
  13. #
  14. ::newversion    ƒ    {SDIR}fdlog.c        ∂
  15.                     fview.h                ∂
  16.                     Makefile
  17.     echo "char *VERSION = ∂" {VERS}  {DATE}∂";" >DSversion.h
  18.     Duplicate    -y    DSversion.h    ::newversion
  19. #
  20.