Edit

kc3-lang/pkgconf/Makefile

Branch :

  • Show log

    Commit

  • Author : William Pitcock
    Date : 2011-07-25 00:06:37
    Hash : 3a368095
    Message : main: expand into something more useful, add --cflags and --libs printer selectors to poptOptions

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