blob: fe9f8d55a0dcc84766aebafb83355b369a327e85 (
about) (
plain) (
blame)
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
|
diff -Naur pinepgp-0.18.0-orig/Makefile.in pinepgp-0.18.0/Makefile.in
--- pinepgp-0.18.0-orig/Makefile.in 2002-05-03 15:30:07.000000000 +0200
+++ pinepgp-0.18.0/Makefile.in 2006-11-16 00:30:27.000000000 +0100
@@ -44,52 +44,52 @@
all: $(SOURCES) $(BUILD_FILTERS)
$(SOURCES): $(SOURCES:%=%.in)
- $(CAT) $(@).in | $(SED) -e 's%\@SED\@%$(SED)%;\
- s%\@CAT\@%$(CAT)%;\
- s%\@RM\@%$(RM)%;\
- s%\@MKTEMP\@%$(MKTEMP)%;\
- s%\@BASH\@%$(BASH)%;\
- s%\@bindir\@%$(bindir)%;\
- s%\@tmpdir\@%$(tmpdir)%' > $(@)
+ $(CAT) $(@).in | $(SED) -e 's%\@SED\@%$(SED)%'\
+ -e 's%\@CAT\@%$(CAT)%'\
+ -e 's%\@RM\@%$(RM)%'\
+ -e 's%\@MKTEMP\@%$(MKTEMP)%'\
+ -e 's%\@BASH\@%$(BASH)%'\
+ -e 's%\@bindir\@%$(bindir)%'\
+ -e 's%\@tmpdir\@%$(tmpdir)%' > $(@)
chmod 755 $(@)
pinegpg: pinegpgp
- $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename=GnuPG%;\
- s%^ces=.*%ces="$(GPG) -at -s"%;\
- s%^cee=.*%cee="$(GPG) -at -e"%;\
- s%^cese=.*%cese="$(GPG) -at -se"%;\
- s%^cec=.*%cec="\$(GPG)"%;\
- s%^cefp=.*%cefp=gpg%' > $(@).c
+ $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename=GnuPG%'\
+ -e 's%^ces=.*%ces="$(GPG) -at -s"%'\
+ -e 's%^cee=.*%cee="$(GPG) -at -e"%'\
+ -e 's%^cese=.*%cese="$(GPG) -at -se"%'\
+ -e 's%^cec=.*%cec="\$(GPG)"%'\
+ -e 's%^cefp=.*%cefp=gpg%' > $(@).c
$(CPP) -DGPG $(BUILD_FLAGS) $(@).c | $(GREP) -v "^# .* .*" > $(@)
chmod 755 $(@)
pinepgp26x: pinegpgp
- $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 2.6.x"%;\
- s%^ces=.*%ces="\$(PGP) -fat -s"%;\
- s%^cee=.*%cee="\$(PGP) -fat -e"%;\
- s%^cese=.*%cese="\$(PGP) -fat -se"%;\
- s%^cec=.*%cec="\$(PGP) -f"%;\
- s%^cefp=.*%cefp=pgp26x%' > $(@).c
+ $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 2.6.x"%'\
+ -e 's%^ces=.*%ces="\$(PGP) -fat -s"%'\
+ -e 's%^cee=.*%cee="\$(PGP) -fat -e"%'\
+ -e 's%^cese=.*%cese="\$(PGP) -fat -se"%'\
+ -e 's%^cec=.*%cec="\$(PGP) -f"%'\
+ -e 's%^cefp=.*%cefp=pgp26x%' > $(@).c
$(CPP) -DPGP26X $(BUILD_FLAGS) $(@).c | $(GREP) -v "^# .* .*" > $(@)
chmod 755 $(@)
pinepgp5x: pinegpgp
- $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 5.x"%;\
- s%^ces=.*%ces="$(PGP5S) -fat"%;\
- s%^cee=.*%cee="$(PGP5E) -fat"%;\
- s%^cese=.*%cese="$(PGP5E) -fat -s"%;\
- s%^cec=.*%cec="$(PGP5V) -f"%;\
- s%^cefp=.*%cefp=pgp26x%' > $(@).c
+ $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 5.x"%'\
+ -e 's%^ces=.*%ces="$(PGP5S) -fat"%'\
+ -e 's%^cee=.*%cee="$(PGP5E) -fat"%'\
+ -e 's%^cese=.*%cese="$(PGP5E) -fat -s"%'\
+ -e 's%^cec=.*%cec="$(PGP5V) -f"%'\
+ -e 's%^cefp=.*%cefp=pgp26x%' > $(@).c
$(CPP) -DPGP5X $(BUILD_FLAGS) $(@).c | $(GREP) -v "^# .* .*" > $(@)
chmod 755 $(@)
pinepgp65x: pinegpgp
- $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 6.5.x"%;\
- s%^ces=.*%ces="\$(PGP6) -fat -s -u $$USER"%;\
- s%^cee=.*%cee="\$(PGP6) -fat -e -u $$USER"%;\
- s%^cese=.*%cese="\$(PGP6) -fat -se -u $$USER"%;\
- s%^cec=.*%cec="\$(PGP6) -f -u $$USER"%;\
- s%^cefp=.*%cefp=pgp65x%' > $(@).c
+ $(CAT) pinegpgp | $(SED) -e 's%^cename=.*%cename="PGP 6.5.x"%'\
+ -e 's%^ces=.*%ces="\$(PGP6) -fat -s -u $$USER"%'\
+ -e 's%^cee=.*%cee="\$(PGP6) -fat -e -u $$USER"%'\
+ -e 's%^cese=.*%cese="\$(PGP6) -fat -se -u $$USER"%'\
+ -e 's%^cec=.*%cec="\$(PGP6) -f -u $$USER"%'\
+ -e 's%^cefp=.*%cefp=pgp65x%' > $(@).c
$(CPP) -DPGP65X $(BUILD_FLAGS) $(@).c | $(GREP) -v "^# .* .*" > $(@)
chmod 755 $(@)
|