Subversion Repositories Kolibri OS

Rev

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

Rev 1860 Rev 1876
Line 501... Line 501...
501
# without need to rebuild kolibri.img at every iteration...
501
# without need to rebuild kolibri.img at every iteration...
502
# Note that we are going to write in the directory shared
502
# Note that we are going to write in the directory shared
503
# between all Makefiles, so we need locked operations.
503
# between all Makefiles, so we need locked operations.
504
drivers/atikms.dll: $(REPOSITORY)/drivers/video/drm/radeon/atikms.dll drivers/.dir
504
drivers/atikms.dll: $(REPOSITORY)/drivers/video/drm/radeon/atikms.dll drivers/.dir
505
	kpack --nologo $< $@
505
	kpack --nologo $< $@
506
$(REPOSITORY)/drivers/video/drm/radeon/atikms.dll:
506
$(REPOSITORY)/drivers/video/drm/radeon/atikms.dll: $(REPOSITORY)/drivers/video/drm/radeon/Makefile.lto
507
	flock $(REPOSITORY)/drivers/video/drm/radeon/.lock \
507
	flock $(REPOSITORY)/drivers/video/drm/radeon/.lock \
508
	$(MAKE) CC=win32-gcc AS=win32-as LD=win32-ld AR=win32-ar FASM=fasm -C $(REPOSITORY)/drivers/video/drm/radeon
508
	$(MAKE) CC=win32-gcc45 AS=win32-as LD=win32-ld AR=win32-ar FASM=fasm -C $(REPOSITORY)/drivers/video/drm/radeon -f Makefile.lto
509
$(REPOSITORY)/drivers/ddk/libddk.a:
509
$(REPOSITORY)/drivers/ddk/libddk.a: $(REPOSITORY)/drivers/ddk/Makefile
510
	flock $(REPOSITORY)/drivers/ddk/.lock \
510
	flock $(REPOSITORY)/drivers/ddk/.lock \
511
	$(MAKE) CC=win32-gcc AS=win32-as LD=win32-ld AR=win32-ar FASM=fasm -C $(REPOSITORY)/drivers/ddk
511
	$(MAKE) CC=win32-gcc45 AS=win32-as LD=win32-ld AR=win32-ar FASM=fasm -C $(REPOSITORY)/drivers/ddk
512
# dependencies
512
# dependencies
513
$(REPOSITORY)/drivers/video/drm/radeon/atikms.dll: \
513
$(REPOSITORY)/drivers/video/drm/radeon/atikms.dll: \
514
 $(REPOSITORY)/drivers/video/drm/radeon/atikms.lds \
514
 $(REPOSITORY)/drivers/video/drm/radeon/atikms.lds \
515
 $(REPOSITORY)/drivers/ddk/libddk.a \
515
 $(REPOSITORY)/drivers/ddk/libddk.a \
516
 $(REPOSITORY)/drivers/video/drm/radeon/*.[Sch] \
516
 $(REPOSITORY)/drivers/video/drm/radeon/*.[Sch] \