Changeset 6ef2c11 in mainline for uspace/srv/hid/fb
- Timestamp:
- 2010-01-06T20:33:50Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 385a3d6
- Parents:
- 4da7d79 (diff), 23efd30 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/srv/hid/fb
- Files:
-
- 23 moved
-
Makefile (moved) (moved from uspace/srv/cir/fhc/Makefile ) (1 diff)
-
Makefile.build (moved) (moved from uspace/srv/fb/Makefile.build ) (1 diff)
-
Makefile.common (moved) (moved from uspace/srv/cir/obio/Makefile.common ) (1 diff)
-
ega.c (moved) (moved from uspace/srv/fb/ega.c )
-
ega.h (moved) (moved from uspace/srv/fb/ega.h )
-
fb.c (moved) (moved from uspace/srv/fb/fb.c )
-
fb.h (moved) (moved from uspace/srv/fb/fb.h )
-
font-8x16.c (moved) (moved from uspace/srv/fb/font-8x16.c )
-
font-8x16.h (moved) (moved from uspace/srv/fb/font-8x16.h )
-
main.c (moved) (moved from uspace/srv/fb/main.c )
-
main.h (moved) (moved from uspace/srv/fb/main.h )
-
msim.c (moved) (moved from uspace/srv/fb/msim.c )
-
msim.h (moved) (moved from uspace/srv/fb/msim.h )
-
pointer.xbm (moved) (moved from uspace/srv/fb/pointer.xbm )
-
pointer_mask.xbm (moved) (moved from uspace/srv/fb/pointer_mask.xbm )
-
ppm.c (moved) (moved from uspace/srv/fb/ppm.c )
-
ppm.h (moved) (moved from uspace/srv/fb/ppm.h )
-
serial_console.c (moved) (moved from uspace/srv/fb/serial_console.c )
-
serial_console.h (moved) (moved from uspace/srv/fb/serial_console.h )
-
sgcn.c (moved) (moved from uspace/srv/fb/sgcn.c )
-
sgcn.h (moved) (moved from uspace/srv/fb/sgcn.h )
-
ski.c (moved) (moved from uspace/srv/fb/ski.c )
-
ski.h (moved) (moved from uspace/srv/fb/ski.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/Makefile
r4da7d79 r6ef2c11 34 34 all: $(LIBC_PREFIX)/../../../Makefile.config $(LIBC_PREFIX)/../../../config.h $(LIBC_PREFIX)/../../../config.defs $(LIBS) 35 35 -[ -f $(DEPEND) ] && mv -f $(DEPEND) $(DEPEND_PREV) 36 $(MAKE) -f Makefile.build 36 $(MAKE) -f Makefile.build PRECHECK=$(PRECHECK) 37 37 38 38 clean: 39 rm -f $(DEPEND) $(DEPEND_PREV) $( OUTPUT) $(OUTPUT).map $(OUTPUT).disasm39 rm -f $(DEPEND) $(DEPEND_PREV) $(JOB) $(OUTPUT) $(OUTPUT).map $(OUTPUT).disasm 40 40 find . -name '*.o' -follow -exec rm \{\} \; -
uspace/srv/hid/fb/Makefile.build
r4da7d79 r6ef2c11 95 95 %.o: %.c $(DEPEND) 96 96 $(CC) $(DEFS) $(CFLAGS) -c $< -o $@ 97 ifeq ($(PRECHECK),y) 98 $(JOBFILE) $(JOB) $< $@ cc core $(DEFS) $(CFLAGS) 99 endif 97 100 98 101 $(DEPEND): -
uspace/srv/hid/fb/Makefile.common
r4da7d79 r6ef2c11 37 37 DEPEND = Makefile.depend 38 38 DEPEND_PREV = $(DEPEND).prev 39 OUTPUT = obio 39 JOB = fb.job 40 OUTPUT = fb
Note:
See TracChangeset
for help on using the changeset viewer.
