From f1c066bbee43fc081835463b28e22abf7c9ef084 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Mon, 29 Nov 2010 22:34:04 +0000 Subject: Move some checkapi targets into Makefile.common svn path=/trunk/; revision=35073 --- epan/crypt/Makefile.am | 6 +----- epan/crypt/Makefile.common | 5 +++++ epan/crypt/Makefile.nmake | 8 ++------ 3 files changed, 8 insertions(+), 11 deletions(-) (limited to 'epan/crypt') diff --git a/epan/crypt/Makefile.am b/epan/crypt/Makefile.am index 8db3475004..cb06d2cfab 100644 --- a/epan/crypt/Makefile.am +++ b/epan/crypt/Makefile.am @@ -47,8 +47,4 @@ libairpdcap_la_SOURCES = \ EXTRA_DIST = \ Makefile.common \ - Makefile.nmake - -checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ - $(LIBAIRPDCAP_SRC) + Makefile.nmake diff --git a/epan/crypt/Makefile.common b/epan/crypt/Makefile.common index 93c5f65537..7a714eae4d 100644 --- a/epan/crypt/Makefile.common +++ b/epan/crypt/Makefile.common @@ -52,3 +52,8 @@ LIBAIRPDCAP_INCLUDES = \ crypt-rc4.h \ crypt-sha1.h \ wep-wpadefs.h + + +checkapi: + $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(LIBAIRPDCAP_SRC) diff --git a/epan/crypt/Makefile.nmake b/epan/crypt/Makefile.nmake index b05773a2cf..1817ab65f5 100644 --- a/epan/crypt/Makefile.nmake +++ b/epan/crypt/Makefile.nmake @@ -15,8 +15,8 @@ CFLAGS=-WX -DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" /I../.. $(LOCAL_CFLAGS) AIRPDCAP_OBJECTS = $(LIBAIRPDCAP_SRC:.c=.obj) -airpdcap.lib: $(AIRPDCAP_OBJECTS) - link /lib /out:airpdcap.lib $(AIRPDCAP_OBJECTS) +airpdcap.lib: $(AIRPDCAP_OBJECTS) + link /lib /out:airpdcap.lib $(AIRPDCAP_OBJECTS) clean: rm -f $(AIRPDCAP_OBJECTS) airpdcap.lib *.pdb @@ -24,7 +24,3 @@ clean: distclean: clean maintainer-clean: distclean - -checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ - $(LIBAIRPDCAP_SRC) -- cgit v1.2.1