summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSimon Rettberg2017-04-21 16:39:24 +0200
committerSimon Rettberg2017-04-21 16:39:24 +0200
commit332ff7a104d978a607aae7239c70073c4e88fa22 (patch)
tree00577e4104916846fcfd1d57c4e5b8be28d30a13 /Makefile
parentscan_asn1length: Allow non-minimally encoded values (diff)
downloadldadp-332ff7a104d978a607aae7239c70073c4e88fa22.tar.gz
ldadp-332ff7a104d978a607aae7239c70073c4e88fa22.tar.xz
ldadp-332ff7a104d978a607aae7239c70073c4e88fa22.zip
Remove unused string matching helpers
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 111baaa..05af089 100644
--- a/Makefile
+++ b/Makefile
@@ -18,16 +18,13 @@ scan_ldapstring.o scan_ldapsearchfilter.o scan_ldapsearchrequest.o \
freefilter.o freeava.o scan_ldapava.o fmt_ldapsearchresultentry.o \
fmt_ldapstring.o freepal.o scan_ldapsearchresultentry.o \
fmt_ldapresult.o fmt_ldappal.o fmt_ldapadl.o fmt_ldapava.o \
-fmt_ldapsearchfilter.o fmt_ldapsearchrequest.o matchstring.o \
-matchprefix.o matchcasestring.o matchcaseprefix.o \
+fmt_ldapsearchfilter.o fmt_ldapsearchrequest.o \
scan_ldapmodifyrequest.o scan_ldapaddrequest.o bstrlen.o bstrfirst.o \
bstrstart.o free_ldapadl.o free_ldappal.o free_ldapsearchfilter.o \
scan_ldapsearchfilterstring.o free_ldapsearchresultentry.o \
-fmt_ldapsearchfilterstring.o ldap_match_sre.o \
+fmt_ldapsearchfilterstring.o \
fmt_ldapdeleterequest.o scan_ldapdeleterequest.o normalize_dn.o
-ldif.a: ldif_parse.o ldap_match_mapped.o
-
CC?=gcc
CFLAGS+=-g -pipe -W -Wall -Wextra -std=gnu99 -Wno-unused-parameter
#CC=clang
@@ -44,7 +41,7 @@ LIBS+=-g -lowfat -lssl -lcrypto
%: %.c
$(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) ${LIBS}
-ldadp: tmpbuffer.o ini.o client.o server.o helper.o proxy.o epoll.o openssl.o ldap.a asn1.a ldif.a
+ldadp: tmpbuffer.o ini.o client.o server.o helper.o proxy.o epoll.o openssl.o ldap.a asn1.a
.PHONY: clean tar
clean:
@@ -53,8 +50,6 @@ clean:
tar: clean
cd ..; tar cvvf ldadp.tar.bz2 ldadp --use=bzip2 --exclude capture --exclude .git
-ldif_parse.o: ldif_parse.c strduptab.h strstorage.h ldif.h
-
bindrequest.o: bindrequest.c ldap.h
tmpbuffer.o: tmpbuffer.c tmpbuffer.h
@@ -121,5 +116,3 @@ scan_asn1generic.o: scan_asn1generic.c asn1.h
asn1oid.o: asn1oid.c asn1.h
-ldap_match_sre.o: ldap_match_sre.c ldap.h
-