diff options
| author | erdgeist <> | 2003-04-12 20:25:05 +0000 |
|---|---|---|
| committer | erdgeist <> | 2003-04-12 20:25:05 +0000 |
| commit | 03291b71be91f8bbf6fd07735e2deab9fb1a8210 (patch) | |
| tree | cb90aa2b0437b954610259be68983b5dbddab7a3 /Makefile | |
| parent | d649e58d0f2a9ca51a61ad124a2b518a2309238f (diff) | |
Automatize Readline Stuff
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -6,11 +6,14 @@ | |||
| 6 | # configuration # | 6 | # configuration # |
| 7 | ############################################## | 7 | ############################################## |
| 8 | 8 | ||
| 9 | CFLAGS = -Wall -Os #-g -ggdb | 9 | CFLAGS = -Wall -Os |
| 10 | #CFLAGS = -Wall -g -ggdb | ||
| 10 | 11 | ||
| 11 | ## use this line when you've got an readline before 4.(x|2) | 12 | ## use this line when you've got an readline before 4.(x|2) |
| 12 | #CFLAGS += -DOLDREADLINE | 13 | #CFLAGS += -DOLDREADLINE |
| 13 | 14 | ||
| 15 | CFLAGS += $(OLDREADLINE) | ||
| 16 | |||
| 14 | ## you might need one or more of these: | 17 | ## you might need one or more of these: |
| 15 | #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib | 18 | #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib |
| 16 | #CFLAGS += -I/usr/local/include -L/usr/local/lib | 19 | #CFLAGS += -I/usr/local/include -L/usr/local/lib |
