Changeset 88 for trunk/Makefile
- Timestamp:
- 03/06/07 20:35:18 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r81 r88 11 11 12 12 CC=gcc 13 OPTS=-std=gnu89 -pedantic -Wall -ggdb13 OPTS=-std=gnu89 -pedantic -Wall 14 14 INC=-I/usr/local/include 15 15 LIB=-L/usr/local/lib 16 16 17 17 UNAME := $(shell uname) 18 if eq ($(UNAME),FreeBSD)18 ifneq ($(UNAME),Linux) 19 19 LIB:=$(LIB) -liconv 20 20 endif
Note: See TracChangeset
for help on using the changeset viewer.