home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / m / morpho.zip / morpho / src / vgballse / Imakefile < prev    next >
Makefile  |  1992-10-01  |  678b  |  45 lines

  1. #include <morpho.def>
  2.  
  3. IMAKEFILE = prog
  4.  
  5. TOOLBOX =\
  6.     MORPHO
  7.  
  8. HEADERS =\
  9.     vgballse.h
  10.  
  11. SRCS =\
  12.     vgballse.c
  13.  
  14. OBJS =\
  15.     vgballse.o
  16.  
  17. YSRCS =
  18.  
  19. LSRCS =
  20.  
  21. PROGRAM_NAME =\
  22.     vgballse
  23.  
  24. LDLIBS = \
  25.     $(TOOLBOX_LIBRARIES) \
  26.     $(LOCAL_LIBRARIES) \
  27.     $(EXTRA_LIBRARIES) \
  28.     $(SYS_LIBRARIES)
  29.  
  30. DEPLIBS = \
  31.     $(TOOLBOX_DEP_LIBRARIES) \
  32.     $(LOCAL_DEP_LIBRARIES)
  33.  
  34. /* the following field are intentionally left commented.  Use the flags     */
  35. /* if you wish to override the defaults assign in the system configuration  */
  36. /* files.   Other fields may also be overridden such as the LOCAL_LIBRARIES */
  37. /* and EXTRA_LIBRARIES                                */
  38.  
  39. /* CDEBUGFLAGS = */
  40.  
  41. /* STD_INCLUDES = */
  42.  
  43.  
  44. #include <Prog.template>
  45.