~ubuntu-branches/ubuntu/wily/maradns/wily-proposed

« back to all changes in this revision

Viewing changes to deadwood-3.2.07/sqa/sqa_tcp_buffering/Makefile

  • Committer: Package Import Robot
  • Author(s): Dariusz Dwornikowski, Tomasz Buchert, Dariusz Dwornikowski
  • Date: 2015-03-27 18:34:08 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20150327183408-wnfachdkdjt96yu6
Tags: 2.0.11-1
[ Tomasz Buchert ]
* Imported Upstream version 2.0.11

[ Dariusz Dwornikowski ]
* d/patches: 
  - refreshed all patches for new deadwood version
  - removed generating of random prime on build (Closes: #785536) 
* d/rules: date taken from changelog (Closes: #785535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
all:    show_packet_stdout send_packet_stdin truncated
 
2
 
 
3
clean:
 
4
        rm -f show_packet_stdout send_packet_stdin truncated
 
5
 
 
6
show_packet_stdout:     show_packet_stdout.c
 
7
        $(CC) $(FLAGS) -Wall -o show_packet_stdout show_packet_stdout.c
 
8
 
 
9
send_packet_stdin:      send_packet_stdin.c
 
10
        $(CC) $(FLAGS) -Wall -o send_packet_stdin send_packet_stdin.c 
 
11
 
 
12
truncated:      truncated.c
 
13
        $(CC) $(FLAGS) -Wall -o truncated truncated.c