Edit

kc3-lang/pkgconf/Makefile

Branch :

  • Show log

    Commit

  • Author : William Pitcock
    Date : 2011-07-24 21:03:17
    Hash : 61c246d2
    Message : Initial commit.

  • Makefile
  • PROG		= pkgconf${PROG_SUFFIX}
    SRCS		= parse.c pkg.c
    LIBS		= -lpopt
    
    include buildsys.mk
    
    install-extra:
    	${LN} ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config
    
    include .deps