fixes
This commit is contained in:
parent
7f5e567a2b
commit
59f5f44dad
@ -4,16 +4,23 @@ ifeq ($(OS), FreeBSD)
|
|||||||
CC=cc
|
CC=cc
|
||||||
CFLAGS=-I/usr/local/include
|
CFLAGS=-I/usr/local/include
|
||||||
LDFLAGS=-L/usr/local/lib
|
LDFLAGS=-L/usr/local/lib
|
||||||
else
|
endif
|
||||||
ifeq ($(OS), NetBSD)
|
ifeq ($(OS), NetBSD)
|
||||||
CC=cc
|
CC=cc
|
||||||
CFLAGS=-I/usr/pkg/include
|
CFLAGS=-I/usr/pkg/include
|
||||||
LDFLAGS=-L/usr/pkg/lib
|
LDFLAGS=-L/usr/pkg/lib
|
||||||
else
|
endif
|
||||||
|
ifeq ($(OS), Linux)
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=
|
CFLAGS=
|
||||||
LDFLAGS=
|
LDFLAGS=
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS), Darwin)
|
||||||
|
CC=cc
|
||||||
|
CFLAGS=
|
||||||
|
LDFLAGS=
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
DEPS = ticproc.c
|
DEPS = ticproc.c
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user