home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / Astro / ephem / Source / Makefile < prev    next >
Encoding:
Makefile  |  1995-06-12  |  1.4 KB  |  90 lines

  1. # Makefile for ephem, v 4.28
  2.  
  3. CFLAGS = -arch m68k -arch i386 -arch hppa -arch sparc -O
  4.  
  5. EPHEM=    aa_hadec.o altj.o altmenus.o anomaly.o cal_mjd.o circum.o comet.o \
  6.     compiler.o constel.o eq_ecl.o flog.o formats.o io.o listing.o main.o \
  7.     mainmenu.o moon.o moonnf.o nutation.o objx.o obliq.o parallax.o \
  8.     pelement.o plans.o plot.o popup.o precess.o reduce.o refract.o \
  9.     riset.o riset_c.o sel_fld.o sex_dec.o srch.o sun.o time.o utc_gst.o \
  10.     version.o watch.o
  11.  
  12. ephem:    $(EPHEM)
  13.     cc -arch m68k -arch i386 -arch hppa -arch sparc -o $@ $(EPHEM) -ltermcap -lm
  14.  
  15. aa_hadec.o:    astro.h
  16.  
  17. altj.o:        astro.h circum.h screen.h
  18.  
  19. altmenus.o:    astro.h circum.h screen.h
  20.  
  21. anomaly.o:    astro.h
  22.  
  23. cal_mjd.o:    astro.h
  24.  
  25. circum.o:    astro.h circum.h screen.h
  26.  
  27. comet.o:    astro.h
  28.  
  29. compiler.o:    screen.h
  30.  
  31. constel.o:    astro.h circum.h screen.h
  32.  
  33. eq_ecl.o:    astro.h
  34.  
  35. flog.o:        screen.h
  36.  
  37. formats.o:    astro.h screen.h
  38.  
  39. io.o:        screen.h
  40.  
  41. listing.o:    screen.h
  42.  
  43. main.o:        astro.h circum.h screen.h
  44.  
  45. mainmenu.o:    astro.h circum.h screen.h
  46.  
  47. moon.o:        astro.h
  48.  
  49. moonnf.o:    astro.h
  50.  
  51. nutation.o:    astro.h
  52.  
  53. objx.o:        astro.h circum.h screen.h
  54.  
  55. obliq.o:    astro.h
  56.  
  57. parallax.o:    astro.h
  58.  
  59. pelement.o:    astro.h
  60.  
  61. plans.o:    astro.h
  62.  
  63. plot.o:        screen.h
  64.  
  65. popup.o:    screen.h
  66.  
  67. precess.o:    astro.h
  68.  
  69. reduce.o:    astro.h
  70.  
  71. refract.o:    astro.h
  72.  
  73. riset.o:    astro.h
  74.  
  75. riset_c.o:    astro.h circum.h screen.h
  76.  
  77. sel_fld.o:    screen.h
  78.  
  79. srch.o:        screen.h
  80.  
  81. sun.o:        astro.h
  82.  
  83. time.o:        astro.h circum.h
  84.  
  85. utc_gst.o:    astro.h
  86.  
  87. version.o:    screen.h
  88.  
  89. watch.o:    astro.h circum.h screen.h
  90.