home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / cpio-2.3-src.lha / src / build / cpio-2.3 / Makefile < prev   
Makefile  |  1994-02-23  |  6KB  |  176 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile for GNU cpio.
  3. # Copyright (C) 1988, 1991 Free Software Foundation, Inc.
  4.  
  5. # This program is free software; you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation; either version 2, or (at your option)
  8. # any later version.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. # GNU General Public License for more details.
  14.  
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program; if not, write to the Free Software
  17. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18.  
  19. #### Start of system configuration section. ####
  20.  
  21. srcdir = /ISO/cpio/cpio-2.3-amiga
  22. VPATH = /ISO/cpio/cpio-2.3-amiga
  23.  
  24. # If you use gcc, you should either run the fixincludes script that
  25. # comes with it or else use gcc with the -traditional option.  Otherwise
  26. # ioctl calls will be compiled incorrectly on some systems.
  27. CC = gcc
  28.  
  29. # If you don't have a BSD or GNU install program, use cp.
  30. INSTALL = /bin/install -c
  31. INSTALL_PROGRAM = $(INSTALL)
  32. INSTALL_DATA = $(INSTALL) -m 644
  33.  
  34. # Things you might add to DEFS:
  35. # -DSTDC_HEADERS    If you have ANSI C headers and libraries.
  36. # -DHAVE_UNISTD_H    If you have unistd.h.
  37. # -DHAVE_STRING_H    If you don't have ANSI C headers but have string.h.
  38. # -DHAVE_UTIME_H    If you have utime.h.
  39. # -DMAJOR_IN_MKDEV    If major, minor, makedev defined in sys/mkdev.h.
  40. # -DMAJOR_IN_SYSMACROS    If major, minor, makedev defined in sys/sysmacros.h.
  41. # -DHAVE_FCNTL_H    If not POSIX.1 but you have fcntl.h.
  42. # -DRETSIGTYPE=int    If your signal handlers return int, not void.
  43. # -DHAVE_LCHOWN        If you have lchown system call.
  44. # -DHAVE_STRERROR    If you have strerror function.
  45. # -DHAVE_VPRINTF    If you have vprintf function.
  46. # -DHAVE_DOPRNT        If you have _doprnt function (but lack vprintf).
  47. # -DHAVE_SYS_MTIO_H    If you have sys/mtio.h (magtape ioctls).
  48. # -DHAVE_SYS_GENTAPE_H    If you have sys/gentape.h (ISC magtape ioctls).
  49. # -DHAVE_NETDB_H    To use rexec for remote tape operations
  50. #            instead of forking rsh or remsh.
  51. # -DNO_REMOTE        If you have neither a remote shell nor rexec.
  52. # -DSYMLINK_USES_UMASK    If your symlink system call uses the value of
  53. #            umask to set the protection of symbolic links.
  54. # -DHPUX_CDF        If you are on an HP/UX system and want support
  55. #            for context dependent files.
  56.  
  57. DEFS =  -DRETSIGTYPE=void -DHAVE_SYS_MTIO_H=1 -DNO_REMOTE=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_UTIME_H=1 -DHAVE_STRERROR=1 -DHAVE_VPRINTF=1 -DDIRENT=1
  58. LIBS = 
  59. # Set this to rtapelib.o unless you defined NO_REMOTE, in which case
  60. # make it empty.
  61. RTAPELIB = 
  62.  
  63. CFLAGS = -O2
  64. LDFLAGS =
  65.  
  66. prefix = /gnu
  67. exec_prefix = $(prefix)
  68.  
  69. # Prefix for each installed program, normally empty or `g'.
  70. binprefix = 
  71. # Prefix for each installed man page, normally empty or `g'.
  72. manprefix = 
  73.  
  74. # Where to install the cpio and mt executables.
  75. bindir = $(exec_prefix)/bin
  76.  
  77. # Where to put the rmt executable.
  78. libdir = /gnu/etc
  79.  
  80. # Where to put the Unix-style manual pages.
  81. mandir = $(prefix)/man/man1
  82. # Extension (not including `.') for the Unix-style manual page filenames.
  83. manext = 1
  84.  
  85. #### End of system configuration section. ####
  86.  
  87. SHELL = /bin/sh
  88.  
  89. SRCS = copyin.c copyout.c copypass.c defer.c dstring.c fnmatch.c global.c \
  90. main.c tar.c util.c error.c getopt.c getopt1.c filemode.c version.c \
  91. rtapelib.c dirname.c idcache.c makepath.c xmalloc.c stripslash.c \
  92. userspec.c xstrdup.c bcopy.c mkdir.c strdup.c
  93. OBJS = copyin.o copyout.o copypass.o defer.o dstring.o global.o \
  94. main.o tar.o util.o error.o getopt.o getopt1.o filemode.o version.o \
  95. $(RTAPELIB) dirname.o idcache.o makepath.o xmalloc.o stripslash.o \
  96. userspec.o xstrdup.o   
  97. # mt source files not shared with cpio.
  98. MT_SRCS = mt.c argmatch.c
  99. MT_OBJS = mt.o argmatch.o error.o getopt.o getopt1.o \
  100. xmalloc.o version.o $(RTAPELIB) 
  101. HDRS = cpio.h cpiohdr.h tar.h tarhdr.h defer.h dstring.h extern.h filetypes.h \
  102. system.h fnmatch.h getopt.h rmt.h 
  103. DISTFILES = $(SRCS) $(HDRS) COPYING COPYING.LIB ChangeLog Makefile.in \
  104. README NEWS INSTALL cpio.1 mt.1 makefile.pc makefile.os2 cpio.def \
  105. configure configure.in mkinstalldirs $(MT_SRCS) rmt.c tcexparg.c alloca.c
  106.  
  107. all:    cpio mt
  108.  
  109. .c.o:
  110.     $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) -I$(srcdir) $<
  111.  
  112. install: installdirs all $(srcdir)/cpio.1 $(srcdir)/mt.1
  113.     $(INSTALL_PROGRAM) cpio $(bindir)/$(binprefix)cpio
  114.     test ! -f mt || $(INSTALL_PROGRAM) mt $(bindir)/$(binprefix)mt
  115.     -test ! -f rmt || $(INSTALL_PROGRAM) rmt $(libdir)/rmt
  116.     -$(INSTALL_DATA) $(srcdir)/cpio.1 $(mandir)/$(manprefix)cpio.$(manext)
  117.     -test ! -f mt || $(INSTALL_DATA) $(srcdir)/mt.1 $(mandir)/$(manprefix)mt.$(manext)
  118. installdirs:
  119.     ${srcdir}/mkinstalldirs $(bindir) $(libdir) $(mandir)
  120.  
  121. uninstall:
  122.     cd $(bindir); rm -f $(binprefix)cpio $(binprefix)mt
  123.     -rm -f $(libdir)/rmt
  124.     cd $(mandir); rm -f $(manprefix)cpio.$(manext) $(manprefix)mt.$(manext)
  125.  
  126. check:
  127.     @echo No tests are supplied.
  128.  
  129. cpio:    $(OBJS)
  130.     $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
  131.  
  132. copyin.o: cpio.h cpiohdr.h defer.h dstring.h extern.h filetypes.h fnmatch.h rmt.h system.h
  133. copyout.o: cpio.h cpiohdr.h defer.h dstring.h extern.h filetypes.h rmt.h system.h
  134. copypass.o: cpio.h cpiohdr.h dstring.h extern.h filetypes.h system.h
  135. defer.o: cpiohdr.h extern.h system.h
  136. dstring.o: dstring.h
  137. global.o: cpio.h cpiohdr.h dstring.h extern.h system.h
  138. main.o: cpio.h cpiohdr.h dstring.h extern.h filetypes.h rmt.h
  139. tar.o: filetypes.h cpio.h cpiohdr.h dstring.h extern.h rmt.h tar.h tarhdr.h system.h
  140. util.o: extern.h rmt.h system.h
  141. mt.o: rmt.h
  142.  
  143. rmt:    rmt.o
  144.     $(CC) $(LDFLAGS) -o $@ rmt.o $(LIBS)
  145.  
  146. mt:    $(MT_OBJS)
  147.     $(CC) $(LDFLAGS) -o $@ $(MT_OBJS) $(LIBS)
  148.  
  149. TAGS:    $(SRCS)
  150.     etags $(SRCS)
  151.  
  152. clean:
  153.     rm -f cpio rmt mt *.o core
  154.  
  155. mostlyclean: clean
  156.  
  157. distclean: clean
  158.     rm -f Makefile config.status
  159.  
  160. realclean: distclean
  161.     rm -f TAGS
  162.  
  163. dist: $(DISTFILES)
  164.     echo cpio-`sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q version.c` > .fname
  165.     rm -rf `cat .fname`
  166.     mkdir `cat .fname`
  167.     -ln $(DISTFILES) `cat .fname`
  168.     for file in $(DISTFILES); do \
  169.       test -r `cat .fname`/$$file || cp -p $$file `cat .fname`; \
  170.     done
  171.     tar chzf `cat .fname`.tar.gz `cat .fname`
  172.     rm -rf `cat .fname` .fname
  173.  
  174. # Prevent GNU make v3 from overflowing arg limit on SysV.
  175. .NOEXPORT:
  176.