Subversion Repositories Kolibri OS

Rev

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

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