|
|
1.1 ! root 1: # -*- makefile -*- ! 2: ! 3: INCLUDES = -I$(top_srcdir)/include -DBOOTSTRAP ! 4: CFLAGS = -fPIC ! 5: ! 6: %.so: %.o ! 7: $(CC) -shared $(CFLAGS) $(filter %.o,$^) -o $@ ! 8: ! 9: THISDIR := $(notdir $(shell pwd)) ! 10: ! 11: all-local: $(addprefix $(ODIR)/../,$(PLUGINS)) ! 12: ! 13: $(ODIR)/../%.so: $(ODIR)/%.so ! 14: install -d ../$(ODIR) ! 15: ln -f "../$(THISDIR)"/$< $@
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.