summaryrefslogtreecommitdiffstats
path: root/audio/tracker/files/patch-aa
blob: b01b27b1a24e9a95104d59cb3b24ea4dc7c2e6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
*** Makefile.orig	Sun Aug 27 22:48:39 1995
--- Makefile	Wed Aug 30 19:36:13 1995
***************
*** 29,35 ****
  MAN_DIR = $(PREFIX)/man
  
  # Where to put the compression methods description
! COMPRESSION_FILE=$(PREFIX)/lib/compression_methods
  
  # How to install the binaries and manpage. If you have a unix system,
  # use the GNU install program if you have it, otherwise try 'cp'. For
--- 29,35 ----
  MAN_DIR = $(PREFIX)/man
  
  # Where to put the compression methods description
! COMPRESSION_FILE=$(PREFIX)/etc/compression_methods
  
  # How to install the binaries and manpage. If you have a unix system,
  # use the GNU install program if you have it, otherwise try 'cp'. For
***************
*** 50,57 ****
  #
  # If you don't wish to use the 'make install' and 'make install.man'
  # commands, you can ignore these.
! INST_BIN_OPT = -c -s -m 555 -o store -g store
! INST_MAN_OPT = -c -m 444 -o store -g store
  ###############################################################################
  #
  # C compiler flags and libraries for each machine.
--- 50,59 ----
  #
  # If you don't wish to use the 'make install' and 'make install.man'
  # commands, you can ignore these.
! #INST_BIN_OPT = -c -s -m 555 -o store -g store
! #INST_MAN_OPT = -c -m 444 -o store -g store
! INST_BIN_OPT = -c -s -m 555 -o bin -g bin
! INST_MAN_OPT = -c -m 644 -o bin -g bin
  ###############################################################################
  #
  # C compiler flags and libraries for each machine.
***************
*** 236,242 ****
  display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
  st_virt$O
  
! all:    version.c config.h tracker${EXE} randomize${EXE} splitmod${EXE}
  
  config.h: $(CONFIG)config.h Makefile
  	rm -f config.h
--- 238,244 ----
  display$O prefs$O autoinit$O $(UI)ui$O empty$O color$O version$O \
  st_virt$O
  
! all:    version.c config.h tracker${EXE} randomize${EXE}
  
  config.h: $(CONFIG)config.h Makefile
  	rm -f config.h
***************
*** 248,261 ****
  install: 
  	$(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR)
  	$(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR)
- 	$(INSTALL) $(INST_BIN_OPT) splitmod $(BIN_DIR)
  	[ -f ${COMPRESSION_FILE} ] || \
  		$(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE}
  
  install.man:
  	$(INSTALL) $(INST_MAN_OPT) man/tracker.1 $(MAN_DIR)/man1/tracker.1
  
! 
  
  devel: 
  	-rm -f $(BIN_DIR)/dtracker #$(BIN_DIR)/splitmod
--- 250,263 ----
  install: 
  	$(INSTALL) $(INST_BIN_OPT) tracker $(BIN_DIR)
  	$(INSTALL) $(INST_BIN_OPT) randomize $(BIN_DIR)
  	[ -f ${COMPRESSION_FILE} ] || \
  		$(INSTALL) $(INST_MAN_OPT) compression_methods ${COMPRESSION_FILE}
  
  install.man:
  	$(INSTALL) $(INST_MAN_OPT) man/tracker.1 $(MAN_DIR)/man1/tracker.1
  
! install.info:
! 	gzip < Docs/tracker.guide > $(PREFIX)/info/tracker.info.gz
  
  devel: 
  	-rm -f $(BIN_DIR)/dtracker #$(BIN_DIR)/splitmod
OpenPOWER on IntegriCloud