]> err.no Git - varnish/commitdiff
Put under control of auto* tools
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Mar 2006 09:01:56 +0000 (09:01 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Mar 2006 09:01:56 +0000 (09:01 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@72 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvcl/Makefile [deleted file]
varnish-cache/lib/libvcl/Makefile.am [new file with mode: 0644]

diff --git a/varnish-cache/lib/libvcl/Makefile b/varnish-cache/lib/libvcl/Makefile
deleted file mode 100644 (file)
index 4c664f7..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-PROG   =       vpc
-
-SRCS   +=      vcl_compile.c
-SRCS   +=      vcl_fixed_token.c
-
-NO_MAN =       yes
-
-WARNS  ?=      5
-
-LDADD  +=      -lsbuf
-
-.include <bsd.prog.mk>
-
-
-test:  ${PROG}
-       ./${PROG} ${.CURDIR}/sample.vcl
-       cc -Wall -c _.c
-
-flint: 
-       flint flint.lnt -I/usr/include -I. ${SRCS}
-
-distclean:     clean
-       
diff --git a/varnish-cache/lib/libvcl/Makefile.am b/varnish-cache/lib/libvcl/Makefile.am
new file mode 100644 (file)
index 0000000..7ade95a
--- /dev/null
@@ -0,0 +1,9 @@
+# $Id$
+
+INCLUDES = -I$(top_srcdir)/include
+
+lib_LTLIBRARIES = libvcl.la
+
+libvcl_la_SOURCES = \
+       vcl_compile.c \
+       vcl_fixed_token.c