aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-03-16 23:07:08 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-03-16 23:07:08 +0000
commit65fb9ef62067c0c77e722367a0d2eab8bc4b5634 (patch)
tree2050cdf779ffeb93365c8c8a5eca8970b3376e4e /plugins/Makefile.nmake
parent53c43f075796417ac025b0bc2852d71154abc937 (diff)
Remove support for the old plugin api.
TODO: cleanup files in /trunk/plugins svn path=/trunk/; revision=13782
Diffstat (limited to 'plugins/Makefile.nmake')
-rw-r--r--plugins/Makefile.nmake23
1 files changed, 1 insertions, 22 deletions
diff --git a/plugins/Makefile.nmake b/plugins/Makefile.nmake
index 56f9e3ecf8..5f3e1826c5 100644
--- a/plugins/Makefile.nmake
+++ b/plugins/Makefile.nmake
@@ -6,27 +6,7 @@ include ..\config.nmake
############### no need to modify below this line #########
-CFLAGS=/DHAVE_CONFIG_H /I.. /I../wiretap /I. $(GLIB_CFLAGS) \
- /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
-
-OBJECTS=plugin_api.obj
-
-all: $(OBJECTS) acn agentx artnet asn1 ciscosm docsis enttec giop gryphon irda lwres mate megaco mgcp opsi pcli rdm rlm rtnet rudp stats_tree v5ua xml
-
-Xplugin_api.c: plugin_gen.py plugin_api_list.c
- @echo **** Plugin api may be out of date, please generate new files:
- @echo **** nmake -f Makefile.nmake xyzzy
- @echo.
-
-plugin_api.obj: plugin_api.c Xplugin_api.c
-
-# you will need cygwin's gcc to build this target!
-xyzzy: xyzzyclean plugin_gen.py plugin_api_list.c
- gcc -aux-info xyzzy -DHAVE_CONFIG_H $(GCC_GLIB_CFLAGS) -I.. -c plugin_api_list.c
- $(PYTHON) plugin_gen.py xyzzy
-
-xyzzyclean: clean
- rm -f xyzzy Xass-list Xplugin_api.c Xplugin_api.h Xplugin_api_decls.h Xplugin_table.h plugin_api_list.o
+all: acn agentx artnet asn1 ciscosm docsis enttec giop gryphon irda lwres mate megaco mgcp opsi pcli rdm rlm rtnet rudp stats_tree v5ua xml
acn::
cd acn
@@ -143,7 +123,6 @@ xml::
cd ..
clean:
- rm -f plugin_api.obj $(PDB_FILE)
cd acn
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ../agentx