- Timestamp:
- Nov 26, 2009, 2:34:17 AM (13 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/Makefile.am
r3905 r4045 120 120 endif 121 121 122 echo-sources: ; echo $(SOURCES) 123 -
libcaca/trunk/cxx/Makefile.am
r3323 r4045 47 47 rmdir $(DESTDIR)$(pkgconfigdir) 2>/dev/null || true 48 48 49 echo-sources: ; echo $(SOURCES) 50 -
libcaca/trunk/examples/Makefile.am
r3917 r4045 95 95 import_LDADD = ../caca/libcaca.la 96 96 97 echo-sources: ; echo $(SOURCES) 98 -
libcaca/trunk/ruby/Makefile.am
r3159 r4045 39 39 $(NULL) 40 40 41 echo-sources: ; echo $(SOURCES) 42 -
libcaca/trunk/src/Makefile.am
r2959 r4045 46 46 endif 47 47 48 echo-sources: ; echo $(SOURCES) 49 -
libcaca/trunk/test/check-build
r3995 r4045 30 30 for dir in caca src cxx examples ruby tools; do 31 31 pushd ../$dir >/dev/null 32 # Dirty hack to print the $(SOURCES) variable 33 for x in $(make -s ID SHELL='echo @@$(SOURCES)@@' | tr -d '\n' | sed 's/.*@@\([^@]*\)@@.*/\1/'); 34 do 32 for x in $(make echo-sources); do 35 33 if grep '[[:space:]]$' "$x" >/dev/null 2>&1; then 36 34 echo "error: $dir/$x contains trailing spaces" -
libcaca/trunk/tools/Makefile.am
r3404 r4045 21 21 pango_programs = 22 22 endif 23 24 echo-sources: ; echo $(SOURCES) 25
Note: See TracChangeset
for help on using the changeset viewer.