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