]> andersk Git - libfaim.git/blob - Makefile.rules
- Sun Feb 11 01:07:36 UTC 2001
[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.775527 seconds and 5 git commands to generate.