aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc/butc/Makefile
blob: e9d10548da4a44ec41197672561fce8428b1d3fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id: Makefile 13071 2005-01-16 10:19:21Z guy $

DISSECTOR_FILES=packet-dcerpc-butc.c packet-dcerpc-butc.h

all: generate_dissector

generate_dissector: $(DISSECTOR_FILES)

$(DISSECTOR_FILES): ../idl2eth butc.idl butc.cnf template.c template.h 
	../idl2eth butc

clean:
	rm -f ETH_* $(DISSECTOR_FILES)

copy_files: generate_dissector
	cp $(DISSECTOR_FILES) ../..