From 21f5c53ae76fe1d57b12b248c1ff9691c0d9033e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Tue, 5 Jul 2016 15:30:38 +0100 Subject: Rename PIDL Makefile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Otherwise it will get overwritten by the in-tree cmake build. Issue reported by Rémy Léone. Change-Id: I0d908973386bcb70585f5e32c36456230967bb7f Reviewed-on: https://code.wireshark.org/review/16305 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- .gitignore | 1 - epan/dissectors/pidl/Makefile | 153 ------------------------------------- epan/dissectors/pidl/Makefile.pidl | 153 +++++++++++++++++++++++++++++++++++++ epan/dissectors/pidl/README | 2 +- 4 files changed, 154 insertions(+), 155 deletions(-) delete mode 100644 epan/dissectors/pidl/Makefile create mode 100644 epan/dissectors/pidl/Makefile.pidl diff --git a/.gitignore b/.gitignore index deebf83e06..f375a41d0f 100644 --- a/.gitignore +++ b/.gitignore @@ -114,7 +114,6 @@ tvbtest wireshark wmem_test ylwrap -!/epan/dissectors/pidl/Makefile # CMake # ################## diff --git a/epan/dissectors/pidl/Makefile b/epan/dissectors/pidl/Makefile deleted file mode 100644 index 66e8e5d2f7..0000000000 --- a/epan/dissectors/pidl/Makefile +++ /dev/null @@ -1,153 +0,0 @@ -# Makefile -# -# Wireshark - Network traffic analyzer -# By Gerald Combs -# Copyright 2004 Gerald Combs -# -# This program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -PIDL = ../../../../tools/pidl/pidl --ws-parser - -pidl_out = --outputdir ../.. -pidl_inc = --includedir .. - -SUBDIRS = \ - atsvc \ - dfs \ - dnsserver \ - dssetup \ - efs \ - eventlog \ - frsrpc \ - frstrans \ - initshutdown \ - lsa \ - mapi \ - mdssvc \ - misc \ - nspi \ - rfr \ - samr \ - winreg \ - witness \ - wzcsvc - -DONT_BUILD_SUBDIRS = \ - srvsvc \ - wkssvc - -all: $(SUBDIRS) - -.PHONY: $(SUBDIRS) $(DONT_BUILD_SUBDIRS) - -$(SUBDIRS) $(DONT_BUILD_SUBDIRS): %: ../packet-dcerpc-%.c ../packet-dcerpc-%.h - -../packet-dcerpc-atsvc.c \ -../packet-dcerpc-atsvc.h: atsvc/atsvc.idl atsvc/atsvc.cnf - cd $( +# Copyright 2004 Gerald Combs +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +PIDL = ../../../../tools/pidl/pidl --ws-parser + +pidl_out = --outputdir ../.. +pidl_inc = --includedir .. + +SUBDIRS = \ + atsvc \ + dfs \ + dnsserver \ + dssetup \ + efs \ + eventlog \ + frsrpc \ + frstrans \ + initshutdown \ + lsa \ + mapi \ + mdssvc \ + misc \ + nspi \ + rfr \ + samr \ + winreg \ + witness \ + wzcsvc + +DONT_BUILD_SUBDIRS = \ + srvsvc \ + wkssvc + +all: $(SUBDIRS) + +.PHONY: $(SUBDIRS) $(DONT_BUILD_SUBDIRS) + +$(SUBDIRS) $(DONT_BUILD_SUBDIRS): %: ../packet-dcerpc-%.c ../packet-dcerpc-%.h + +../packet-dcerpc-atsvc.c \ +../packet-dcerpc-atsvc.h: atsvc/atsvc.idl atsvc/atsvc.cnf + cd $(