Subversion Repositories Kolibri OS

Rev

Rev 2008 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2008 Rev 2019
Line 538... Line 538...
538
$(REPOSITORY)/drivers/video/drm/radeon/atikms.dll: $(REPOSITORY)/drivers/video/drm/radeon/Makefile.lto
538
$(REPOSITORY)/drivers/video/drm/radeon/atikms.dll: $(REPOSITORY)/drivers/video/drm/radeon/Makefile.lto
539
	flock $(REPOSITORY)/drivers/video/drm/radeon/.lock \
539
	flock $(REPOSITORY)/drivers/video/drm/radeon/.lock \
540
	$(MAKE) CC=win32-gcc45 AS=win32-as LD=win32-ld AR=win32-ar FASM=fasm -C $(REPOSITORY)/drivers/video/drm/radeon -f Makefile.lto
540
	$(MAKE) CC=win32-gcc45 AS=win32-as LD=win32-ld AR=win32-ar FASM=fasm -C $(REPOSITORY)/drivers/video/drm/radeon -f Makefile.lto
541
$(REPOSITORY)/drivers/ddk/libddk.a: $(REPOSITORY)/drivers/ddk/Makefile
541
$(REPOSITORY)/drivers/ddk/libddk.a: $(REPOSITORY)/drivers/ddk/Makefile
542
	flock $(REPOSITORY)/drivers/ddk/.lock \
542
	flock $(REPOSITORY)/drivers/ddk/.lock \
543
	$(MAKE) CC=win32-gcc45 AS=win32-as LD=win32-ld AR=win32-ar FASM=fasm -C $(REPOSITORY)/drivers/ddk
543
	$(MAKE) CC=win32-gcc45 AS=win32-as LD=win32-ld AR=win32-ar FASM=fasm -C $(REPOSITORY)/drivers/ddk libddk.a
-
 
544
$(REPOSITORY)/drivers/ddk/libcore.a: $(REPOSITORY)/drivers/ddk/Makefile
-
 
545
	flock $(REPOSITORY)/drivers/ddk/.lock \
-
 
546
	$(MAKE) CC=win32-gcc45 AS=win32-as LD=win32-ld AR=win32-ar FASM=fasm -C $(REPOSITORY)/drivers/ddk libcore.a
544
# dependencies
547
# dependencies
545
$(REPOSITORY)/drivers/video/drm/radeon/atikms.dll: \
548
$(REPOSITORY)/drivers/video/drm/radeon/atikms.dll: \
546
 $(REPOSITORY)/drivers/video/drm/radeon/atikms.lds \
549
 $(REPOSITORY)/drivers/video/drm/radeon/atikms.lds \
547
 $(REPOSITORY)/drivers/ddk/libddk.a \
550
 $(REPOSITORY)/drivers/ddk/libddk.a \
-
 
551
 $(REPOSITORY)/drivers/ddk/libcore.a \
548
 $(REPOSITORY)/drivers/video/drm/radeon/*.[Sch] \
552
 $(REPOSITORY)/drivers/video/drm/radeon/*.[Sch] \
549
 $(REPOSITORY)/drivers/video/drm/radeon/*.asm \
553
 $(REPOSITORY)/drivers/video/drm/radeon/*.asm \
550
 $(REPOSITORY)/drivers/video/drm/radeon/Makefile \
554
 $(REPOSITORY)/drivers/video/drm/radeon/Makefile \
551
 $(REPOSITORY)/drivers/video/drm/radeon/firmware/*.bin \
555
 $(REPOSITORY)/drivers/video/drm/radeon/firmware/*.bin \
552
 $(REPOSITORY)/drivers/include/*.h \
556
 $(REPOSITORY)/drivers/include/*.h \
553
 $(REPOSITORY)/drivers/include/*/*.h \
557
 $(REPOSITORY)/drivers/include/*/*.h \
554
 $(REPOSITORY)/drivers/include/*/*/*.h \
558
 $(REPOSITORY)/drivers/include/*/*/*.h \
555
 $(REPOSITORY)/drivers/include/*/*/*/*.h
559
 $(REPOSITORY)/drivers/include/*/*/*/*.h
556
$(REPOSITORY)/drivers/ddk/libddk.a: \
560
$(REPOSITORY)/drivers/ddk/libddk.a: \
557
 $(REPOSITORY)/drivers/ddk/Makefile \
-
 
558
 $(REPOSITORY)/drivers/ddk/core.S \
-
 
559
 $(REPOSITORY)/drivers/ddk/*/* \
561
 $(REPOSITORY)/drivers/ddk/*/* \
560
 $(REPOSITORY)/drivers/include/*.h \
562
 $(REPOSITORY)/drivers/include/*.h \
561
 $(REPOSITORY)/drivers/include/*/*.h \
563
 $(REPOSITORY)/drivers/include/*/*.h \
562
 $(REPOSITORY)/drivers/include/*/*/*.h \
564
 $(REPOSITORY)/drivers/include/*/*/*.h \
563
 $(REPOSITORY)/drivers/include/*/*/*/*.h
565
 $(REPOSITORY)/drivers/include/*/*/*/*.h
-
 
566
$(REPOSITORY)/drivers/ddk/libcore.a: \
-
 
567
 $(REPOSITORY)/drivers/ddk/core.S