Guest User

Untitled

a guest
Aug 16th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1.  
  2. PREFIX= /usr/local/php/5.6-dev
  3. INCLUDE= ${PREFIX}/include/php
  4. CFLAGS= -I${INCLUDE} -I${INCLUDE}/ext -I${INCLUDE}/main -I${INCLUDE}/Zend -I${INCLUDE}/TSRM
  5. LDFLAGS= -L${PREFIX}/lib/ -Wl,-rpath=${PREFIX}/lib
  6.  
  7. OBJS= php_cli.o php_cli_process_title.o php_cli_server.o php_http_parser.o ps_title.o
  8. TARGET= phpn
  9.  
  10. ${TARGET}: ${OBJS}
  11. ${CC} -o ${TARGET} ${OBJS} ${LDFLAGS} -lphp5
Advertisement
Add Comment
Please, Sign In to add comment