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