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 $< $@

uthor
path: root/net/tableutil
Commit message (Expand)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-231-0/+1
* Update to 0.6arved2005-10-192-3/+3