]> andersk Git - libfaim.git/blame - Makefile.rules
- Sun Dec 17 07:19:04 UTC 2000
[libfaim.git] / Makefile.rules
CommitLineData
9de3ca7e 1
01b59e1e 2CFLAGS = -Wstrict-prototypes -Wall -I. -g
9de3ca7e 3
4ifdef LIBFAIM_INC
5CFLAGS += -I$(LIBFAIM_INC)
6endif
7
8LDFLAGS =
9ifdef LIBFAIM_LIB
70558097 10LDFLAGS += -lfaim -L$(LIBFAIM_LIB)
9de3ca7e 11endif
12
a3619f23 13ifdef SOLARIS
14CC = gcc
15MAKE = gmake
16endif
17
9de3ca7e 18AR = ar
19RANLIB = ranlib
20
This page took 0.099764 seconds and 5 git commands to generate.