]> andersk Git - libfaim.git/blobdiff - Makefile.rules
- Thu Dec 14 03:39:34 UTC 2000
[libfaim.git] / Makefile.rules
index 69f18a606bc79a8cb06322dca90008470a68e426..9b8980b0ee5ce97c3a4f6d38d04110d735efe0bb 100644 (file)
@@ -1,5 +1,5 @@
 
-CFLAGS = -Wstrict-prototypes -Wall -I. 
+CFLAGS = -Wstrict-prototypes -Wall -I. -g 
 
 ifdef LIBFAIM_INC
 CFLAGS += -I$(LIBFAIM_INC)
@@ -7,7 +7,12 @@ endif
 
 LDFLAGS = 
 ifdef LIBFAIM_LIB
-LDFLAGS += -lfaim -ldl -L$(LIBFAIM_LIB)
+LDFLAGS += -lfaim -L$(LIBFAIM_LIB)
+endif
+
+ifdef SOLARIS
+CC = gcc
+MAKE = gmake
 endif
 
 AR = ar
This page took 0.037269 seconds and 4 git commands to generate.