summaryrefslogtreecommitdiff
path: root/libstore/Makefile
AgeCommit message (Collapse)Author
2001-12-292001-12-26 Roland McGrath <roland@frob.com>Roland McGrath
* unknown.c: New file. * Makefile (SRCS): Add it. * store.h (store_unknown_class, store_unknown_decode): Declare them. * create.c (store_create): If store_decode fails with EINVAL, and we were called with the STORE_NO_FILEIO flag bit set, then use store_unknown_decode.
2001-12-282001-10-14 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (SRCS): Add url.c to the list.
2001-10-012001-09-30 Roland McGrath <roland@frob.com>Roland McGrath
* memobj.c: New file. * Makefile (SRCS): Add it. * store.h (store_memobj_class, store_memobj_create): Declare them.
2001-09-282001-09-27 Roland McGrath <roland@frob.com>Roland McGrath
* nbd.c: New file. * Makefile (SRCS): Add it. * store.h (store_nbd_open, _store_nbd_create): Declare them.
2001-08-252001-08-25 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (parted.o, parted_pic.o): Pass -nostdlib. 2001-08-25 Neal H Walfield <neal@cs.uml.edu> * Makefile (libstore.so-LDFLAGS): Renamed from LDFLAGS-libstore.so.
2001-08-252001-08-24 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (SRCS): Add part.c here. (OBJS): Mutate part.o -> parted.o here. (parted.o, parted_p.o, parted_pic.o): New targets. (LDFLAGS-libstore.so): Set to $(PARTED_LIBS).
2001-08-042001-08-03 Roland McGrath <roland@frob.com>Roland McGrath
* Makefile (HURDLIBS): Define it so we link in libshouldbeinlibc.
1999-04-301998-09-06 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>Thomas Bushnell
* bunzip2.c: New file. * store.h (store_bunzip2_create): New declarations. (store_bunzip2_open): Likewise. (store_bunzip2_class): Likewise. * std.c (store_std_classes): Add store_bunzip2_class. * Makefile (SRCS): Add bunzip2.c. (UNZIP_OBJS): Add do-bunzip2.o.
1997-09-22(SRCS):Miles Bader
Add mvol.c.
1997-07-17(SRCS):Miles Bader
Add map.c.
1997-06-20(UNZIP_OBJS):Miles Bader
New variable. (UTILS_OBJS): Variable removed. (VPATH, CPPFLAGS): Search for stuff in ../exec for unzip junk. (SRCS): Remove storeread.c & storecat.c. Add typed.c, copy.c, and gunzip.c. (OBJS): Don't use $(UTILS_OBJS). Do use $(UNZIP_OBJS). (storeread, storecat): Rules removed. Update FSF address.
1997-02-20(SRCS):Miles Bader
Add task.c. Change store.c to xinl.c.
1996-10-24Mon Oct 21 22:03:19 1996 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* store.h: Add extern inline protection. * store.c: New file. * Makefile (SRCS): Add store.c.
1996-09-14(SRCS): Add remap.c, replace null.c by zero.c.Miles Bader
1996-09-04(SRCS): Add open.c.Miles Bader
1996-08-21.Miles Bader
1996-05-22(SRCS): Add argp.c, null.c, flags.c, std.c, & kids.c.Miles Bader
1996-05-10(storeread, storecat): Remove explicit dependency on program object file.Miles Bader
Put include of ../Makeconf before dependencies.
1996-04-02entered into RCSMiles Bader
1996-03-16Formerly Makefile.~5~Miles Bader
1996-01-17Formerly Makefile.~4~Miles Bader
1996-01-17Formerly Makefile.~3~Miles Bader
1995-11-13Formerly Makefile.~2~Miles Bader
1995-11-13Initial revisionMiles Bader