Giter Site home page Giter Site logo

lhttp_parser's People

Contributors

clementfarabet avatar creationix avatar devurandom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

lhttp_parser's Issues

Modified Makefile for Mac OS X

uname_S=$(shell uname -s)
ifeq (Darwin, $(uname_S))
    CFLAGS=-Ihttp-parser -I/usr/local/include/luajit-2.0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror -fPIC
    LIBS=-lm -lpthread -lluajit-5.1
    SHARED_LIB_FLAGS=-bundle -o lhttp_parser.so lhttp_parser.o http-parser/http_parser.o
else
    CFLAGS=-Ihttp-parser -I/usr/local/include/luajit-2.0 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Werror -fPIC
    LIBS=-lm -lpthread -lrt
    SHARED_LIB_FLAGS=-shared -o lhttp_parser.so lhttp_parser.o http-parser/http_parser.o
endif

all: lhttp_parser.so

http-parser/http_parser.o:
    CPPFLAGS=-fPIC $(MAKE) -C http-parser http_parser.o

lhttp_parser.o: lhttp_parser.c lhttp_parser.o
    $(CC) -c $< -o $@ ${CFLAGS}

lhttp_parser.so: lhttp_parser.o http-parser/http_parser.o
    $(CC) ${SHARED_LIB_FLAGS} ${LIBS}

clean:
    rm -f *.so *.o

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.