home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd2.bin / bbs / gnu / f2c-1993.04.28-src.lha / GNU / src / amiga / f2c-1993.04.28 / libI77 / Makefile.in < prev    next >
Makefile  |  1994-05-02  |  3KB  |  139 lines

  1. #### Start of system configuration section. ####
  2.  
  3. VPATH = @srcdir@
  4. srcdir = @srcdir@
  5.  
  6. # Common prefix for machine-independent installed files.
  7. prefix = /gnu
  8. # Common prefix for machine-dependent installed files.
  9. exec_prefix = $(prefix)
  10.  
  11. # Directory to install executables in.
  12. bindir = $(exec_prefix)/bin
  13. # Directory to install libraries in.
  14. libdir = $(exec_prefix)/lib
  15. # Directory to install the Info files in.
  16. infodir = $(prefix)/info
  17. # Directory to install the man page in.
  18. mandir = $(prefix)/man/man$(manext)
  19. # Number to put on the man page filename.
  20. manext = 1
  21.  
  22. # Program to install executables.
  23. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  24. # Program to install data like man pages.
  25. INSTALL_DATA = @INSTALL_DATA@
  26. # Generic install program.
  27. INSTALL = @INSTALL@
  28.  
  29. CC = @CC@
  30. DEFS = @DEFS@ -I$(srcdir)/.. -DSkip_f2c_Undefs -DNON_UNIX_STDIO
  31. CFLAGS = @CFLAGS@
  32.  
  33. LDFLAGS = @LDFLAGS@
  34. LIBS = @LIBS@
  35.  
  36. YACC = @YACC@
  37. RANLIB = @RANLIB@
  38.  
  39. AR = ar
  40. SHELL = /bin/sh
  41.  
  42. #### End of system configuration section. ####
  43.  
  44. # "-I." is needed to find generated files in the build directory.
  45. .c.o:
  46.         $(CC) -c -I. -I$(srcdir) $(DEFS) $(CFLAGS) $< $(OUTPUT_OPTION)
  47.  
  48.  
  49. OBJ =        Version.o backspace.o close.o dfe.o dolio.o due.o endfile.o \
  50.         err.o fmt.o fmtlib.o iio.o ilnw.o inquire.o lread.o lwrite.o \
  51.         open.o rdfmt.o rewind.o rsfe.o rsli.o rsne.o sfe.o sue.o \
  52.         typesize.o uio.o util.o wref.o wrtfmt.o wsfe.o wsle.o wsne.o \
  53.         xwsne.o
  54.  
  55. libI77.a:    $(OBJ)
  56.         $(AR) r libI77.a $?
  57.         $(RANLIB) libI77.a
  58.  
  59. install:    libI77.a
  60.         $(INSTALL_DATA) libI77.a $(libdir)/libI77.a
  61.         $(RANLIB) $(libdir)/libI77.a
  62.  
  63. Version.o:    Version.c
  64.         $(CC) -c $(DEFS) $(CFLAGS) $(srcdir)/Version.c
  65.  
  66. $(OBJ):        f2c.h
  67.  
  68. # To compile with C++, first "make f2c.h"
  69.  
  70. f2c.h:        f2ch.add
  71.         cat $(srcdir)/../f2c.h $(srcdir)/f2ch.add >f2c.h
  72.  
  73. clean:
  74.         rm -f $(OBJ) libI77.a
  75.  
  76. clobber:    clean
  77.         rm -f libI77.a
  78.  
  79. backspace.o:    fio.h
  80. close.o:    fio.h
  81. dfe.o:        fio.h
  82. dfe.o:        fmt.h
  83. due.o:        fio.h
  84. endfile.o:    fio.h rawio.h
  85. err.o:        fio.h rawio.h
  86. fmt.o:        fio.h
  87. fmt.o:        fmt.h
  88. iio.o:        fio.h
  89. iio.o:        fmt.h
  90. ilnw.o:        fio.h
  91. ilnw.o:        lio.h
  92. inquire.o:    fio.h
  93. lread.o:    fio.h
  94. lread.o:    fmt.h
  95. lread.o:    lio.h
  96. lread.o:    fp.h
  97. lwrite.o:    fio.h
  98. lwrite.o:    fmt.h
  99. lwrite.o:    lio.h
  100. open.o:        fio.h rawio.h
  101. rdfmt.o:    fio.h
  102. rdfmt.o:    fmt.h
  103. rdfmt.o:    fp.h
  104. rewind.o:    fio.h
  105. rsfe.o:        fio.h
  106. rsfe.o:        fmt.h
  107. rsli.o:        fio.h
  108. rsli.o:        lio.h
  109. rsne.o:        fio.h
  110. rsne.o:        lio.h
  111. sfe.o:        fio.h
  112. sue.o:        fio.h
  113. uio.o:        fio.h
  114. util.o:        fio.h
  115. wref.o:        fio.h
  116. wref.o:        fmt.h
  117. wref.o:        fp.h
  118. wrtfmt.o:    fio.h
  119. wrtfmt.o:    fmt.h
  120. wsfe.o:        fio.h
  121. wsfe.o:        fmt.h
  122. wsle.o:        fio.h
  123. wsle.o:        fmt.h
  124. wsle.o:        lio.h
  125. wsne.o:        fio.h
  126. wsne.o:        lio.h
  127. xwsne.o:    fio.h
  128. xwsne.o:    lio.h
  129. xwsne.o:    fmt.h
  130.  
  131. check:
  132.     xsum Notice README Version.c backspace.c close.c dfe.c dolio.c \
  133.     due.c endfile.c err.c f2ch.add fio.h fmt.c fmt.h fmtlib.c fp.h \
  134.     iio.c ilnw.c inquire.c lio.h lread.c lwrite.c makefile open.c \
  135.     rawio.h rdfmt.c rewind.c rsfe.c rsli.c rsne.c sfe.c sue.c \
  136.     typesize.c uio.c util.c wref.c wrtfmt.c wsfe.c wsle.c wsne.c \
  137.     xwsne.c >zap
  138.     cmp zap libI77.xsum && rm zap || diff libI77.xsum zap
  139.