From 5a2d6079eba1c7e2a9479cb10d714b5a97bbfe4f Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Tue, 3 Aug 2010 13:28:53 +0400 Subject: initiating work on accel-pptpd, replacement of modified poptop --- pptpd-1.3.3/plugins/Makefile | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 pptpd-1.3.3/plugins/Makefile (limited to 'pptpd-1.3.3/plugins/Makefile') diff --git a/pptpd-1.3.3/plugins/Makefile b/pptpd-1.3.3/plugins/Makefile deleted file mode 100644 index 059cba1..0000000 --- a/pptpd-1.3.3/plugins/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -CC = gcc -COPTS = -O2 -g -CFLAGS = $(COPTS) -I.. -I../../include -fPIC -LDFLAGS = -shared -LDADD = -lutil -INSTALL = install -o root -prefix = /usr/local - -PLUGINS = pptpd-logwtmp.so - -# include dependencies if present -ifeq (.depend,$(wildcard .depend)) -include .depend -endif - -all: $(PLUGINS) - -%.so: %.c - $(CC) -o $@ $(LDFLAGS) $(CFLAGS) $^ $(LDADD) - -LIBDIR ?= $(DESTDIR)$(prefix)/lib/pptpd - -install: $(PLUGINS) - $(INSTALL) -d $(LIBDIR) - $(INSTALL) $? $(LIBDIR) - -uninstall: - rm -f $(LIBDIR)$(PLUGINS) - -clean: - rm -f *.o *.so *.a - -depend: - $(CPP) -M $(CFLAGS) *.c >.depend -- cgit v1.2.3