Commit cbaa6cba authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to make makefiles both make and gmake compliant



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5405 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent ede7696a
......@@ -22,7 +22,7 @@ libvcl_la_SOURCES = \
vcc_dir_dns.c \
vcc_expr.c \
vcc_parse.c \
$(builddir)/vcc_fixed_token.c \
vcc_fixed_token.c \
vcc_obj.c \
vcc_string.c \
vcc_symb.c \
......@@ -34,7 +34,7 @@ libvcl_la_SOURCES = \
EXTRA_DIST = \
generate.py
$(builddir)/vcc_obj.c $(builddir)/vcc_fixed_token.c $(builddir)/vcc_token_defs.h: $(srcdir)/generate.py $(top_srcdir)/include/vrt.h
vcc_obj.c vcc_fixed_token.c vcc_token_defs.h: $(srcdir)/generate.py $(top_srcdir)/include/vrt.h
@PYTHON@ $(top_srcdir)/lib/libvcl/generate.py $(top_srcdir) $(top_builddir)
CLEANFILES = $(builddir)/vcc_token_defs.h \
......
......@@ -7,10 +7,10 @@ lib_LTLIBRARIES = libvmod_std.la
libvmod_std_la_LDFLAGS = -version-info 1:0:0
libvmod_std_la_SOURCES = \
$(builddir)/vcc_if.c \
vcc_if.c \
vmod_std.c
$(builddir)/vcc_if.c $(builddir)/vcc_if.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.vcc
vcc_if.c vcc_if.h: $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.vcc
@PYTHON@ $(top_srcdir)/lib/libvmod_std/vmod.py $(top_srcdir)/lib/libvmod_std/vmod.vcc
EXTRA_DIST = vmod.py vmod.vcc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment