]> andersk Git - nss_nonlocal.git/blobdiff - Makefile.in
Automakefiscate and libtoolfiscate.
[nss_nonlocal.git] / Makefile.in
diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644 (file)
index 3d0a3fb..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-libdir = @libdir@
-
-INSTALL = @INSTALL@
-CC = @CC@
-
-CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@
-LDFLAGS = @LDFLAGS@
-LIBS = @LIBS@
-
-ALL_CFLAGS = $(CFLAGS) -fPIC
-ALL_LDFLAGS = $(LDFLAGS) -shared -Wl,-x
-
-all: libnss_nonlocal.so.2 linktest
-
-OBJS = nonlocal-passwd.o nonlocal-group.o nonlocal-shadow.o
-
-libnss_nonlocal.so.2: $(OBJS) libnss_nonlocal.map
-       $(CC) -o $@ $(CFLAGS) $(ALL_LDFLAGS) -Wl,-soname,$@ -Wl,--version-script=libnss_nonlocal.map $(OBJS) $(LIBS)
-
-%.o: %.c
-       $(CC) -c $(ALL_CFLAGS) $(CPPFLAGS) $<
-
-nonlocal-passwd.o: nonlocal-passwd.c nsswitch-internal.h nonlocal.h
-nonlocal-group.o: nonlocal-group.c nsswitch-internal.h nonlocal.h
-nonlocal-shadow.o: nonlocal-shadow.c nsswitch-internal.h nonlocal.h
-
-linktest: libnss_nonlocal.so.2
-       $(CC) $(CFLAGS) $(LDFLAGS) -nostdlib -Wl,--entry=0 -o /dev/null $^
-
-install: libnss_nonlocal.so.2
-       $(INSTALL) -d $(DESTDIR)$(libdir)
-       $(INSTALL) -m a+r,u+w $< $(DESTDIR)$(libdir)/
-
-clean:
-       rm -f *.so.* *.o
-
-.PHONY: all linktest install clean
This page took 0.030134 seconds and 4 git commands to generate.