Subversion Repositories HelenOS

Rev

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

Rev 2952 Rev 2959
Line 85... Line 85...
85
	$(AS) $(AFLAGS) $< -o $@
85
	$(AS) $(AFLAGS) $< -o $@
86
 
86
 
87
%.o: %.c
87
%.o: %.c
88
	$(CC) $(DEFS) $(CFLAGS) -c $< -o $@
88
	$(CC) $(DEFS) $(CFLAGS) -c $< -o $@
89
 
89
 
90
data.c: ../../lib/rtld/rtld.so
90
data.c: ../../lib/rtld/rtld.so ../tetris/tetris
-
 
91
	../../../tools/bin2c.py ../../lib/rtld/rtld.so rtld.so rtld >$@
91
	../../../tools/bin2c.py $< >$@
92
	../../../tools/bin2c.py ../tetris/tetris tetris tetris >>$@