]> git.pld-linux.org Git - packages/php.git/blob - php-xml_fix
- don't use pcre functions in standard/aggregation functions if building pcre extensi...
[packages/php.git] / php-xml_fix
1 include $(top_builddir)/config_vars.mk
2 LTLIBRARY_OBJECTS = $(LTLIBRARY_SOURCES:.c=.lo) $(LTLIBRARY_OBJECTS_X)
3 LTLIBRARY_SHARED_OBJECTS = $(LTLIBRARY_OBJECTS:.lo=.slo)
4 $(LTLIBRARY_NAME): $(LTLIBRARY_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
5         $(LINK) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_LIBADD)
6 $(LTLIBRARY_SHARED_NAME): $(LTLIBRARY_SHARED_OBJECTS) $(LTLIBRARY_DEPENDENCIES)
7         $(SHARED_LIBTOOL) --mode=link $(COMPILE) $(LDFLAGS) -o $@ -avoid-version -module -rpath $(phplibdir) $(LTLIBRARY_LDFLAGS) $(LTLIBRARY_OBJECTS) $(LTLIBRARY_SHARED_LIBADD)
8         $(SHARED_LIBTOOL) --mode=install cp $@ $(phplibdir)
9
10 targets = $(LTLIBRARY_NAME) $(LTLIBRARY_SHARED_NAME)
11
This page took 0.021827 seconds and 3 git commands to generate.