/[anubis]/anubis/testsuite/data/Makefile.am
ViewVC logotype

Diff of /anubis/testsuite/data/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by gray, Thu Feb 20 09:15:16 2003 UTC revision 1.2 by gray, Thu Feb 20 11:41:34 2003 UTC
# Line 19  Line 19 
19  ## compiling, linking, and/or using OpenSSL is allowed.  ## compiling, linking, and/or using OpenSSL is allowed.
20  ##  ##
21    
22  GPGFILES = pubring.gpg  GPGFILES = secring.gpg pubring.gpg
23  noinst_DATA = @ANUBIS_GPGFILES@  noinst_DATA = @ANUBIS_GPGFILES@
24    
25  EXTRA_DIST = pubring.asc  EXTRA_DIST = pubring.asc secring.asc
26  DISTCLEANFILES = pubring.gpg  CLEANFILES = *.gpg random_seed *~
27    
28  pubring.gpg: pubring.asc  pubring.gpg secring.gpg: pubring.asc secring.asc
29            $(GPG) --homedir . --import < pubring.asc
30            $(GPG) --homedir . --allow-secret-key-import --import < secring.asc
31    
 SUFFIXES = .asc .gpg  
32    
 .asc.gpg:  
         $(GPG) --homedir . --import $<  
33    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26