1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
SRCS += $(NAME).c OBJS += $(NAME).o $(WIN32RES) rpath = all: all-shared-lib include $(top_srcdir)/src/Makefile.shlib install: all installdirs install-lib installdirs: installdirs-lib uninstall: uninstall-lib clean distclean maintainer-clean: clean-lib rm -f $(OBJS)