aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/dcerpc/butc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/dcerpc/butc/Makefile')
-rw-r--r--epan/dissectors/dcerpc/butc/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/epan/dissectors/dcerpc/butc/Makefile b/epan/dissectors/dcerpc/butc/Makefile
new file mode 100644
index 0000000000..e9d10548da
--- /dev/null
+++ b/epan/dissectors/dcerpc/butc/Makefile
@@ -0,0 +1,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) ../..