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

Diff of /hurd/console/Makefile

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

revision 1.5 by marcus, Wed Jun 5 02:00:32 2002 UTC revision 1.6 by marcus, Thu Jun 13 00:24:26 2002 UTC
# Line 25  target = console Line 25  target = console
25    
26  SRCS = console.c display.c input.c  SRCS = console.c display.c input.c
27  LCLHDRS = console.h display.h input.h  LCLHDRS = console.h display.h input.h
28    DIST_FILES = ourfs_notify.defs
29    
30    MIGSTUBS = ourfs_notifyUser.o
31    
32  HURDLIBS = netfs fshelp iohelp threads ports ihash shouldbeinlibc  HURDLIBS = netfs fshelp iohelp threads ports ihash shouldbeinlibc
33  OBJS = $(subst .c,.o,$(SRCS))  OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS))
34    
35  # This is the old monolithic version of the console server.  # This is the old monolithic version of the console server.
36  #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

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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