]> andersk Git - libfaim.git/blobdiff - Makefile
- Sat Dec 2 02:14:45 UTC 2000
[libfaim.git] / Makefile
index 01f03f1f8b51f019f838493f32035e722309d6a4..5a65b66452e214e4c5aba00e173483c7b88e07c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,11 @@ mkbuildinfo:
 libfaim: mkbuildinfo $(LIBFAIM_OBJECTS)
        $(AR) cru libfaim.a $(LIBFAIM_OBJECTS)
        $(RANLIB) libfaim.a
+ifdef SOLARIS
+       ld -G -o $(SONAME) $(LIBFAIM_OBJECTS) -lresolv
+else
        ld -o $(SONAME) $(LIBFAIM_OBJECTS) -shared -soname $(SONAME)
+endif
 
 allutils: libfaim
        @echo "LIBFAIM_INC = $$PWD" > utils/Makefile.dynamicrules; \
@@ -56,4 +60,7 @@ cleanutils:
        $(MAKE) clean
 
 clean: cleanutils
-       rm -f $(LIBFAIM_OBJECTS) $(SONAME) libfaim.a *~ core
\ No newline at end of file
+       rm -f $(LIBFAIM_OBJECTS) $(SONAME) libfaim.a *~ core
+
+tags:
+       etags *.[ch] faim/*.[ch] utils/faimtest/faimtest.c
This page took 0.769463 seconds and 4 git commands to generate.