/[hurd]/hurd/libstore/Makefile
ViewVC logotype

Diff of /hurd/libstore/Makefile

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

revision 1.24.2.1 by roland, Sat Feb 9 04:05:01 2002 UTC revision 1.24.2.2 by roland, Tue Mar 12 03:02:18 2002 UTC
# Line 26  libname = libstore Line 26  libname = libstore
26  SRCS = create.c derive.c make.c rdwr.c set.c \  SRCS = create.c derive.c make.c rdwr.c set.c \
27         enc.c encode.c decode.c clone.c argp.c kids.c flags.c \         enc.c encode.c decode.c clone.c argp.c kids.c flags.c \
28         open.c xinl.c typed.c map.c url.c unknown.c \         open.c xinl.c typed.c map.c url.c unknown.c \
29         stripe.c remap.c copy.c mvol.c \         stripe.c $(filter-out ileave.c concat.c,$(store-types:=.c))
        device.c file.c zero.c memobj.c task.c \  
        gunzip.c bunzip2.c nbd.c  
30    
31  store-types = \  store-types = \
32                  bunzip2 \
33                  concat \
34                  copy \
35                device \                device \
36                file \                file \
37                task \                gunzip \
               nbd \  
               memobj \  
               zero \  
38                ileave \                ileave \
39                concat \                memobj \
40                remap \                module \
41                mvol \                mvol \
42                copy \                nbd \
43                gunzip \                remap \
44                bunzip2                task \
45                  zero
46    
47  libstore.so-LDLIBS += -ldl  libstore.so-LDLIBS += -ldl
48  LCLHDRS=store.h  LCLHDRS=store.h

Legend:
Removed from v.1.24.2.1  
changed lines
  Added in v.1.24.2.2

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