home *** CD-ROM | disk | FTP | other *** search
/ Computer Club Elmshorn Atari PD / CCE_PD.iso / pc / 0500 / CCE_0523.ZIP / CCE_0523 / GTAR1112.ZOO / makefile next >
Makefile  |  1993-03-31  |  7KB  |  200 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Un*x Makefile for GNU tar program.
  3. # Copyright (C) 1991, 1992, 1993 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 = .
  22. VPATH = .
  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. YACC = bison -y
  29. INSTALL = cp
  30. INSTALL_PROGRAM = $(INSTALL)
  31. INSTALL_DATA = $(INSTALL)
  32.  
  33. # Things you might add to DEFS:
  34. # -DSTDC_HEADERS    If you have ANSI C headers and libraries.
  35. # -DHAVE_UNISTD_H    If you have unistd.h.
  36. # -DHAVE_STRING_H    If you don't have ANSI C headers but have string.h.
  37. # -DHAVE_LIMITS_H    If you have limits.h.
  38. # -DBSD42        If you have sys/dir.h (unless you use -DPOSIX),
  39. #            sys/file.h, and st_blocks in `struct stat'.
  40. # -DDIRENT        If you have dirent.h.
  41. # -DSYSNDIR        Old Xenix systems (sys/ndir.h).
  42. # -DSYSDIR        Old BSD systems (sys/dir.h).
  43. # -DNDIR        Old System V systems (ndir.h).
  44. # -DMAJOR_IN_MKDEV    If major, minor, makedev defined in sys/mkdev.h.
  45. # -DMAJOR_IN_SYSMACROS    If major, minor, makedev defined in sys/sysmacros.h.
  46. # -DRETSIGTYPE=int    If your signal handlers return int, not void.
  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. # -DHAVE_VPRINTF    If you have vprintf function.
  53. # -DHAVE_DOPRNT        If you have _doprnt function (but lack vprintf).
  54. # -DHAVE_FTIME        If you have ftime system call.
  55. # -DHAVE_STRSTR        If you have strstr function.
  56. # -DHAVE_VALLOC        If you have valloc function.
  57. # -DHAVE_MKDIR        If you have mkdir and rmdir system calls.
  58. # -DHAVE_MKNOD        If you have mknod system call.
  59. # -DHAVE_RENAME     If you have rename system call.
  60. # -DHAVE_GETCWD        If not POSIX.1 but have getcwd function.
  61. # -DHAVE_FTRUNCATE    If you have ftruncate system call.
  62. # -DV7            On Version 7 Unix (not tested in a long time).
  63. # -DEMUL_OPEN3        If you lack a 3-argument version of open, and want
  64. #            to emulate it with system calls you do have.
  65. # -DNO_OPEN3        If you lack the 3-argument open and want to
  66. #            disable the tar -k option instead of emulating open.
  67. # -DXENIX        If you have sys/inode.h and need it to be included.
  68.  
  69. DEF_AR_FILE = -
  70. DEFBLOCKING = 20
  71. DEFS = -D_POSIX_SOURCE=1 -D_POSIX_1_SOURCE=2 -DRETSIGTYPE=void \
  72. -DDIRENT=1 -DNO_REMOTE=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 \
  73. -DHAVE_STRING_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRSTR=1 -DHAVE_MKDIR=1 \
  74. -DHAVE_RENAME=1 -DHAVE_FTIME=1 -DHAVE_GETCWD=1 -DHAVE_VPRINTF=1 \
  75. -DHAVE_DOPRNT=1 -DVOID_CLOSEDIR=1 -DDEF_AR_FILE=\"$(DEF_AR_FILE)\" \
  76. -DDEFBLOCKING=$(DEFBLOCKING) -D_POSIX_VERSION=0
  77.  
  78. # -D_MINIX=1 -DHAVE_GETGRGID=1
  79.  
  80. # Set this to rtapelib.o unless you defined NO_REMOTE, in which case
  81. # make it empty.
  82. RTAPELIB = 
  83. LIBS = 
  84.  
  85. CFLAGS = -mbaserel -mpcrel -O2 -fstrength-reduce -fomit-frame-pointer
  86. LDFLAGS = -mbaserel -mint
  87.  
  88. prefix = /usr/local
  89. exec_prefix = $(prefix)
  90.  
  91. # Prefix for each installed program, normally empty or `g'.
  92. binprefix = 
  93.  
  94. # The directory to install tar in.
  95. bindir = $(exec_prefix)/bin
  96.  
  97. # Where to put the rmt executable.
  98. libdir = /etc
  99.  
  100. # The directory to install the info files in.
  101. infodir = $(prefix)/info
  102.  
  103. #### End of system configuration section. ####
  104.  
  105. SHELL = c:/bin/sh.ttp
  106.  
  107. SRC1 =    tar.c create.c extract.c buffer.c getoldopt.c update.c gnu.c mangle.c
  108. SRC2 =  version.c list.c names.c diffarch.c port.c fnmatch.c getopt.c malloc.c
  109. SRC3 =  getopt1.c regex.c getdate.y getdate.c alloca.c
  110. SRCS =    $(SRC1) $(SRC2) $(SRC3)
  111. OBJ1 =    tar.o create.o extract.o buffer.o getoldopt.o update.o gnu.o mangle.o
  112. OBJ2 =    version.o list.o names.o diffarch.o port.o fnmatch.o getopt.o 
  113. OBJ3 =  getopt1.o regex.o getdate.o $(RTAPELIB) 
  114. OBJS =    $(OBJ1) $(OBJ2) $(OBJ3)
  115. AUX =   README INSTALL NEWS COPYING ChangeLog Makefile.in makefile.pc \
  116.     configure configure.in \
  117.     tar.h fnmatch.h pathmax.h port.h open3.h getopt.h regex.h \
  118.     rmt.h rmt.c rtapelib.c \
  119.     msd_dir.h msd_dir.c tcexparg.c \
  120.     level-0 level-1 backup-specs dump-remind testpad.c getpagesize.h
  121. #    tar.texinfo tar.info* texinfo.tex \
  122.  
  123. all:    tar.ttp 
  124. # rmt tar.info
  125.  
  126. .c.o:
  127.     $(CC) -c $(CFLAGS) $(CPPFLAGS) $(DEFS) -I$(srcdir) -I. $<
  128.  
  129. tar.ttp:    $(OBJS)
  130.     $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
  131.  
  132. rmt:    rmt.c
  133.     $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(srcdir)/rmt.c $(LIBS)
  134.  
  135. tar.info: tar.texinfo
  136.     makeinfo $(srcdir)/tar.texinfo
  137.  
  138. install: all
  139.     $(INSTALL_PROGRAM) tar $(bindir)/$(binprefix)tar
  140.     -test ! -f rmt || $(INSTALL_PROGRAM) rmt $(libdir)/rmt
  141. #    for file in $(srcdir)/tar.info*; \
  142. #    do $(INSTALL_DATA) $$file $(infodir)/$$file; \
  143. #    done
  144.  
  145. uninstall:
  146.     rm -f $(bindir)/$(binprefix)tar    $(infodir)/tar.info*
  147.     -rm -f $(libdir)/rmt
  148.  
  149. $(OBJS): tar.h pathmax.h port.h testpad.h
  150. regex.o buffer.o tar.o: regex.h
  151. tar.o fnmatch.o: fnmatch.h
  152.  
  153. getdate.c: getdate.y
  154.     $(YACC) $(srcdir)/getdate.y
  155.     mv y_tab.c getdate.c
  156. # getdate.y has 8 shift/reduce conflicts.
  157.  
  158. testpad.h: testpad
  159.     ./testpad
  160.  
  161. testpad: testpad.o
  162.     $(CC) -o $@ testpad.o
  163.  
  164. TAGS:    $(SRCS)
  165.     etags $(SRCS)
  166.  
  167. clean:
  168.     rm -f *.o tar rmt testpad testpad.h core
  169.  
  170. mostlyclean: clean
  171.  
  172. distclean: clean
  173.     rm -f Makefile config.status
  174.  
  175. realclean: distclean
  176.     rm -f TAGS *.info* getdate.c y.tab.c
  177.  
  178. shar: $(SRCS) $(AUX)
  179.     shar $(SRCS) $(AUX) | gzip > tar-`sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q version.c`.shar.z
  180.  
  181. dist: $(SRCS) $(AUX)
  182.     echo tar-`sed -e '/version_string/!d' -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q version.c` > .fname
  183.     -rm -rf `cat .fname`
  184.     mkdir `cat .fname`
  185.     for file in $(SRCS) $(AUX); do \
  186.           ln $$file `cat .fname` || cp $$file `cat .fname`; done
  187.     tar chzf `cat .fname`.tar.z `cat .fname`
  188.     -rm -rf `cat .fname` .fname
  189.  
  190. tar.zoo: $(SRCS) $(AUX)
  191.     -rm -rf tmp.dir
  192.     -mkdir tmp.dir
  193.     -rm tar.zoo
  194.     for X in $(SRCS) $(AUX) ; do echo $$X ; sed 's/$$//' $$X > tmp.dir/$$X ; done
  195.     cd tmp.dir ; zoo aM ../tar.zoo *
  196.     -rm -rf tmp.dir
  197.  
  198. # Prevent GNU make v3 from overflowing arg limit on SysV.
  199. .NOEXPORT:
  200.