home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / pd8.lzh / SRC / makefile < prev    next >
Makefile  |  1990-04-13  |  2KB  |  72 lines

  1. CC = cc
  2. OBJS  =  aa_hadec.r anomaly.r cal_mjd.r circum.r compiler.r\
  3.         eq_ecl.r flog.r formats.r srch.r main.r mainmenu.r\
  4.         moon.r moonnf.r nutation.r objx.r obliq.r parallax.r\
  5.         pelement.r plans.r plot.r popup.r precess.r refract.r\
  6.         riset.r riset_c.r sel_fld.r sex_dec.r sun.r utc_gst.r\
  7.         version.r watch.r altmenus.r io.r time.r reduce.r comet.r
  8.  
  9. CFLAGS = -t=/r0 -qi -x
  10. RDIR   = rels
  11. ONAM   = ephem
  12. #CFLAGS = -t=/r0 -qik2f -x
  13. #RDIR   = rels881
  14. #ONAM   = ephem881
  15. LIBS   = /dd/lib/termlib.l
  16.  
  17. $(ONAM): $(OBJS)
  18.  chd $(RDIR); $(CC) $(CFLAGS) -M=10k -fd=../$(ONAM) $(OBJS) -l=$(LIBS) -n=ephem
  19.  @attr -aepe $(ONAM)
  20.  
  21. aa_hadec.r: astro.h
  22. altmenus.r: astro.h
  23. anomaly.r: astro.h
  24. cal_mjd.r: astro.h
  25. circum.r: astro.h
  26. eq_ecl.r: astro.h
  27. formats.r: astro.h
  28. main.r: astro.h
  29. mainmenu.r: astro.h
  30. moon.r: astro.h
  31. moonnf.r: astro.h
  32. nutation.r: astro.h
  33. objx.r: astro.h
  34. obliq.r: astro.h
  35. parallax.r: astro.h
  36. pelement.r: astro.h
  37. plans.r: astro.h
  38. precess.r: astro.h
  39. refract.r: astro.h
  40. riset.r: astro.h
  41. riset_c.r: astro.h
  42. sun.r: astro.h
  43. time.r: astro.h
  44. utc_gst.r: astro.h
  45. watch.r: astro.h
  46. altmenus.r: screen.h
  47. circum.r: screen.h
  48. compiler.r: screen.h
  49. flog.r: screen.h
  50. formats.r: screen.h
  51. io.r: screen.h
  52. main.r: screen.h
  53. mainmenu.r: screen.h
  54. comet.r: astro.h
  55. reduce.r: astro.h
  56. objx.r: screen.h
  57. plot.r: screen.h
  58. popup.r: screen.h
  59. riset_c.r: screen.h
  60. sel_fld.r: screen.h
  61. srch.r: screen.h
  62. version.r: screen.h
  63. watch.r: screen.h
  64. altmenus.r: circum.h
  65. circum.r: circum.h
  66. main.r: circum.h
  67. mainmenu.r: circum.h
  68. objx.r: circum.h
  69. riset_c.r: circum.h
  70. time.r: circum.h
  71. watch.r: circum.h
  72.