From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3EFC9AD8.9070407@progroup.ru> Date: Fri, 27 Jun 2003 23:28:24 +0400 From: Shrek User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030210 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: community@altlinux.ru Subject: Re: [Comm] =?KOI8-R?Q?=F0=C5=D2=C5=CB=CF=CD=D0=C9=CC=D1=C3=C9=D1?= =?KOI8-R?Q?_=D1=C4=D2=C1?= References: <3EFAF05A.9060806@progroup.ru> <20030626162206.4460d707.Maxim.Savrilov@socenter.ru> <3EFB09E5.8070607@progroup.ru> <5510596727.20030626224703@udm.ru> <3EFC14D4.9040208@progroup.ru> <1611357672.20030627192114@udm.ru> <3EFC891C.9010407@progroup.ru> <5910966849.20030627233933@udm.ru> In-Reply-To: <5910966849.20030627233933@udm.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.1 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2003 19:28:15 -0000 Archived-At: List-Archive: List-Post: Makefile --------------------------------------------------------- KERNELDIR = /usr/src/RPM/BUILD/linux-2.4.20 include $(KERNELDIR)/.config CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O2 -Wall CC = gcc-2.96 ifdef CONFIG_SMP CFLAGS += -D__SMP__ -DSMP endif all: pwc.o clean: rm -f *.o *~ core pwc-uncompress.o: pwc-uncompress.c pwc-ioctl.h pwc_nala.h \ pwc-uncompress.h pwc.h pwc_kiara.h pwc_timon.h $(CC) -c $(CFLAGS) pwc-uncompress.c pwc-ctrl.o: pwc-ctrl.c pwc-ioctl.h pwc_nala.h \ pwc-uncompress.h pwc.h pwc_kiara.h pwc_timon.h $(CC) -c $(CFLAGS) pwc-ctrl.c pwc-if.o: pwc-if.c pwc-ioctl.h pwc_nala.h \ pwc-uncompress.h pwc.h pwc_kiara.h pwc_timon.h $(CC) -c $(CFLAGS) pwc-if.c pwc-misc.o: pwc-misc.c pwc-ioctl.h pwc_nala.h \ pwc-uncompress.h pwc.h pwc_kiara.h pwc_timon.h $(CC) -c $(CFLAGS) pwc-misc.c pwc.o: pwc-ctrl.o pwc-if.o pwc-misc.o pwc-uncompress.o $(LD) -r $^ -o $@ -------------------------------------------------------------------------------------- ÍÍÍÍ... Þ£ ÔÏ ÎÅ ÓÒÏÓÌÏÓØ $ make gcc-2.96 -c -D__KERNEL__ -DMODULE -I/usr/src/linux-2.4.20/include -O2 -Wall pwc-ctrl.c gcc-2.96 -c -D__KERNEL__ -DMODULE -I/usr/src/RPM/BUILD/linux-2.4.20/include -O2 -Wall pwc-if.c pwc-if.c: In function `pwc_isoc_init': pwc-if.c:850: warning: assignment from incompatible pointer type gcc-2.96 -c -D__KERNEL__ -DMODULE -I/usr/src/RPM/BUILD/linux-2.4.20/include -O2 -Wall pwc-misc.c gcc-2.96 -c -D__KERNEL__ -DMODULE -I/usr/src/RPM/BUILD/linux-2.4.20/include -O2 -Wall pwc-uncompress.c pwc-uncompress.c:178: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile' pwc-uncompress.c:178: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile' pwc-uncompress.c:178: warning: data definition has no type or storage class pwc-uncompress.c:179: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile' pwc-uncompress.c:179: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile' pwc-uncompress.c:179: warning: data definition has no type or storage class pwc-uncompress.c:180: parse error before `this_object_must_be_defined_as_export_objs_in_the_Makefile' pwc-uncompress.c:180: warning: type defaults to `int' in declaration of `this_object_must_be_defined_as_export_objs_in_the_Makefile' pwc-uncompress.c:180: warning: data definition has no type or storage class make: *** [pwc-uncompress.o] ïÛÉÂËÁ 1