diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2009-05-27 09:31:38 +0000 |
| commit | bce60be30fe8e9c1b0eb33128c23c93d7bca5303 (patch) | |
| tree | 3927343c777fcb7764a0f2f89754a0ceab141c21 /makefile.dist | |
| parent | d1a72435d5bd3528f3c334cd4d1da16dcead47bf (diff) | |
| download | luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.gz luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.tar.bz2 luasocket-bce60be30fe8e9c1b0eb33128c23c93d7bca5303.zip | |
Decent makefiles!
Diffstat (limited to 'makefile.dist')
| -rw-r--r-- | makefile.dist | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/makefile.dist b/makefile.dist index 876cf18..e4f8da8 100644 --- a/makefile.dist +++ b/makefile.dist | |||
| @@ -1,10 +1,11 @@ | |||
| 1 | #-------------------------------------------------------------------------- | 1 | #-------------------------------------------------------------------------- |
| 2 | # Distribution makefile | 2 | # Distribution makefile |
| 3 | #-------------------------------------------------------------------------- | 3 | #-------------------------------------------------------------------------- |
| 4 | DIST = luasocket-2.0.2 | 4 | DIST = luasocket-2.0.3 |
| 5 | 5 | ||
| 6 | TEST = \ | 6 | TEST = \ |
| 7 | test/README \ | 7 | test/README \ |
| 8 | test/hello.lua \ | ||
| 8 | test/testclnt.lua \ | 9 | test/testclnt.lua \ |
| 9 | test/testsrvr.lua \ | 10 | test/testsrvr.lua \ |
| 10 | test/testsupport.lua | 11 | test/testsupport.lua |
| @@ -15,6 +16,8 @@ SAMPLES = \ | |||
| 15 | samples/daytimeclnt.lua \ | 16 | samples/daytimeclnt.lua \ |
| 16 | samples/echoclnt.lua \ | 17 | samples/echoclnt.lua \ |
| 17 | samples/echosrvr.lua \ | 18 | samples/echosrvr.lua \ |
| 19 | samples/mclisten.lua \ | ||
| 20 | samples/mcsend.lua \ | ||
| 18 | samples/listener.lua \ | 21 | samples/listener.lua \ |
| 19 | samples/lpr.lua \ | 22 | samples/lpr.lua \ |
| 20 | samples/talker.lua \ | 23 | samples/talker.lua \ |
| @@ -73,12 +76,12 @@ SRC = \ | |||
| 73 | src/mime.lua \ | 76 | src/mime.lua \ |
| 74 | src/smtp.lua \ | 77 | src/smtp.lua \ |
| 75 | src/socket.lua \ | 78 | src/socket.lua \ |
| 79 | src/headers.lua \ | ||
| 76 | src/tp.lua \ | 80 | src/tp.lua \ |
| 77 | src/url.lua | 81 | src/url.lua |
| 78 | 82 | ||
| 79 | MAKE = \ | 83 | MAKE = \ |
| 80 | makefile \ | 84 | makefile \ |
| 81 | config \ | ||
| 82 | luasocket.sln \ | 85 | luasocket.sln \ |
| 83 | socket.vcproj \ | 86 | socket.vcproj \ |
| 84 | mime.vcproj | 87 | mime.vcproj |
