]> git.pld-linux.org Git - packages/php.git/blame - php-xml_fix
- fix for current libtool versions
[packages/php.git] / php-xml_fix
CommitLineData
6de31573
PG
1include $(top_builddir)/config_vars.mk
2LTLIBRARY_OBJECTS = $(LTLIBRARY_SOURCES:.c=.lo) $(LTLIBRARY_OBJECTS_X)
3LTLIBRARY_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
10targets = $(LTLIBRARY_NAME) $(LTLIBRARY_SHARED_NAME)
11
This page took 0.073805 seconds and 4 git commands to generate.