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 c73f993..1fa5b13 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 708f8b2..57c8d1e 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 db77000..8aa018f 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