]> andersk Git - libfaim.git/blob - Makefile.rules
9b8980b0ee5ce97c3a4f6d38d04110d735efe0bb
[libfaim.git] / Makefile.rules
1
2 CFLAGS = -Wstrict-prototypes -Wall -I. -g 
3
4 ifdef LIBFAIM_INC
5 CFLAGS += -I$(LIBFAIM_INC)
6 endif
7
8 LDFLAGS = 
9 ifdef LIBFAIM_LIB
10 LDFLAGS += -lfaim -L$(LIBFAIM_LIB)
11 endif
12
13 ifdef SOLARIS
14 CC = gcc
15 MAKE = gmake
16 endif
17
18 AR = ar
19 RANLIB = ranlib
20
This page took 0.025727 seconds and 3 git commands to generate.