Home | History | Annotate | Download | only in expat

Lines Matching refs:LIBRARY

45 LIBRARY = libexpat.la
51 buildlib: $(LIBRARY)
53 all: $(LIBRARY) xmlwf/xmlwf examples/elements examples/outline
56 cd lib && rm -f $(LIBRARY) *.o *.lo && rm -rf .libs _libs
83 installlib: $(LIBRARY) $(APIHEADER)
85 $(LIBTOOL) --mode=install $(INSTALL) $(LIBRARY) $(DESTDIR)$(libdir)/$(LIBRARY)
93 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(LIBRARY)
125 $(LIBRARY): $(LIB_OBJS)
145 xmlwf/xmlwf: $(XMLWF_OBJS) $(LIBRARY)
146 $(LINK_EXE) $(XMLWF_OBJS) $(LIBRARY)
149 examples/elements: examples/elements.o $(LIBRARY)
150 $(LINK_EXE) $< $(LIBRARY)
153 examples/outline: examples/outline.o $(LIBRARY)
154 $(LINK_EXE) $< $(LIBRARY)
159 tests/runtests: tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
160 $(LINK_EXE) tests/runtests.o tests/chardata.o tests/minicheck.o $(LIBRARY)
162 tests/runtestspp: tests/runtestspp.o tests/chardata.o tests/minicheck.o $(LIBRARY)
163 $(LINK_CXX_EXE) tests/runtestspp.o tests/chardata.o tests/minicheck.o $(LIBRARY)