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

Diff of /hurd/libstore/Makefile

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

revision 1.19 by roland, Sat Aug 25 01:40:49 2001 UTC revision 1.20 by roland, Sat Aug 25 12:35:59 2001 UTC
# Line 52  else Line 52  else
52  # we slurp in all the Parted code we need and stuff it into one  # we slurp in all the Parted code we need and stuff it into one
53  # object file along with our code that uses it.  # object file along with our code that uses it.
54    
55  LDFLAGS-libstore.so += $(PARTED_LIBS)  libstore.so-LDFLAGS += $(PARTED_LIBS)
56    
57  parted.o: part.o $(..)config.make  parted.o: part.o $(..)config.make
58          $(CC) -r -o $@ $< $(PARTED_LIBS)          $(CC) -nostdlib -r -o $@ $< $(PARTED_LIBS)
59    
60  parted_p.o: part_p.o $(..)config.make  parted_p.o: part_p.o $(..)config.make
61          $(CC) -r -o $@ $< $(PARTED_LIBS:=_p)          $(CC) -nostdlib -r -o $@ $< $(PARTED_LIBS:=_p)
62    
63  parted_pic.o: part_pic.o  parted_pic.o: part_pic.o
64          ln -f $< $@          ln -f $< $@

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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