aboutsummaryrefslogblamecommitdiffstats
path: root/server.mk
blob: acdc12bb65e0d9bbc7cf66c73353423625d9c945 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                  
%.server.in: %.server.in.in
    sed -e 's|\@BINDIR\@|$(bindir)|'            \
    -e 's|\@LIBEXECDIR\@|$(privlibexecdir)|'        \
    -e 's|\@COMPONENTDIR\@|$(componentdir)|'        \
    -e 's|\@IMPORTERSDIR\@|$(importersdir)|'        \
    -e 's|\@VERSION\@|$(BASE_VERSION)|'             \
    -e 's|\@INTERFACE_VERSION\@|$(INTERFACE_VERSION)|' $< > $@

%_$(BASE_VERSION).server: %.server
    mv $< $@