comparison src/Makefile.in.in @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 2f8bb876ab1d
children de805c49cfc1
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
113 #else 113 #else
114 VPATH=@srcdir@ 114 VPATH=@srcdir@
115 #endif 115 #endif
116 116
117 RM = rm -f 117 RM = rm -f
118
119 #ifdef HAVE_NATIVE_SOUND
120 sound_cflags=@sound_cflags@
121 #endif
122 118
123 LWLIB_SRCDIR = ${srcdir}/../lwlib 119 LWLIB_SRCDIR = ${srcdir}/../lwlib
124 120
125 #ifdef HAVE_X_WINDOWS 121 #ifdef HAVE_X_WINDOWS
126 lwlib_libs = ../lwlib/liblw.a 122 lwlib_libs = ../lwlib/liblw.a
684 $(RM) allocax.s allocatem.c 680 $(RM) allocax.s allocatem.c
685 #endif /* HAVE_ALLOCA */ 681 #endif /* HAVE_ALLOCA */
686 #endif /* ! defined (C_ALLOCA) */ 682 #endif /* ! defined (C_ALLOCA) */
687 683
688 #ifdef HAVE_NATIVE_SOUND 684 #ifdef HAVE_NATIVE_SOUND
685 sound_cflags=@sound_cflags@
689 sunplay.o: ${srcdir}/sunplay.c 686 sunplay.o: ${srcdir}/sunplay.c
690 $(CC) -c $(sound_cflags) $(cflags) ${srcdir}/sunplay.c 687 $(CC) -c $(sound_cflags) $(cflags) ${srcdir}/sunplay.c
691 hpplay.o: ${srcdir}/hpplay.c 688 hpplay.o: ${srcdir}/hpplay.c
692 $(CC) -c -Demacs $(sound_cflags) $(cflags) ${srcdir}/hpplay.c 689 $(CC) -c -Demacs $(sound_cflags) $(cflags) ${srcdir}/hpplay.c
693 #endif /* HAVE_NATIVE_SOUND */ 690 #endif /* HAVE_NATIVE_SOUND */