diff options
| author | Kozlov Dmitry <dima@server> | 2010-08-03 13:28:53 +0400 |
|---|---|---|
| committer | Kozlov Dmitry <dima@server> | 2010-08-03 13:28:53 +0400 |
| commit | 5a2d6079eba1c7e2a9479cb10d714b5a97bbfe4f (patch) | |
| tree | e72134e47e1491580af15e3eccbba451f13fdd42 /pptpd-1.3.3/plugins/Makefile | |
| parent | ba8e1a64e75930a161afac9048e7d03b7f880644 (diff) | |
| download | accel-ppp-5a2d6079eba1c7e2a9479cb10d714b5a97bbfe4f.tar.gz accel-ppp-5a2d6079eba1c7e2a9479cb10d714b5a97bbfe4f.zip | |
initiating work on accel-pptpd, replacement of modified poptop
Diffstat (limited to 'pptpd-1.3.3/plugins/Makefile')
| -rw-r--r-- | pptpd-1.3.3/plugins/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/pptpd-1.3.3/plugins/Makefile b/pptpd-1.3.3/plugins/Makefile deleted file mode 100644 index 059cba11..00000000 --- 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 |
