home *** CD-ROM | disk | FTP | other *** search
/ Los Alamos National Laboratory / LANL_CD.ISO / software / medview / custom / source / 3dcustom / makefile.pre < prev    next >
Encoding:
Makefile  |  1991-05-20  |  372 b   |  13 lines

  1. #These are default file names.  Rename them as you wish.
  2.  
  3. CLASSNAMEFILE = ClassName
  4. CLASSICONFILE = ClassIcon.tiff
  5. INITDATAFILE = InitData
  6.  
  7. #NOTHING else should be changed, however!!
  8.  
  9. LDFLAGS = -sectcreate __MVCUST classname $(CLASSNAMEFILE) \
  10.       -sectcreate __MVCUST classicon $(CLASSICONFILE) \
  11.       -sectcreate __MVCUST initdata $(INITDATAFILE)
  12.  
  13. INSTALLFLAGS =  -c -m 755