summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlinus <linus>2010-03-22 15:28:14 +0000
committerlinus <linus@e88ac4ed-0b26-0410-9574-a7f39faa03bf>2010-03-22 15:28:14 +0000
commit40cf2c3c57c5a65b49427c7a20f01bf36d73d5d1 (patch)
tree495ff4ead7bd06d1d1f8174c61dbd8855444aee1 /Makefile
parent4c0b0b872a735f45b05d647423024a4685080ad9 (diff)
Add Makefile.in and configure (generated by automake and autoconf).
Remove Makefile (will be generated by user running configure) git-svn-id: https://svn.testnett.uninett.no/radsecproxy/trunk@525 e88ac4ed-0b26-0410-9574-a7f39faa03bf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index e48b282..0000000
--- a/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-CFLAGS = -g -Wall -pedantic -pthread -DRADPROT_UDP -DRADPROT_TLS
-# -DRADPROT_TCP -DRADPROT_DTLS
-LDFLAGS = -lssl
-OBJ = util.o debug.o list.o hash.o gconfig.o tlv11.o hostport.o radmsg.o udp.o tcp.o tls.o dtls.o tlscommon.o radsecproxy.o
-
-all: radsecproxy
-
-radsecproxy: $(OBJ)
- $(CC) $(CFLAGS) $(OBJ) $(LDFLAGS) -o radsecproxy
-
-catgconf: util.o debug.o gconfig.o catgconf.o
- $(CC) $(CFLAGS) util.o debug.o gconfig.o catgconf.o -o catgconf
-
-clean:
- rm -f $(OBJ) catgconf.o radsecproxy catgconf
-
-man:
- docbook2man.pl --to-stdout radsecproxy.conf.5.xml > radsecproxy.conf.5
-
-html:
- openjade -E10000 -t sgml-raw -d /usr/share/sgml/docbook/dsssl-stylesheets-1.79/html/docbook.dsl -o radsecproxy.conf.5.html radsecproxy.conf.5.xml