~ubuntu-branches/debian/sid/botan/sid

« back to all changes in this revision

Viewing changes to misc/nist_tests/Makefile

  • Committer: Package Import Robot
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2018-03-01 22:23:25 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20180301222325-7p7vc45gu3hta34d
Tags: 2.4.0-2
* Don't remove .doctrees from the manual if it doesn't exist.
* Don't specify parallel to debhelper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
BOTAN_CONFIG=botan-config
3
 
 
4
 
CC=g++
5
 
FLAGS=-g -Os -W -Wall -ansi
6
 
LDFLAGS=$(shell $(BOTAN_CONFIG) --libs)
7
 
CFLAGS=$(shell $(BOTAN_CONFIG) --cflags)
8
 
 
9
 
x509test: x509test.cpp
10
 
        $(CC) $(FLAGS) $(CFLAGS) x509test.cpp $(LDFLAGS) -o x509test
11
 
 
12
 
clean:
13
 
        rm -f x509test