## ## Makefile.inc -- Makefile template for subdirs ## Written by Ralf S. Engelschall ## APXS = apxs APXSFLAGS = all: $(DSO) $(DSO): $(SRCS) $(APXS) $(APXSFLAGS) -o $(DSO) $(OPTS) -c $(SRCS) install: $(DSO) $(APXS) $(APXSFLAGS) $(NAME) -i -A $(DSO) clean: -rm -f *.o $(DSO)