Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Common/bin/Makefile.am @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 348 bytes
Line 
1edit = sed \
2        -e 's,@OGRE_PLUGINDIR\@,$(libdir)/$(PACKAGE),g' \
3        -e 's,@OGRE_MEDIADIR\@,$(top_srcdir)/Samples/Media,g'
4
5CONFIGS = plugins.cfg resources.cfg
6
7install-data-local:
8        -$(INSTALL_DATA) $(srcdir)/*.cfg . && \
9        for i in ${CONFIGS} ; do \
10                $(edit) $(srcdir)/$$i.in > $$i.tmp && \
11                $(INSTALL_DATA) $$i.tmp $$i && \
12                rm -f $$i.tmp; \
13        done
Note: See TracBrowser for help on using the repository browser.