diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-03 04:45:42 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2006-04-03 04:45:42 +0000 |
| commit | 11282d17c8ecb6aa6fa31a3de742eae0215f4cc0 (patch) | |
| tree | aeb65849f145f06f6fb0ddd6a54f79d30912be1f /config | |
| parent | e9d477aba3bbc084c0a7872e4eaf725e2689e4a6 (diff) | |
| download | luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.tar.gz luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.tar.bz2 luasocket-11282d17c8ecb6aa6fa31a3de742eae0215f4cc0.zip | |
Almost done 2.0.1.
Diffstat (limited to 'config')
| -rw-r--r-- | config | 24 |
1 files changed, 12 insertions, 12 deletions
| @@ -6,8 +6,8 @@ | |||
| 6 | # Output file names | 6 | # Output file names |
| 7 | # | 7 | # |
| 8 | EXT=so | 8 | EXT=so |
| 9 | SOCKET_V=2.0.0 | 9 | SOCKET_V=2.0.1 |
| 10 | MIME_V=1.0.0 | 10 | MIME_V=1.0.1 |
| 11 | SOCKET_SO=socket.$(EXT).$(SOCKET_V) | 11 | SOCKET_SO=socket.$(EXT).$(SOCKET_V) |
| 12 | MIME_SO=mime.$(EXT).$(MIME_V) | 12 | MIME_SO=mime.$(EXT).$(MIME_V) |
| 13 | UNIX_SO=unix.$(EXT) | 13 | UNIX_SO=unix.$(EXT) |
| @@ -37,20 +37,20 @@ INSTALL_EXEC=cp | |||
| 37 | # Compiler and linker settings | 37 | # Compiler and linker settings |
| 38 | # for Mac OS X | 38 | # for Mac OS X |
| 39 | # | 39 | # |
| 40 | #CC=gcc | 40 | CC=gcc |
| 41 | #DEF=-DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN | 41 | DEF=-DLUASOCKET_DEBUG -DUNIX_HAS_SUN_LEN |
| 42 | #CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fno-common | 42 | CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fno-common |
| 43 | #LDFLAGS=-bundle -undefined dynamic_lookup | 43 | LDFLAGS=-bundle -undefined dynamic_lookup |
| 44 | #LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc | 44 | LD=export MACOSX_DEPLOYMENT_TARGET="10.3"; gcc |
| 45 | 45 | ||
| 46 | #------ | 46 | #------ |
| 47 | # Compiler and linker settings | 47 | # Compiler and linker settings |
| 48 | # for Linux | 48 | # for Linux |
| 49 | CC=gcc | 49 | #CC=gcc |
| 50 | DEF=-DLUASOCKET_DEBUG | 50 | #DEF=-DLUASOCKET_DEBUG |
| 51 | CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic | 51 | #CFLAGS= $(LUAINC) -I$(COMPAT) $(DEF) -pedantic -Wall -O2 -fpic |
| 52 | LDFLAGS=-O -shared | 52 | #LDFLAGS=-O -shared |
| 53 | LD=gcc | 53 | #LD=gcc |
| 54 | 54 | ||
| 55 | #------ | 55 | #------ |
| 56 | # End of makefile configuration | 56 | # End of makefile configuration |
