mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Thu Jan 21 06:22:10 CET 1999 Werner Koch
This commit is contained in:
parent
7debff3867
commit
9ef0f26270
37 changed files with 2779 additions and 3925 deletions
8
debian/rules
vendored
8
debian/rules
vendored
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/make -f
|
||||
# debian/rules file - for GNUPG (0.9.1)
|
||||
# debian/rules file - for GNUPG (0.9.2)
|
||||
# Based on sample debian/rules file - for GNU Hello (1.3).
|
||||
# Copyright 1994,1995 by Ian Jackson.
|
||||
# Copyright 1998 James Troup
|
||||
|
@ -12,7 +12,7 @@
|
|||
build:
|
||||
$(checkdir)
|
||||
./configure --prefix=/usr --with-included-gettext
|
||||
$(MAKE) CFLAGS="-O2 -g -Wall"
|
||||
$(MAKE)
|
||||
touch build
|
||||
|
||||
test: build
|
||||
|
@ -25,8 +25,6 @@ clean:
|
|||
-rm -f build
|
||||
-$(MAKE) -i distclean || $(MAKE) -f Makefile.in distclean
|
||||
-rm -rf debian/tmp debian/*~ debian/files* debian/substvars
|
||||
# Cruft not removed by `make clean'
|
||||
-rm -f intl/libintl.h
|
||||
|
||||
binary-indep:
|
||||
|
||||
|
@ -63,7 +61,7 @@ endef
|
|||
|
||||
# Below here is fairly generic really
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
binary: binary-indep binary-arch
|
||||
|
||||
checkroot:
|
||||
$(checkdir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue