]> git.dolda2000.com Git - doldaconnect.git/commitdiff
Remove usage of gmake's % syntax.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 11 Jun 2007 02:52:41 +0000 (02:52 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 11 Jun 2007 02:52:41 +0000 (02:52 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@1073 959494ce-11ee-0310-bf91-de5d638817bd

clients/gnome-trans-applet/Makefile.am
clients/gtk2/Makefile.am
config/Makefile.am

index c73f993e7281b52783b25021d91f6979de3f61cd..1fa5b13a1e006f507d3577a582c996b4e3ac2a75 100644 (file)
@@ -18,5 +18,6 @@ server_DATA=Dolcon_Transferapplet_Factory.server
 
 EXTRA_DIST=Dolcon_Transferapplet_Factory.server.in
 
-%.server: %.server.in
+SUFFIXES=.server .server.in
+.server.in.server:
        sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
index 708f8b2e7596965ab232a6f546dd384cc72cf734..57c8d1eecf0250b87fa991557730858543b8498e 100644 (file)
@@ -18,7 +18,7 @@ dolcon_CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0) \
                $(shell pkg-config --cflags libxml-2.0) \
                -DLOCALEDIR=\"$(localedir)\"
 
-%.gtk: %.desc $(top_srcdir)/common/makegdesc
+.desc.gtk: $(top_srcdir)/common/makegdesc
        cpp $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $< | $(top_srcdir)/common/makegdesc >$@
 
 mainwnd.desc: ../../config.h
index db77000798bc43cb394f5a53dddd16f2f826aa37..8aa018f28430f9e215b1b7868b314d2e05c8a6f1 100644 (file)
@@ -29,7 +29,7 @@ dolconf_CPPFLAGS=     $(shell pkg-config --cflags gtk+-2.0) \
                        -DLOCALEDIR=\"$(localedir)\"
 dolconf_LDADD=         $(top_srcdir)/common/libcommon.a $(top_srcdir)/lib/libdcui.la
 
-%.gtk: %.desc $(top_srcdir)/common/makegdesc
+.desc.gtk: $(top_srcdir)/common/makegdesc
        $(top_srcdir)/common/makegdesc $< >$@
 
 EXTRA_DIST=doldacond.conf dc-filter dc-filtercmd dolconf-assistant.desc dolconf-wnd.desc