/[hurd]/hurd/console-client/Makefile
ViewVC logotype

Diff of /hurd/console-client/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by marco_g, Thu Jan 6 21:43:53 2005 UTC revision 1.4 by marcus, Mon Jul 11 13:59:24 2005 UTC
# Line 41  driver-CPPFLAGS = -D'CONSOLE_DEFPATH="$( Line 41  driver-CPPFLAGS = -D'CONSOLE_DEFPATH="$(
41  console: ../libcons/libcons.a ../libports/libports.a \  console: ../libcons/libcons.a ../libports/libports.a \
42          ../libthreads/libthreads.a ../libshouldbeinlibc/libshouldbeinlibc.a          ../libthreads/libthreads.a ../libshouldbeinlibc/libshouldbeinlibc.a
43    
44  modules = vga pc_kbd generic_speaker pc_mouse  modules = vga pc_kbd generic_speaker pc_mouse current_vcs
45    
46  vga-CPPFLAGS = -DDEFAULT_VGA_FONT_DIR=\"${datadir}/hurd/\"  vga-CPPFLAGS = -DDEFAULT_VGA_FONT_DIR=\"${datadir}/hurd/\"
47  vga.so.$(hurd-version): $(patsubst %.c,%_pic.o,bdf.c vga-dynafont.c \  vga.so.$(hurd-version): $(patsubst %.c,%_pic.o,bdf.c vga-dynafont.c \
# Line 49  vga.so.$(hurd-version): $(patsubst %.c,% Line 49  vga.so.$(hurd-version): $(patsubst %.c,%
49  pc_kbd.so.$(hurd-version): $(patsubst %.c,%_pic.o,pc-kbd.c kdioctlServer.o kbd-repeat.c)  pc_kbd.so.$(hurd-version): $(patsubst %.c,%_pic.o,pc-kbd.c kdioctlServer.o kbd-repeat.c)
50  pc_mouse.so.$(hurd-version): $(patsubst %.c,%_pic.o,pc-mouse.c)  pc_mouse.so.$(hurd-version): $(patsubst %.c,%_pic.o,pc-mouse.c)
51  generic_speaker.so.$(hurd-version): $(patsubst %.c,%_pic.o,generic-speaker.c)  generic_speaker.so.$(hurd-version): $(patsubst %.c,%_pic.o,generic-speaker.c)
52    current_vcs.so.$(hurd-version): $(patsubst %.c,%_pic.o,current-vcs.c)
53    
54  ifneq ($(LIBNCURSESW),)  ifneq ($(LIBNCURSESW),)
55  modules += ncursesw  modules += ncursesw

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26