comparison audacious/Makefile.in @ 874:55128a9463a1 trunk

[svn] - cosmetic adjustment
author nenolod
date Fri, 24 Mar 2006 13:30:29 -0800
parents 9376a3cad3a3
children be9f514458b6
comparison
equal deleted inserted replaced
873:44782ab84dcd 874:55128a9463a1
83 beepinclude_HEADERS = plugin.h output.h input.h 83 beepinclude_HEADERS = plugin.h output.h input.h
84 84
85 desktop_DATA = audacious.desktop 85 desktop_DATA = audacious.desktop
86 desktopdir = $(datadir)/applications 86 desktopdir = $(datadir)/applications
87 87
88
89 build_stamp.c: 88 build_stamp.c:
90 if [ -d .svn ] || [ ! -f build_stamp.c ]; then \ 89 if [ -d .svn ] || [ ! -f build_stamp.c ]; then \
91 ( \ 90 ( \
92 echo '/* SVN repository version.'; \ 91 echo '/* SVN repository version.'; \
93 echo ' * This auto-generated file must not be included in SVN; but must'; \ 92 echo ' * This auto-generated file must not be included in SVN; but must'; \
100 ) > build_stamp.c; \ 99 ) > build_stamp.c; \
101 fi; 100 fi;
102 101
103 audacious: $(OBJECTS) 102 audacious: $(OBJECTS)
104 $(CC) $(LDFLAGS) $(LDADD) -o $@ $(OBJECTS) 103 $(CC) $(LDFLAGS) $(LDADD) -o $@ $(OBJECTS)
104 @printf "%10s %-20s\n" LINK $@