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

Diff of /hurd/console/Makefile

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

revision 1.9 by marcus, Tue Jun 25 00:59:38 2002 UTC revision 1.10 by marcus, Thu Jun 27 19:19:13 2002 UTC
# Line 26  target = console Line 26  target = console
26  SRCS = console.c display.c input.c  SRCS = console.c display.c input.c
27  LCLHDRS = console.h display.h input.h priv.h mutations.h  LCLHDRS = console.h display.h input.h priv.h mutations.h
28    
29  MIGSTUBS = notifyServer.o tioctlServer.o  MIGSTUBS = notifyServer.o tioctlServer.o fs_notifyUser.o
30    
31  HURDLIBS = netfs fshelp iohelp pager threads ports ihash shouldbeinlibc  HURDLIBS = netfs fshelp iohelp pager threads ports ihash shouldbeinlibc
32  OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS))  OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS))
33    
34    MIGSFLAGS += -imacros $(srcdir)/mutations.h
35    
36  # This is the old monolithic version of the console server.  # This is the old monolithic version of the console server.
37  #SRCS = main.c vcons.c focus.c vga-display.c vga.c dynafont.c bdf.c  #SRCS = main.c vcons.c focus.c vga-display.c vga.c dynafont.c bdf.c
38  #LCLHDRS = focus.h input-drv.h vcons.h display-drv.h vga.h vga-hw.h     \  #LCLHDRS = focus.h input-drv.h vcons.h display-drv.h vga.h vga-hw.h     \

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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